Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/671/
Java: 32bit/jdk1.8.0_112 -client -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.SampleTest

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\J1\temp\solr.SampleTest_671D2FCDEEC67307-001\init-core-data-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_671D2FCDEEC67307-001\init-core-data-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\J1\temp\solr.SampleTest_671D2FCDEEC67307-001\init-core-data-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_671D2FCDEEC67307-001\init-core-data-001

        at __randomizedtesting.SeedInfo.seed([671D2FCDEEC67307]:0)
        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)


FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([671D2FCDEEC67307:9E50BC62D2B33E8D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:284)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12179 lines...]
   [junit4] Suite: org.apache.solr.SampleTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_671D2FCDEEC67307-001\init-core-data-001
   [junit4]   2> 1740406 INFO  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] o.a.s.SolrTestCaseJ4 
Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1740414 INFO  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] o.a.s.SolrTestCaseJ4 
####initCore
   [junit4]   2> 1740416 INFO  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1740510 WARN  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1740512 INFO  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1740533 INFO  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] o.a.s.s.IndexSchema 
[null] Schema name=test
   [junit4]   2> 1740540 WARN  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] o.a.s.s.IndexSchema 
[null] default search field in schema is subject. WARNING: Deprecated, please 
use 'df' on request instead.
   [junit4]   2> 1740541 INFO  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1740546 INFO  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1740551 WARN  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 1740567 INFO  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@be745
   [junit4]   2> 1740568 WARN  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 1740580 INFO  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@be745
   [junit4]   2> 1740581 WARN  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 1740581 INFO  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@be745
   [junit4]   2> 1740585 INFO  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1740627 WARN  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1740628 INFO  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1740646 INFO  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1740652 WARN  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is subject. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1740653 INFO  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1740670 INFO  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 1740671 WARN  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 1740671 INFO  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@be745
   [junit4]   2> 1740671 INFO  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_671D2FCDEEC67307-001\init-core-data-001\]
   [junit4]   2> 1740682 INFO  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=7.443359375, 
floorSegmentMB=1.77734375, forceMergeDeletesPctAllowed=23.58948316049353, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1740692 INFO  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=60
   [junit4]   2> 1740726 INFO  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1740726 INFO  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1740727 INFO  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5464557393086913]
   [junit4]   2> 1740728 INFO  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e8df6e[collection1] 
main]
   [junit4]   2> 1740729 WARN  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1740729 INFO  (coreLoadExecutor-7652-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1740730 INFO  
(searcherExecutor-7653-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@e8df6e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1740732 INFO  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] o.a.s.SolrTestCaseJ4 
####initCore end
   [junit4]   2> 1740735 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 1740738 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4055]} 0 2
   [junit4]   2> 1740745 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4056]} 0 0
   [junit4]   2> 1740746 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1740746 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@66ad4e
   [junit4]   2> 1740776 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@199673c[collection1] main]
   [junit4]   2> 1740776 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1740777 INFO  (searcherExecutor-7653-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@199673c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.4.0):c2)))}
   [junit4]   2> 1740777 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 30
   [junit4]   2> 1740778 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1740778 WARN  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 1740794 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@66ad4e
   [junit4]   2> 1740818 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@17e632d[collection1] main]
   [junit4]   2> 1740818 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1740818 INFO  (searcherExecutor-7653-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@17e632d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.4.0):C2)))}
   [junit4]   2> 1740820 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{optimize=} 0 42
   [junit4]   2> 1740825 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] o.a.s.c.S.Request 
[collection1]  webapp=null path=null 
params={q=subject:Hoss&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=2
   [junit4]   2> 1740826 INFO  
(TEST-SampleTest.testSimple-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testSimple
   [junit4]   2> 1740830 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testAdvanced
   [junit4]   2> 1740833 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4059]} 0 2
   [junit4]   2> 1740835 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4059]} 0 0
   [junit4]   2> 1740835 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4055]} 0 0
   [junit4]   2> 1740837 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1740837 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@66ad4e
   [junit4]   2> 1740865 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@19cb58[collection1] main]
   [junit4]   2> 1740866 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1740866 INFO  (searcherExecutor-7653-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@19cb58[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.4.0):C2/1:delGen=1)
 Uninverting(_2(6.4.0):c3)))}
   [junit4]   2> 1740867 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 30
   [junit4]   2> 1740868 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1740868 WARN  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 1740886 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@66ad4e
   [junit4]   2> 1740908 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1038298[collection1] main]
   [junit4]   2> 1740908 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1740909 INFO  (searcherExecutor-7653-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1038298[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):C4)))}
   [junit4]   2> 1740913 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{optimize=} 0 44
   [junit4]   2> 1740916 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] o.a.s.c.S.Request 
[collection1]  webapp=null path=null 
params={q=subject:Hoss&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=1
   [junit4]   2> 1740919 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] o.a.s.c.S.Request 
[collection1]  webapp=null path=null 
params={q=Mack+Daddy&qt=crazy_custom_qt&start=100&rows=200&version=2.2} hits=0 
status=0 QTime=1
   [junit4]   2> 1740921 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] o.a.s.c.S.Request 
[collection1]  webapp=null path=null 
params={q=Mack+Daddy&qt=crazy_custom_qt&start=100&rows=200&version=2.2} hits=0 
status=0 QTime=1
   [junit4]   2> 1740922 INFO  
(TEST-SampleTest.testAdvanced-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testAdvanced
   [junit4]   2> 1740923 INFO  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] o.a.s.SolrTestCaseJ4 
###deleteCore
   [junit4]   2> 1740923 INFO  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] o.a.s.c.CoreContainer 
Shutting down CoreContainer instance=6686765
   [junit4]   2> 1740924 INFO  (coreCloseExecutor-7657-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@17e18d2
   [junit4]   2> 1740926 INFO  (coreCloseExecutor-7657-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 1740929 INFO  
(SUITE-SampleTest-seed#[671D2FCDEEC67307]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{subject=BlockTreeOrds(blocksize=128), id=Lucene50(blocksize=128)}, 
docValues:{}, maxPointsInLeafNode=1218, maxMBSortInHeap=6.247781821606723, 
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=nn-NO, 
timezone=Africa/Dakar
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_112 
(32-bit)/cpus=3,threads=1,free=122755048,total=425721856
   [junit4]   2> NOTE: All tests run in this JVM: 
[LeaderInitiatedRecoveryOnShardRestartTest, TestTrie, TestCloudManagedSchema, 
TestBlendedInfixSuggestions, TestUtils, SearchHandlerTest, 
TestExactSharedStatsCache, TestSolrCloudSnapshots, ExitableDirectoryReaderTest, 
SignatureUpdateProcessorFactoryTest, MultiThreadedOCPTest, 
TestDefaultStatsCache, TestEmbeddedSolrServerConstructors, CloudMLTQParserTest, 
SolrCoreMetricManagerTest, TestReRankQParserPlugin, TestFieldSortValues, 
BasicFunctionalityTest, HdfsRestartWhileUpdatingTest, SolrGangliaReporterTest, 
RegexBoostProcessorTest, TestConfigSetProperties, TestStandardQParsers, 
TestCodecSupport, ResourceLoaderTest, TestConfigReload, ZkStateReaderTest, 
SpellingQueryConverterTest, SuggesterTest, TestGeoJSONResponseWriter, 
AtomicUpdatesTest, TestManagedResourceStorage, 
CloneFieldUpdateProcessorFactoryTest, TestRandomFaceting, IndexSchemaTest, 
HdfsRecoverLeaseTest, URLClassifyProcessorTest, TestSubQueryTransformerDistrib, 
TestSchemaNameResource, TestRandomCollapseQParserPlugin, TestRandomFlRTGCloud, 
TestXmlQParserPlugin, TestMergePolicyConfig, TestStressLiveNodes, 
AutoCommitTest, PeerSyncReplicationTest, TestJmxMonitoredMap, 
MinimalSchemaTest, DistributedTermsComponentTest, TestConfigSetsAPI, 
TestObjectReleaseTracker, TestUseDocValuesAsStored, 
TestLMJelinekMercerSimilarityFactory, SpatialRPTFieldTypeTest, 
TestValueSourceCache, TestUninvertingReader, DistributedVersionInfoTest, 
TestSubQueryTransformer, TestFieldCollectionResource, SolrCloudExampleTest, 
CollectionsAPIDistributedZkTest, TestUnifiedSolrHighlighter, TestFiltering, 
JavabinLoaderTest, CdcrBootstrapTest, AliasIntegrationTest, 
FacetPivotSmallTest, SecurityConfHandlerTest, ShardRoutingCustomTest, 
ManagedSchemaRoundRobinCloudTest, DistributedQueryComponentOptimizationTest, 
TestAtomicUpdateErrorCases, CopyFieldTest, HLLSerializationTest, 
PreAnalyzedUpdateProcessorTest, TestSolrConfigHandlerConcurrent, 
ScriptEngineTest, SortByFunctionTest, DistributedFacetPivotSmallAdvancedTest, 
QueryResultKeyTest, TestReloadDeadlock, TestSSLRandomization, ClusterStateTest, 
CdcrVersionReplicationTest, UUIDUpdateProcessorFallbackTest, 
DistributedExpandComponentTest, TestMiniSolrCloudClusterSSL, 
StatsReloadRaceTest, TestPKIAuthenticationPlugin, HdfsUnloadDistributedZkTest, 
ConjunctionSolrSpellCheckerTest, TestJoin, TestNumericTerms32, 
TestShardHandlerFactory, TestManagedSchema, DateMathParserTest, 
RequestHandlersTest, CircularListTest, CoreAdminHandlerTest, 
TestClassicSimilarityFactory, SolrIndexMetricsTest, JsonLoaderTest, 
BadIndexSchemaTest, SuggestComponentContextFilterQueryTest, 
RemoteQueryErrorTest, ReplicationFactorTest, TestCloudInspectUtil, 
TestSolrDynamicMBean, DocValuesMissingTest, TestManagedStopFilterFactory, 
TestSolrCoreProperties, DataDrivenBlockJoinTest, SolrIndexSplitterTest, 
TestSuggestSpellingConverter, TermVectorComponentDistributedTest, 
TestJavabinTupleStreamParser, StressHdfsTest, DeleteInactiveReplicaTest, 
FileBasedSpellCheckerTest, TestPHPSerializedResponseWriter, 
TestNamedUpdateProcessors, TestTrieFacet, BlockJoinFacetRandomTest, 
BJQParserTest, SpellPossibilityIteratorTest, ConnectionReuseTest, 
TestSolrDeletionPolicy2, TestSQLHandlerNonCloud, ConfigSetsAPITest, 
DirectUpdateHandlerOptimizeTest, TestDeleteCollectionOnDownNodes, 
ChangedSchemaMergeTest, TestDistributedStatsComponentCardinality, 
CSVRequestHandlerTest, TestIndexingPerformance, 
TestSolrCloudWithSecureImpersonation, RequestLoggingTest, 
TestLocalFSCloudBackupRestore, WordBreakSolrSpellCheckerTest, 
AnalyticsMergeStrategyTest, SolrCoreCheckLockOnStartupTest, 
TestDistributedGrouping, BufferStoreTest, SmileWriterTest, 
UpdateRequestProcessorFactoryTest, TestIntervalFaceting, 
AsyncCallRequestStatusResponseTest, CoreSorterTest, SmileWriterTest, 
TestCollapseQParserPlugin, CollectionReloadTest, TestJsonFacets, 
DistributedIntervalFacetingTest, TestGraphTermsQParserPlugin, TestQueryTypes, 
TestOrdValues, TestRecovery, TestRebalanceLeaders, QueryParsingTest, 
TestSolrQueryResponse, VersionInfoTest, CollectionsAPISolrJTest, 
TestWriterPerf, HdfsCollectionsAPIDistributedZkTest, BasicDistributedZk2Test, 
SyncSliceTest, LeaderElectionIntegrationTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest, TestZkChroot, TestRandomDVFaceting, 
TestDistributedSearch, SpellCheckComponentTest, TestGroupingSearch, 
SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, TestIndexSearcher, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
SuggesterTSTTest, SuggesterWFSTTest, SchemaVersionSpecificBehaviorTest, 
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
DistanceFunctionTest, DebugComponentTest, CacheHeaderTest, 
LukeRequestHandlerTest, TestOmitPositions, TermVectorComponentTest, 
FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, TestCollationField, 
JSONWriterTest, TestAnalyzedSuggestions, TestComponentsName, 
TestQuerySenderListener, AlternateDirectoryTest, TestQuerySenderNoQuery, 
TestStressRecovery, MultiTermTest, SampleTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SampleTest 
-Dtests.seed=671D2FCDEEC67307 -Dtests.slow=true -Dtests.locale=nn-NO 
-Dtests.timezone=Africa/Dakar -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | SampleTest (suite) <<<
   [junit4]    > Throwable #1: 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\J1\temp\solr.SampleTest_671D2FCDEEC67307-001\init-core-data-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.SampleTest_671D2FCDEEC67307-001\init-core-data-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([671D2FCDEEC67307]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [432/677 (1!)] on J1 in 0.57s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 318 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\init-core-data-001
   [junit4]   2> 2176721 INFO  
(SUITE-ShardSplitTest-seed#[671D2FCDEEC67307]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 2176721 INFO  
(SUITE-ShardSplitTest-seed#[671D2FCDEEC67307]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/rf_sc/g
   [junit4]   2> 2176727 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.a.s.c.ZkTestServer 
STARTING ZK TEST SERVER
   [junit4]   2> 2176727 INFO  (Thread-4031) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2176727 INFO  (Thread-4031) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2176828 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.a.s.c.ZkTestServer 
start zk server on port:58584
   [junit4]   2> 2176841 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x159724ede360000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2176867 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2176874 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2176879 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2176883 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2176889 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2176892 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2176897 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2176900 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2176905 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2176907 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2176910 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractZkTestCase put 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2177693 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 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.cloud.ShardSplitTest_671D2FCDEEC67307-001\control-001\cores\collection1
   [junit4]   2> 2177698 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2177700 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@f4f340{/rf_sc/g,null,AVAILABLE}
   [junit4]   2> 2177701 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@fe1f16{HTTP/1.1,[http/1.1]}{127.0.0.1:58591}
   [junit4]   2> 2177702 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.e.j.s.Server 
Started @2181306ms
   [junit4]   2> 2177702 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
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.cloud.ShardSplitTest_671D2FCDEEC67307-001\tempDir-001/control/data,
 hostContext=/rf_sc/g, hostPort=58591, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\control-001\cores}
   [junit4]   2> 2177702 ERROR 
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2177703 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 2177703 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2177703 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2177703 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-06T05:44:49.404Z
   [junit4]   2> 2177708 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x159724ede360002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2177709 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2177709 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 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.cloud.ShardSplitTest_671D2FCDEEC67307-001\control-001\solr.xml
   [junit4]   2> 2177734 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2177735 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:58584/solr
   [junit4]   2> 2177794 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58591_rf_sc%2Fg 
   ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:58591_rf_sc%2Fg
   [junit4]   2> 2177797 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58591_rf_sc%2Fg 
   ] o.a.s.c.Overseer Overseer 
(id=97234550026272772-127.0.0.1:58591_rf_sc%2Fg-n_0000000000) starting
   [junit4]   2> 2177814 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58591_rf_sc%2Fg 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58591_rf_sc%2Fg
   [junit4]   2> 2177821 INFO  
(OverseerStateUpdate-97234550026272772-127.0.0.1:58591_rf_sc%2Fg-n_0000000000) 
[n:127.0.0.1:58591_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 2177950 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58591_rf_sc%2Fg 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\control-001\cores
   [junit4]   2> 2177950 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58591_rf_sc%2Fg 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2177959 INFO  
(OverseerStateUpdate-97234550026272772-127.0.0.1:58591_rf_sc%2Fg-n_0000000000) 
[n:127.0.0.1:58591_rf_sc%2Fg    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard1
   [junit4]   2> 2179014 WARN  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 2179015 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2179047 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2179252 WARN  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2179260 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2179347 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 2179348 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   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.cloud.ShardSplitTest_671D2FCDEEC67307-001\control-001\cores\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\control-001\cores\collection1\data\]
   [junit4]   2> 2179349 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@be745
   [junit4]   2> 2179360 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=39.8642578125, 
floorSegmentMB=0.8427734375, forceMergeDeletesPctAllowed=15.083830358862677, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11104553768305375
   [junit4]   2> 2179428 WARN  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2179475 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2179476 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2179479 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2179479 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2179481 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=30.1591796875, 
floorSegmentMB=0.794921875, forceMergeDeletesPctAllowed=3.261581693157792, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2179483 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c94ae2[collection1] main]
   [junit4]   2> 2179486 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2179488 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2179488 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2179491 INFO  
(searcherExecutor-8516-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg 
x:collection1 c:control_collection) [n:127.0.0.1:58591_rf_sc%2Fg 
c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@1c94ae2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2179493 INFO  
(coreLoadExecutor-8515-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1555752803310239744
   [junit4]   2> 2179510 INFO  
(coreZkRegister-8508-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg 
x:collection1 c:control_collection) [n:127.0.0.1:58591_rf_sc%2Fg 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2179511 INFO  
(coreZkRegister-8508-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg 
x:collection1 c:control_collection) [n:127.0.0.1:58591_rf_sc%2Fg 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2179511 INFO  
(coreZkRegister-8508-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg 
x:collection1 c:control_collection) [n:127.0.0.1:58591_rf_sc%2Fg 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:58591/rf_sc/g/collection1/
   [junit4]   2> 2179511 INFO  
(coreZkRegister-8508-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg 
x:collection1 c:control_collection) [n:127.0.0.1:58591_rf_sc%2Fg 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2179511 INFO  
(coreZkRegister-8508-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg 
x:collection1 c:control_collection) [n:127.0.0.1:58591_rf_sc%2Fg 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:58591/rf_sc/g/collection1/ has no replicas
   [junit4]   2> 2179526 INFO  
(coreZkRegister-8508-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg 
x:collection1 c:control_collection) [n:127.0.0.1:58591_rf_sc%2Fg 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:58591/rf_sc/g/collection1/ shard1
   [junit4]   2> 2179678 INFO  
(coreZkRegister-8508-thread-1-processing-n:127.0.0.1:58591_rf_sc%2Fg 
x:collection1 c:control_collection) [n:127.0.0.1:58591_rf_sc%2Fg 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2180540 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2180543 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58584/solr ready
   [junit4]   2> 2180544 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2180544 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2181631 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 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.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-1-001\cores\collection1
   [junit4]   2> 2181636 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-1-001
   [junit4]   2> 2181637 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2181639 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a39c35{/rf_sc/g,null,AVAILABLE}
   [junit4]   2> 2181641 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1ce23aa{HTTP/1.1,[http/1.1]}{127.0.0.1:58644}
   [junit4]   2> 2181641 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.e.j.s.Server 
Started @2185246ms
   [junit4]   2> 2181642 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
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.cloud.ShardSplitTest_671D2FCDEEC67307-001\tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/rf_sc/g, hostPort=58644, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-1-001\cores}
   [junit4]   2> 2181642 ERROR 
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2181642 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 2181642 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2181643 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2181643 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-06T05:44:53.344Z
   [junit4]   2> 2181662 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2181663 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 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.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-1-001\solr.xml
   [junit4]   2> 2181700 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2181702 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:58584/solr
   [junit4]   2> 2181751 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58644_rf_sc%2Fg 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2181766 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58644_rf_sc%2Fg 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58644_rf_sc%2Fg
   [junit4]   2> 2181771 INFO  
(zkCallback-3420-thread-3-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 2181777 INFO  (zkCallback-3424-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2181777 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 2182285 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58644_rf_sc%2Fg 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-1-001\cores
   [junit4]   2> 2182286 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58644_rf_sc%2Fg 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2182303 INFO  
(OverseerStateUpdate-97234550026272772-127.0.0.1:58591_rf_sc%2Fg-n_0000000000) 
[n:127.0.0.1:58591_rf_sc%2Fg    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard2
   [junit4]   2> 2182424 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2183379 WARN  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 2183381 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2183412 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2183570 WARN  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 2183575 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2183628 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 2183629 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   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.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-1-001\cores\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-1-001\cores\collection1\data\]
   [junit4]   2> 2183629 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@be745
   [junit4]   2> 2183642 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=39.8642578125, 
floorSegmentMB=0.8427734375, forceMergeDeletesPctAllowed=15.083830358862677, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11104553768305375
   [junit4]   2> 2183668 WARN  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2183722 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2183722 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2183726 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2183726 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2183730 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=30.1591796875, 
floorSegmentMB=0.794921875, forceMergeDeletesPctAllowed=3.261581693157792, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2183731 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@14b8714[collection1] main]
   [junit4]   2> 2183736 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2183738 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2183738 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2183742 INFO  
(searcherExecutor-8527-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58644_rf_sc%2Fg c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@14b8714[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2183744 INFO  
(coreLoadExecutor-8526-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1555752807767736320
   [junit4]   2> 2183771 INFO  
(coreZkRegister-8521-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58644_rf_sc%2Fg c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 2183771 INFO  
(coreZkRegister-8521-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58644_rf_sc%2Fg c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 2183771 INFO  
(coreZkRegister-8521-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58644_rf_sc%2Fg c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:58644/rf_sc/g/collection1/
   [junit4]   2> 2183771 INFO  
(coreZkRegister-8521-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58644_rf_sc%2Fg c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 2183771 INFO  
(coreZkRegister-8521-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58644_rf_sc%2Fg c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:58644/rf_sc/g/collection1/ has no replicas
   [junit4]   2> 2183794 INFO  
(coreZkRegister-8521-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58644_rf_sc%2Fg c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:58644/rf_sc/g/collection1/ shard2
   [junit4]   2> 2183913 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2183975 INFO  
(coreZkRegister-8521-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58644_rf_sc%2Fg c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 2184131 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2185644 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 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.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-2-001\cores\collection1
   [junit4]   2> 2185649 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-2-001
   [junit4]   2> 2185650 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2185652 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e88945{/rf_sc/g,null,AVAILABLE}
   [junit4]   2> 2185655 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1dfbf75{HTTP/1.1,[http/1.1]}{127.0.0.1:58677}
   [junit4]   2> 2185656 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.e.j.s.Server 
Started @2189260ms
   [junit4]   2> 2185656 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
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.cloud.ShardSplitTest_671D2FCDEEC67307-001\tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/rf_sc/g, hostPort=58677, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-2-001\cores}
   [junit4]   2> 2185656 ERROR 
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2185656 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 2185658 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2185658 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2185658 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-06T05:44:57.359Z
   [junit4]   2> 2185666 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2185667 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 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.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-2-001\solr.xml
   [junit4]   2> 2185696 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2185698 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:58584/solr
   [junit4]   2> 2185727 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58677_rf_sc%2Fg 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2185739 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58677_rf_sc%2Fg 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58677_rf_sc%2Fg
   [junit4]   2> 2185742 INFO  
(zkCallback-3420-thread-3-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 2185742 INFO  (zkCallback-3424-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2185744 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 2185745 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 2185865 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2186559 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58677_rf_sc%2Fg 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-2-001\cores
   [junit4]   2> 2186560 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58677_rf_sc%2Fg 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2186570 INFO  
(OverseerStateUpdate-97234550026272772-127.0.0.1:58591_rf_sc%2Fg-n_0000000000) 
[n:127.0.0.1:58591_rf_sc%2Fg    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard1
   [junit4]   2> 2186678 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2186678 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2187607 WARN  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 2187608 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2187639 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2187817 WARN  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 2187821 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2187868 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 2187869 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   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.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-2-001\cores\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-2-001\cores\collection1\data\]
   [junit4]   2> 2187869 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@be745
   [junit4]   2> 2187887 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=39.8642578125, 
floorSegmentMB=0.8427734375, forceMergeDeletesPctAllowed=15.083830358862677, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11104553768305375
   [junit4]   2> 2187935 WARN  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2188000 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2188000 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2188002 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2188002 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2188007 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=30.1591796875, 
floorSegmentMB=0.794921875, forceMergeDeletesPctAllowed=3.261581693157792, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2188015 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@fb2671[collection1] main]
   [junit4]   2> 2188018 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2188019 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2188019 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2188024 INFO  
(searcherExecutor-8538-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58677_rf_sc%2Fg c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@fb2671[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2188025 INFO  
(coreLoadExecutor-8537-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1555752812256690176
   [junit4]   2> 2188048 INFO  
(coreZkRegister-8532-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58677_rf_sc%2Fg c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 2188049 INFO  
(coreZkRegister-8532-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58677_rf_sc%2Fg c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 2188049 INFO  
(coreZkRegister-8532-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58677_rf_sc%2Fg c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:58677/rf_sc/g/collection1/
   [junit4]   2> 2188049 INFO  
(coreZkRegister-8532-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58677_rf_sc%2Fg c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 2188049 INFO  
(coreZkRegister-8532-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58677_rf_sc%2Fg c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:58677/rf_sc/g/collection1/ has no replicas
   [junit4]   2> 2188063 INFO  
(coreZkRegister-8532-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58677_rf_sc%2Fg c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:58677/rf_sc/g/collection1/ shard1
   [junit4]   2> 2188173 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2188174 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2188218 INFO  
(coreZkRegister-8532-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg 
x:collection1 c:collection1) [n:127.0.0.1:58677_rf_sc%2Fg c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 2188335 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2188335 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2189840 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 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.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-3-001\cores\collection1
   [junit4]   2> 2189844 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-3-001
   [junit4]   2> 2189845 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2189846 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5bf3c8{/rf_sc/g,null,AVAILABLE}
   [junit4]   2> 2189849 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1bb79d0{HTTP/1.1,[http/1.1]}{127.0.0.1:58707}
   [junit4]   2> 2189849 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.e.j.s.Server 
Started @2193453ms
   [junit4]   2> 2189849 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
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.cloud.ShardSplitTest_671D2FCDEEC67307-001\tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/rf_sc/g, hostPort=58707, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-3-001\cores}
   [junit4]   2> 2189849 ERROR 
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2189850 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 2189850 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2189850 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2189850 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-06T05:45:01.551Z
   [junit4]   2> 2189855 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2189856 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 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.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-3-001\solr.xml
   [junit4]   2> 2189875 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2189876 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:58584/solr
   [junit4]   2> 2189897 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58707_rf_sc%2Fg 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2189907 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58707_rf_sc%2Fg 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58707_rf_sc%2Fg
   [junit4]   2> 2189910 INFO  
(zkCallback-3420-thread-3-processing-n:127.0.0.1:58591_rf_sc%2Fg) 
[n:127.0.0.1:58591_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 2189911 INFO  
(zkCallback-3442-thread-1-processing-n:127.0.0.1:58707_rf_sc%2Fg) 
[n:127.0.0.1:58707_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 2189911 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 2189910 INFO  (zkCallback-3424-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2189912 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 2190023 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2190023 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2190164 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58707_rf_sc%2Fg 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-3-001\cores
   [junit4]   2> 2190164 INFO  
(TEST-ShardSplitTest.test-seed#[671D2FCDEEC67307]) [n:127.0.0.1:58707_rf_sc%2Fg 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2190170 INFO  
(OverseerStateUpdate-97234550026272772-127.0.0.1:58591_rf_sc%2Fg-n_0000000000) 
[n:127.0.0.1:58591_rf_sc%2Fg    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard2
   [junit4]   2> 2190279 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:58644_rf_sc%2Fg) 
[n:127.0.0.1:58644_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2190280 INFO  
(zkCallback-3442-thread-1-processing-n:127.0.0.1:58707_rf_sc%2Fg) 
[n:127.0.0.1:58707_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2190280 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:58677_rf_sc%2Fg) 
[n:127.0.0.1:58677_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2191207 WARN  
(coreLoadExecutor-8548-thread-1-processing-n:127.0.0.1:58707_rf_sc%2Fg) 
[n:127.0.0.1:58707_rf_sc%2Fg c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 2191210 INFO  
(coreLoadExecutor-8548-thread-1-processing-n:127.0.0.1:58707_rf_sc%2Fg) 
[n:127.0.0.1:58707_rf_sc%2Fg c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2191242 INFO  
(coreLoadExecutor-8548-thread-1-processing-n:127.0.0.1:58707_rf_sc%2Fg) 
[n:127.0.0.1:58707_rf_sc%2Fg c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2191416 WARN  
(coreLoadExecutor-8548-thread-1-processing-n:127.0.0.1:58707_rf_sc%2Fg) 
[n:127.0.0.1:58707_rf_sc%2Fg c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 2191420 INFO  
(coreLoadExecutor-8548-thread-1-processing-n:127.0.0.1:58707_rf_sc%2Fg) 
[n:127.0.0.1:58707_rf_sc%2Fg c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2191482 INFO  
(coreLoadExecutor-8548-thread-1-processing-n:127.0.0.1:58707_rf_sc%2Fg) 
[n:127.0.0.1:58707_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 2191484 INFO  
(coreLoadExecutor-8548-thread-1-processing-n:127.0.0.1:58707_rf_sc%2Fg) 
[n:127.0.0.1:58707_rf_sc%2Fg c:collection1   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.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-3-001\cores\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001\shard-3-001\cores\collection1\data\]
   [junit4]   2> 2191484 INFO  
(coreLoadExecutor-8548-thread-1-processing-n:127.0.0.1:58707_rf_sc%2Fg) 
[n:127.0.0.1:58707_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@be745
   [junit4]   2> 2191495 INFO  
(coreLoadExecutor-8548-thread-1-processing-n:127.0.0.1:58707_rf_sc%2Fg) 
[n:127.0.0.1:58707_rf_sc%2Fg c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=39.8642578125, 
floorSegmentMB=0.8427734375, forceMergeDeletesPctAllowed=15.083830358862677, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11104553768305375
   [junit4]   2> 2191513 WARN  (coreLoadExecutor-8548-thread-1-processing-n

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

taticIndexReplication-seed#[671D2FCDEEC67307]) [    ] o.a.s.c.Overseer Overseer 
(id=97234567727087634-127.0.0.1:60481_rf_sc%2Fg-n_0000000004) closing
   [junit4]   2> 2500772 INFO  
(OverseerStateUpdate-97234567727087634-127.0.0.1:60481_rf_sc%2Fg-n_0000000004) 
[n:127.0.0.1:60481_rf_sc%2Fg    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:60481_rf_sc%2Fg
   [junit4]   2> 2500775 INFO  (zkCallback-3607-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2502274 WARN  
(zkCallback-3632-thread-3-processing-n:127.0.0.1:60481_rf_sc%2Fg) 
[n:127.0.0.1:60481_rf_sc%2Fg    ] o.a.s.c.c.ZkStateReader ZooKeeper watch 
triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for 
/live_nodes]
   [junit4]   2> 2502275 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[671D2FCDEEC67307]) [ 
   ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2502278 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[671D2FCDEEC67307]) [ 
   ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@9a6b1e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2502278 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[671D2FCDEEC67307]) [ 
   ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1731c4e{/rf_sc/g,null,UNAVAILABLE}
   [junit4]   2> 2502285 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[671D2FCDEEC67307]) [ 
   ] o.a.s.c.ChaosMonkey monkey: stop shard! 60410
   [junit4]   2> 2502287 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[671D2FCDEEC67307]) [ 
   ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60403 60403
   [junit4]   2> 2502290 INFO  (Thread-4314) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:60403 60403
   [junit4]   2> 2502292 WARN  (Thread-4314) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        6       /solr/security.json
   [junit4]   2>        6       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        5       /solr/collections/collection1/state.json
   [junit4]   2>        4       
/solr/collections/testSplitStaticIndexReplication/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/97234567727087625-127.0.0.1:60437_rf_sc%2Fg-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        82      /solr/overseer/queue
   [junit4]   2>        40      /solr/overseer/collection-queue-work
   [junit4]   2>        31      /solr/overseer/queue-work
   [junit4]   2>        8       /solr/collections
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2502296 INFO  
(SUITE-ShardSplitTest-seed#[671D2FCDEEC67307]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_671D2FCDEEC67307-001
   [junit4]   2> Jan 06, 2017 5:50:14 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{shard_s=PostingsFormat(name=Asserting), rnd_b=Lucene50(blocksize=128), 
_version_=PostingsFormat(name=MockRandom), n_ti=PostingsFormat(name=Asserting), 
a_t=PostingsFormat(name=Asserting), a_i=Lucene50(blocksize=128), 
id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1239, 
maxMBSortInHeap=5.041420766311451, 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=sv-SE, 
timezone=Europe/Monaco
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_112 
(32-bit)/cpus=3,threads=1,free=136664040,total=473432064
   [junit4]   2> NOTE: All tests run in this JVM: 
[LeaderInitiatedRecoveryOnShardRestartTest, TestTrie, TestCloudManagedSchema, 
TestBlendedInfixSuggestions, TestUtils, SearchHandlerTest, 
TestExactSharedStatsCache, TestSolrCloudSnapshots, ExitableDirectoryReaderTest, 
SignatureUpdateProcessorFactoryTest, MultiThreadedOCPTest, 
TestDefaultStatsCache, TestEmbeddedSolrServerConstructors, CloudMLTQParserTest, 
SolrCoreMetricManagerTest, TestReRankQParserPlugin, TestFieldSortValues, 
BasicFunctionalityTest, HdfsRestartWhileUpdatingTest, SolrGangliaReporterTest, 
RegexBoostProcessorTest, TestConfigSetProperties, TestStandardQParsers, 
TestCodecSupport, ResourceLoaderTest, TestConfigReload, ZkStateReaderTest, 
SpellingQueryConverterTest, SuggesterTest, TestGeoJSONResponseWriter, 
AtomicUpdatesTest, TestManagedResourceStorage, 
CloneFieldUpdateProcessorFactoryTest, TestRandomFaceting, IndexSchemaTest, 
HdfsRecoverLeaseTest, URLClassifyProcessorTest, TestSubQueryTransformerDistrib, 
TestSchemaNameResource, TestRandomCollapseQParserPlugin, TestRandomFlRTGCloud, 
TestXmlQParserPlugin, TestMergePolicyConfig, TestStressLiveNodes, 
AutoCommitTest, PeerSyncReplicationTest, TestJmxMonitoredMap, 
MinimalSchemaTest, DistributedTermsComponentTest, TestConfigSetsAPI, 
TestObjectReleaseTracker, TestUseDocValuesAsStored, 
TestLMJelinekMercerSimilarityFactory, SpatialRPTFieldTypeTest, 
TestValueSourceCache, TestUninvertingReader, DistributedVersionInfoTest, 
TestSubQueryTransformer, TestFieldCollectionResource, SolrCloudExampleTest, 
CollectionsAPIDistributedZkTest, TestUnifiedSolrHighlighter, TestFiltering, 
JavabinLoaderTest, CdcrBootstrapTest, AliasIntegrationTest, 
FacetPivotSmallTest, SecurityConfHandlerTest, ShardRoutingCustomTest, 
ManagedSchemaRoundRobinCloudTest, DistributedQueryComponentOptimizationTest, 
TestAtomicUpdateErrorCases, CopyFieldTest, HLLSerializationTest, 
PreAnalyzedUpdateProcessorTest, TestSolrConfigHandlerConcurrent, 
ScriptEngineTest, SortByFunctionTest, DistributedFacetPivotSmallAdvancedTest, 
QueryResultKeyTest, TestReloadDeadlock, TestSSLRandomization, ClusterStateTest, 
CdcrVersionReplicationTest, UUIDUpdateProcessorFallbackTest, 
DistributedExpandComponentTest, TestMiniSolrCloudClusterSSL, 
StatsReloadRaceTest, TestPKIAuthenticationPlugin, HdfsUnloadDistributedZkTest, 
ConjunctionSolrSpellCheckerTest, TestJoin, TestNumericTerms32, 
TestShardHandlerFactory, TestManagedSchema, DateMathParserTest, 
RequestHandlersTest, CircularListTest, CoreAdminHandlerTest, 
TestClassicSimilarityFactory, SolrIndexMetricsTest, JsonLoaderTest, 
BadIndexSchemaTest, SuggestComponentContextFilterQueryTest, 
RemoteQueryErrorTest, ReplicationFactorTest, TestCloudInspectUtil, 
TestSolrDynamicMBean, DocValuesMissingTest, TestManagedStopFilterFactory, 
TestSolrCoreProperties, DataDrivenBlockJoinTest, SolrIndexSplitterTest, 
TestSuggestSpellingConverter, TermVectorComponentDistributedTest, 
TestJavabinTupleStreamParser, StressHdfsTest, DeleteInactiveReplicaTest, 
FileBasedSpellCheckerTest, TestPHPSerializedResponseWriter, 
TestNamedUpdateProcessors, TestTrieFacet, BlockJoinFacetRandomTest, 
BJQParserTest, SpellPossibilityIteratorTest, ConnectionReuseTest, 
TestSolrDeletionPolicy2, TestSQLHandlerNonCloud, ConfigSetsAPITest, 
DirectUpdateHandlerOptimizeTest, TestDeleteCollectionOnDownNodes, 
ChangedSchemaMergeTest, TestDistributedStatsComponentCardinality, 
CSVRequestHandlerTest, TestIndexingPerformance, 
TestSolrCloudWithSecureImpersonation, RequestLoggingTest, 
TestLocalFSCloudBackupRestore, WordBreakSolrSpellCheckerTest, 
AnalyticsMergeStrategyTest, SolrCoreCheckLockOnStartupTest, 
TestDistributedGrouping, BufferStoreTest, SmileWriterTest, 
UpdateRequestProcessorFactoryTest, TestIntervalFaceting, 
AsyncCallRequestStatusResponseTest, CoreSorterTest, SmileWriterTest, 
TestCollapseQParserPlugin, CollectionReloadTest, TestJsonFacets, 
DistributedIntervalFacetingTest, TestGraphTermsQParserPlugin, TestQueryTypes, 
TestOrdValues, TestRecovery, TestRebalanceLeaders, QueryParsingTest, 
TestSolrQueryResponse, VersionInfoTest, CollectionsAPISolrJTest, 
TestWriterPerf, HdfsCollectionsAPIDistributedZkTest, BasicDistributedZk2Test, 
SyncSliceTest, LeaderElectionIntegrationTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest, TestZkChroot, TestRandomDVFaceting, 
TestDistributedSearch, SpellCheckComponentTest, TestGroupingSearch, 
SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, TestIndexSearcher, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
SuggesterTSTTest, SuggesterWFSTTest, SchemaVersionSpecificBehaviorTest, 
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
DistanceFunctionTest, DebugComponentTest, CacheHeaderTest, 
LukeRequestHandlerTest, TestOmitPositions, TermVectorComponentTest, 
FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, TestCollationField, 
JSONWriterTest, TestAnalyzedSuggestions, TestComponentsName, 
TestQuerySenderListener, AlternateDirectoryTest, TestQuerySenderNoQuery, 
TestStressRecovery, MultiTermTest, SampleTest, TestSearchPerf, 
OutputWriterTest, ExternalFileFieldSortTest, DirectSolrConnectionTest, 
TestLuceneMatchVersion, SynonymTokenizerTest, EchoParamsTest, 
TestPerFieldSimilarity, TestBM25SimilarityFactory, TimeZoneUtilsTest, 
TestFastLRUCache, PreAnalyzedFieldTest, DOMUtilTest, RAMDirectoryFactoryTest, 
TestDocumentBuilder, SystemInfoHandlerTest, UUIDFieldTest, CursorPagingTest, 
TestHighlightDedupGrouping, TestJettySolrRunner, ActionThrottleTest, 
AssignTest, BaseCdcrDistributedZkTest, CdcrRequestHandlerTest, 
CleanupOldIndexTest, ConnectionManagerTest, CreateCollectionCleanupTest, 
DeleteNodeTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, 
HttpPartitionTest, MigrateRouteKeyTest, 
OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, 
OverseerTaskQueueTest, RollingRestartTest, ShardSplitTest]
   [junit4] Completed [534/677 (2!)] on J1 in 325.91s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 55082 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to