Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/158/
Java: 32bit/jdk1.8.0_92 -client -XX:+UseG1GC
5 tests failed.
FAILED: org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers
Error Message:
exception w/handler: '/graph'
Stack Trace:
java.lang.RuntimeException: exception w/handler: '/graph'
at
__randomizedtesting.SeedInfo.seed([5D20827E240FF248:B03E3944AF02F3CC]:0)
at
org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Exception during query
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:786)
at
org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:121)
... 39 more
Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1;
Content is not allowed in prolog.
at
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
at
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
at
org.apache.solr.util.BaseTestHarness.validateXPath(BaseTestHarness.java:84)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:771)
... 40 more
FAILED: org.apache.solr.core.SolrCoreTest.testImplicitPlugins
Error Message:
wrong number of implicit handlers expected:<21> but was:<22>
Stack Trace:
java.lang.AssertionError: wrong number of implicit handlers expected:<21> but
was:<22>
at
__randomizedtesting.SeedInfo.seed([5D20827E240FF248:9E0DB3E574C73B09]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.core.SolrCoreTest.testImplicitPlugins(SolrCoreTest.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.handler.TestReplicationHandler.doTestStressReplication
Error Message:
timed out waiting for collection1 startAt time to exceed: Fri May 06 05:15:14
AMT 2016
Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to
exceed: Fri May 06 05:15:14 AMT 2016
at
__randomizedtesting.SeedInfo.seed([5D20827E240FF248:868B82B821279BFB]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1506)
at
org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:858)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI
Error Message:
ObjectTracker found 8 object(s) that were not released!!!
[MockDirectoryWrapper, TransactionLog, MockDirectoryWrapper,
MDCAwareThreadPoolExecutor, MDCAwareThreadPoolExecutor, MockDirectoryWrapper,
TransactionLog, MockDirectoryWrapper]
Stack Trace:
java.lang.AssertionError: ObjectTracker found 8 object(s) that were not
released!!! [MockDirectoryWrapper, TransactionLog, MockDirectoryWrapper,
MDCAwareThreadPoolExecutor, MDCAwareThreadPoolExecutor, MockDirectoryWrapper,
TransactionLog, MockDirectoryWrapper]
at __randomizedtesting.SeedInfo.seed([5D20827E240FF248]: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:256)
at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI
Error Message:
Could not remove the following files (in the order of attempts):
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000000:
java.nio.file.FileSystemException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000000:
The process cannot access the file because it is being used by another
process.
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001:
java.nio.file.FileSystemException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001:
The process cannot access the file because it is being used by another
process.
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001
Stack Trace:
java.io.IOException: Could not remove the following files (in the order of
attempts):
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000000:
java.nio.file.FileSystemException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000000:
The process cannot access the file because it is being used by another process.
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001:
java.nio.file.FileSystemException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001:
The process cannot access the file because it is being used by another process.
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001
at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
at
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
at
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
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 11469 lines...]
[junit4] Suite: org.apache.solr.handler.TestReplicationHandler
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\init-core-data-001
[junit4] IGNOR/A 0.00s J1 |
TestReplicationHandler.doTestIndexFetchOnMasterRestart
[junit4] > Assumption #1: 'awaitsfix' test group is disabled
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-9036))
[junit4] 2> 1545409 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.SolrTestCaseJ4 ###Starting doTestIndexAndConfigAliasReplication
[junit4] 2> 1545410 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\collection1
[junit4] 2> 1545424 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1545425 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1044d0b{/solr,null,AVAILABLE}
[junit4] 2> 1545428 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@6673a5{HTTP/1.1,[http/1.1]}{127.0.0.1:51404}
[junit4] 2> 1545428 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.e.j.s.Server Started @1549950ms
[junit4] 2> 1545428 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\collection1\data,
hostContext=/solr, hostPort=51404}
[junit4] 2> 1545429 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 1545429 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001'
[junit4] 2> 1545429 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1545429 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1545430 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\solr.xml
[junit4] 2> 1545442 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\.
[junit4] 2> 1545443 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CoreContainer New CoreContainer 33487902
[junit4] 2> 1545443 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001]
[junit4] 2> 1545443 WARN
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CoreContainer Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\lib
to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\lib
[junit4] 2> 1545443 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] 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> 1545448 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1545448 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1545448 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1545449 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1545449 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1545451 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\.
[junit4] 2> 1545455 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data\}
[junit4] 2> 1545455 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\.\collection1
[junit4] 2> 1545456 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1545456 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1
[junit4] 2> 1545456 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1545456 INFO (coreLoadExecutor-5646-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\collection1'
[junit4] 2> 1545457 INFO (coreLoadExecutor-5646-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1545457 INFO (coreLoadExecutor-5646-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1545479 INFO (coreLoadExecutor-5646-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1545482 INFO (coreLoadExecutor-5646-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
[junit4] 2> 1545488 INFO (coreLoadExecutor-5646-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1545492 INFO (coreLoadExecutor-5646-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1545499 INFO (coreLoadExecutor-5646-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1545507 INFO (coreLoadExecutor-5646-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\collection1'
[junit4] 2> 1545507 INFO (coreLoadExecutor-5646-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\.\collection1
[junit4] 2> 1545507 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1545508 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\.\collection1\data\]
[junit4] 2> 1545508 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1545508 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\.\collection1\data\
[junit4] 2> 1545508 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\.\collection1\data\index/
[junit4] 2> 1545508 WARN (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\.\collection1\data\index'
doesn't exist. Creating new index...
[junit4] 2> 1545509 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\.\collection1\data\index
[junit4] 2> 1545509 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=2052082057,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1545510 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@e6fb16
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@118e4a4),segFN=segments_1,generation=1}
[junit4] 2> 1545510 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1545510 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\.\collection1\data\
[junit4] 2> 1545511 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1545519 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1545521 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1545522 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1545524 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1545525 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1545525 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
[junit4] 2> 1545525 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1545525 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1545527 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1545527 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=33.8701171875,
floorSegmentMB=0.673828125, forceMergeDeletesPctAllowed=18.821803836171085,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1545527 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@e6fb16
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@118e4a4),segFN=segments_1,generation=1}
[junit4] 2> 1545527 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1545527 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@78ac09[collection1]
main]
[junit4] 2> 1545527 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\collection1\conf
[junit4] 2> 1545527 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\collection1\conf}
[junit4] 2> 1545528 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-001\collection1\conf
[junit4] 2> 1545528 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1545528 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following
config files: schema.xml,xslt/dummy.xsl
[junit4] 2> 1545528 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1545529 INFO (coreLoadExecutor-5646-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1545529 INFO
(searcherExecutor-5647-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@78ac09[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1545958 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\collection1
[junit4] 2> 1545971 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1545973 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1644beb{/solr,null,AVAILABLE}
[junit4] 2> 1545974 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.e.j.s.ServerConnector Started
ServerConnector@677b7{HTTP/1.1,[http/1.1]}{127.0.0.1:51407}
[junit4] 2> 1545974 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.e.j.s.Server Started @1550496ms
[junit4] 2> 1545974 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\collection1\data,
hostContext=/solr, hostPort=51407}
[junit4] 2> 1545976 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@1d16e93
[junit4] 2> 1545976 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002'
[junit4] 2> 1545976 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr
(NoInitialContextEx)
[junit4] 2> 1545976 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not
find system property or JNDI)
[junit4] 2> 1545977 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\solr.xml
[junit4] 2> 1545982 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\.
[junit4] 2> 1545982 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CoreContainer New CoreContainer 22954316
[junit4] 2> 1545982 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002]
[junit4] 2> 1545982 WARN
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CoreContainer Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\lib
to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\lib
[junit4] 2> 1545982 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] 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> 1545983 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1545984 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1545984 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1545984 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1545984 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1545985 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\.
[junit4] 2> 1545990 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml,
configSetProperties=configsetprops.json, transient=false, dataDir=data\}
[junit4] 2> 1545991 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CorePropertiesLocator Found core collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\.\collection1
[junit4] 2> 1545992 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1545992 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.s.SolrDispatchFilter
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1
[junit4] 2> 1545992 INFO (coreLoadExecutor-5656-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\collection1'
[junit4] 2> 1545994 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigAliasReplication-seed#[5D20827E240FF248])
[ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1545994 INFO (coreLoadExecutor-5656-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1545994 INFO (coreLoadExecutor-5656-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1546004 INFO (coreLoadExecutor-5656-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1546038 INFO (coreLoadExecutor-5656-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
[junit4] 2> 1546043 INFO (coreLoadExecutor-5656-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1546047 INFO (coreLoadExecutor-5656-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1546049 INFO (coreLoadExecutor-5656-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1546052 INFO (coreLoadExecutor-5656-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\collection1'
[junit4] 2> 1546052 INFO (coreLoadExecutor-5656-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\.\collection1
[junit4] 2> 1546052 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1546052 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\.\collection1\data\]
[junit4] 2> 1546052 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1546053 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\.\collection1\data\
[junit4] 2> 1546053 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\.\collection1\data\index/
[junit4] 2> 1546053 WARN (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\.\collection1\data\index'
doesn't exist. Creating new index...
[junit4] 2> 1546053 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\.\collection1\data\index
[junit4] 2> 1546054 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=2052082057,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1546054 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@407720
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b802de),segFN=segments_1,generation=1}
[junit4] 2> 1546054 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1546055 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\.\collection1\data\
[junit4] 2> 1546056 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1546058 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1546060 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1546062 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1546063 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1546065 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1546065 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
[junit4] 2> 1546065 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1546065 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1546065 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1546066 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=33.8701171875,
floorSegmentMB=0.673828125, forceMergeDeletesPctAllowed=18.821803836171085,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1546066 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@407720
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b802de),segFN=segments_1,generation=1}
[junit4] 2> 1546066 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1546066 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@15a5388[collection1]
main]
[junit4] 2> 1546066 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to
use dir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\collection1\conf
[junit4] 2> 1546066 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\collection1\conf}
[junit4] 2> 1546066 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_5D20827E240FF248-001\solr-instance-002\collection1\conf
[junit4] 2> 1546068 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1546071 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of
1000ms
[junit4] 2> 1546071 INFO
(searcherExecutor-5657-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@15a5388[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1546071 INFO (coreLoadExecutor-5656-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1546078 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=3
[junit4] 2> 1546497 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 1546499 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0]} 0 1
[junit4] 2> 1546502 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[1]} 0 0
[junit4] 2> 1546504 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[2]} 0 0
[junit4] 2> 1546506 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[3]} 0 0
[junit4] 2> 1546508 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[4]} 0 0
[junit4] 2> 1546510 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[5]} 0 0
[junit4] 2> 1546511 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[6]} 0 0
[junit4] 2> 1546512 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[7]} 0 0
[junit4] 2> 1546514 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[8]} 0 0
[junit4] 2> 1546516 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[9]} 0 0
[junit4] 2> 1546518 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[10]} 0 0
[junit4] 2> 1546519 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[11]} 0 0
[junit4] 2> 1546521 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[12]} 0 0
[junit4] 2> 1546523 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[13]} 0 0
[junit4] 2> 1546524 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[14]} 0 0
[junit4] 2> 1546525 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[15]} 0 0
[junit4] 2> 1546526 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[16]} 0 0
[junit4] 2> 1546528 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[17]} 0 0
[junit4] 2> 1546529 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[18]} 0 0
[junit4] 2> 1546531 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[19]} 0 0
[junit4] 2> 1546532 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[20]} 0 0
[junit4] 2> 1546534 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[21]} 0 0
[junit4] 2> 1546535 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[22]} 0 0
[junit4] 2> 1546537 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[23]} 0 0
[junit4] 2> 1546538 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[24]} 0 0
[junit4] 2> 1546539 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[25]} 0 0
[junit4] 2> 1546541 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[26]} 0 0
[junit4] 2> 1546543 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[27]} 0 0
[junit4] 2> 1546544 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[28]} 0 0
[junit4] 2> 1546546 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[29]} 0 0
[junit4] 2> 1546548 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[30]} 0 0
[junit4] 2> 1546550 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[31]} 0 0
[junit4] 2> 1546551 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[32]} 0 0
[junit4] 2> 1546553 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[33]} 0 0
[junit4] 2> 1546554 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[34]} 0 0
[junit4] 2> 1546556 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[35]} 0 0
[junit4] 2> 1546558 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[36]} 0 0
[junit4] 2> 1546561 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[37]} 0 0
[junit4] 2> 1546562 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[38]} 0 0
[junit4] 2> 1546563 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[39]} 0 0
[junit4] 2> 1546566 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[40]} 0 0
[junit4] 2> 1546567 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[41]} 0 0
[junit4] 2> 1546569 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[42]} 0 0
[junit4] 2> 1546570 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[43]} 0 0
[junit4] 2> 1546572 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[44]} 0 0
[junit4] 2> 1546574 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[45]} 0 0
[junit4] 2> 1546576 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[46]} 0 0
[junit4] 2> 1546577 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[47]} 0 0
[junit4] 2> 1546578 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[48]} 0 0
[junit4] 2> 1546580 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[49]} 0 0
[junit4] 2> 1546582 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[50]} 0 0
[junit4] 2> 1546583 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[51]} 0 0
[junit4] 2> 1546584 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[52]} 0 0
[junit4] 2> 1546586 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[53]} 0 0
[junit4] 2> 1546587 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[54]} 0 0
[junit4] 2> 1546589 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[55]} 0 0
[junit4] 2> 1546590 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[56]} 0 0
[junit4] 2> 1546591 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[57]} 0 0
[junit4] 2> 1546593 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[58]} 0 0
[junit4] 2> 1546595 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[59]} 0 0
[junit4] 2> 1546596 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[60]} 0 0
[junit4] 2> 1546597 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[61]} 0 0
[junit4] 2> 1546599 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[62]} 0 0
[junit4] 2> 1546601 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[63]} 0 0
[junit4] 2> 1546603 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[64]} 0 0
[junit4] 2> 1546604 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[65]} 0 0
[junit4] 2> 1546606 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[66]} 0 0
[junit4] 2> 1546607 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[67]} 0 0
[junit4] 2> 1546608 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[68]} 0 0
[junit4] 2> 1546610 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[69]} 0 0
[junit4] 2> 1546611 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[70]} 0 0
[junit4] 2> 1546613 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[71]} 0 0
[junit4] 2> 1546615 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[72]} 0 0
[junit4] 2> 1546616 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[73]} 0 0
[junit4] 2> 1546617 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[74]} 0 0
[junit4] 2> 1546619 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[75]} 0 0
[junit4] 2> 1546620 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[76]} 0 0
[junit4] 2> 1546622 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[77]} 0 0
[junit4] 2> 1546623 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[78]} 0 0
[junit4] 2> 1546625 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[79]} 0 0
[junit4] 2> 1546627 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[80]} 0 0
[junit4] 2> 1546629 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[81]} 0 0
[junit4] 2> 1546631 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[82]} 0 0
[junit4] 2> 1546633 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[83]} 0 0
[junit4] 2> 1546635 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[84]} 0 0
[junit4] 2> 1546637 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[85]} 0 0
[junit4] 2> 1546638 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[86]} 0 0
[junit4] 2> 1546640 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[87]} 0 0
[junit4] 2> 1546641 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[88]} 0 0
[junit4] 2> 1546642 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[89]} 0 0
[junit4] 2> 1546644 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[90]} 0 0
[junit4] 2> 1546646 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[91]} 0 0
[junit4] 2> 1546647 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[92]} 0 0
[junit4] 2> 1546649 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[93]} 0 0
[junit4] 2> 1546650 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[94]} 0 0
[junit4] 2> 1546652 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[95]} 0 0
[junit4] 2> 1546654 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[96]} 0 0
[junit4] 2> 1546656 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[97]} 0 0
[junit4] 2> 1546657 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[98]} 0 0
[junit4] 2> 1546659 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[99]} 0 0
[junit4] 2> 1546661 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[100]} 0 0
[junit4] 2> 1546663 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[101]} 0 0
[junit4] 2> 1546664 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[102]} 0 0
[junit4] 2> 1546665 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[103]} 0 0
[junit4] 2> 1546667 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[104]} 0 0
[junit4] 2> 1546668 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[105]} 0 0
[junit4] 2> 1546669 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[106]} 0 0
[junit4] 2> 1546670 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[107]} 0 0
[junit4] 2> 1546672 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[108]} 0 0
[junit4] 2> 1546674 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[109]} 0 0
[junit4] 2> 1546675 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[110]} 0 0
[junit4] 2> 1546676 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[111]} 0 0
[junit4] 2> 1546678 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[112]} 0 0
[junit4] 2> 1546680 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[113]} 0 0
[junit4] 2> 1546682 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[114]} 0 0
[junit4] 2> 1546683 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[115]} 0 0
[junit4] 2> 1546685 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[116]} 0 0
[junit4] 2> 1546686 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[117]} 0 0
[junit4] 2> 1546687 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[118]} 0 0
[junit4] 2> 1546688 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[119]} 0 0
[junit4] 2> 1546690 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[120]} 0 0
[junit4] 2> 1546692 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[121]} 0 0
[junit4] 2> 1546694 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[122]} 0 0
[junit4] 2> 1546695 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[123]} 0 0
[junit4] 2> 1546697 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[124]} 0 0
[junit4] 2> 1546698 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[125]} 0 0
[junit4] 2> 1546699 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[126]} 0 0
[junit4] 2> 1546701 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[127]} 0 0
[junit4] 2> 1546703 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[128]} 0 0
[junit4] 2> 1546705 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[129]} 0 0
[junit4] 2> 1546707 INFO (qtp8698889-10668) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[130]} 0 0
[junit4] 2> 1546708 INFO (qtp8698889-10670) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[131]} 0 0
[junit4] 2> 1546710 INFO (qtp8698889-10671) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[132]} 0 0
[junit4] 2> 1546712 INFO (qtp8698889-10672) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[133]} 0 0
[junit4] 2> 1546713 INFO (qtp8698889-10673) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[134]} 0 0
[junit4] 2> 1546714 INFO (qtp8698889-10674) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[135]} 0 0
[junit4] 2> 1546715 INFO (qtp8698889-10675) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/
[...truncated too long message...]
t, DefaultValueUpdateProcessorTest, DistanceFunctionTest, DebugComponentTest,
TestSurroundQueryParser, TestQueryUtils, PrimitiveFieldTypeTest,
RequestHandlersTest, TestValueSourceCache, TestArbitraryIndexDir,
SolrPluginUtilsTest, JSONWriterTest, TestAnalyzedSuggestions,
PingRequestHandlerTest, TestBinaryResponseWriter, SOLR749Test,
AlternateDirectoryTest, ResponseLogComponentTest, SampleTest,
MinimalSchemaTest, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest,
TestCharFilters, TestXIncludeConfig, EchoParamsTest,
TestSweetSpotSimilarityFactory, TestFastWriter, TestJmxMonitoredMap,
URLClassifyProcessorTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey,
TestHighlightDedupGrouping, TestEmbeddedSolrServerConstructors,
TestJettySolrRunner, ActionThrottleTest, AssignTest,
AsyncCallRequestStatusResponseTest, CollectionReloadTest,
CollectionsAPISolrJTest, DeleteReplicaTest, DistributedQueueTest,
ForceLeaderTest, LeaderFailoverAfterPartitionTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest,
OverseerTaskQueueTest, RemoteQueryErrorTest, SharedFSAutoReplicaFailoverTest,
SharedFSAutoReplicaFailoverUtilsTest, SolrCloudExampleTest,
TestAuthenticationFramework, TestConfigSetsAPIExclusivity,
TestConfigSetsAPIZkFailure, TestCryptoKeys, TestLeaderInitiatedRecoveryThread,
TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport,
TestRebalanceLeaders, TestRequestStatusCollectionAPI, TestSSLRandomization,
TestSolrCloudWithKerberosAlt, VMParamsZkACLAndCredentialsProvidersTest,
HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest,
HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest,
HdfsNNFailoverTest, HdfsRecoverLeaseTest, HdfsSyncSliceTest,
HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest,
HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ZkStateReaderTest,
BlobRepositoryCloudTest, DirectoryFactoryTest, QueryResultKeyTest,
TestConfigSetProperties, TestDynamicLoading, TestImplicitCoreProperties,
TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory,
TestSolrConfigHandler, TestSolrDynamicMBean, TestSolrConfigHandlerCloud,
TestSolrConfigHandlerConcurrent, DistributedSuggestComponentTest,
FacetPivotSmallTest, SpatialHeatmapFacetsTest, TestCopyFieldCollectionResource,
TestDynamicFieldCollectionResource, TestFieldResource, TestFieldTypeResource,
TestSchemaResource, TestSchemaSimilarityResource,
TestSerializedLuceneMatchVersion, TestUniqueKeyFieldResource,
ChangedSchemaMergeTest, DateRangeFieldTest, DocValuesMissingTest,
TestManagedSchemaAPI]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestManagedSchemaAPI -Dtests.seed=5D20827E240FF248 -Dtests.slow=true
-Dtests.locale=de-GR -Dtests.timezone=Asia/Manila -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | TestManagedSchemaAPI (suite) <<<
[junit4] > Throwable #1: java.lang.AssertionError: ObjectTracker found 8
object(s) that were not released!!! [MockDirectoryWrapper, TransactionLog,
MockDirectoryWrapper, MDCAwareThreadPoolExecutor, MDCAwareThreadPoolExecutor,
MockDirectoryWrapper, TransactionLog, MockDirectoryWrapper]
[junit4] > at
__randomizedtesting.SeedInfo.seed([5D20827E240FF248]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:256)
[junit4] > at java.lang.Thread.run(Thread.java:745)Throwable #2:
java.io.IOException: Could not remove the following files (in the order of
attempts):
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000000:
java.nio.file.FileSystemException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog\tlog.0000000000000000000:
The process cannot access the file because it is being used by another process.
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data\tlog
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1\data
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2\testschemaapi_shard1_replica1
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node2
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001:
java.nio.file.FileSystemException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog\tlog.0000000000000000001:
The process cannot access the file because it is being used by another process.
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data\tlog
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2\data
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1\testschemaapi_shard1_replica2
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001\node1
[junit4] >
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001:
java.nio.file.DirectoryNotEmptyException:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestManagedSchemaAPI_5D20827E240FF248-001\tempDir-001
[junit4] > at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] Completed [534/595 (4!)] on J0 in 14.36s, 1 test, 1 failure, 1
error <<< FAILURES!
[...truncated 225 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:740: The following
error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:684: The following
error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:59: The following
error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build.xml:233: The
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\common-build.xml:529:
The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\common-build.xml:1457:
The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\common-build.xml:1014:
There were test failures: 595 suites (10 ignored), 2404 tests, 2 suite-level
errors, 1 error, 2 failures, 125 ignored (81 assumptions) [seed:
5D20827E240FF248]
Total time: 74 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]