Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6030/
Java: 32bit/jdk1.8.0_102 -server -XX:+UseG1GC

5 tests failed.
FAILED:  org.apache.solr.cloud.TestLocalFSCloudBackupRestore.test

Error Message:
Error from server at https://127.0.0.1:58567/solr: Collection 
'backuprestore_restored' exists, no action taken.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:58567/solr: Collection 
'backuprestore_restored' exists, no action taken.
        at 
__randomizedtesting.SeedInfo.seed([6B6142CBB025EA83:E3357D111ED9877B]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:608)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1291)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
        at 
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:232)
        at 
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:126)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail

Error Message:
expected:<200> but was:<404>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
        at 
__randomizedtesting.SeedInfo.seed([6B6142CBB025EA83:3DE77E160BFF86F]: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.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:137)
        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:282)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReqParamsAPI.test

Error Message:
Could not get expected value  'CY val' for path 'response/params/y/c' full 
output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{   
  "znodeVersion":0,     "params":{"x":{         "a":"A val",         "b":"B 
val",         "":{"v":0}}}}},  from server:  http://127.0.0.1:50698/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 
'response/params/y/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":0,
    "params":{"x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}}}}},  from server:  http://127.0.0.1:50698/collection1
        at 
__randomizedtesting.SeedInfo.seed([6B6142CBB025EA83:E3357D111ED9877B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:481)
        at 
org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:159)
        at 
org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
java.lang.NullPointerException

Stack Trace:
com.google.common.util.concurrent.UncheckedExecutionException: 
java.lang.NullPointerException
        at __randomizedtesting.SeedInfo.seed([6B6142CBB025EA83]:0)
        at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263)
        at com.google.common.cache.LocalCache.get(LocalCache.java:4000)
        at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004)
        at 
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874)
        at org.apache.hadoop.security.Groups.getGroups(Groups.java:182)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getUsersFirstGroup(TestSolrCloudWithSecureImpersonation.java:64)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.getImpersonatorSettings(TestSolrCloudWithSecureImpersonation.java:86)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.startup(TestSolrCloudWithSecureImpersonation.java:99)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012)
        at org.apache.hadoop.util.Shell.runCommand(Shell.java:483)
        at org.apache.hadoop.util.Shell.run(Shell.java:456)
        at 
org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:722)
        at org.apache.hadoop.util.Shell.execCommand(Shell.java:815)
        at org.apache.hadoop.util.Shell.execCommand(Shell.java:798)
        at 
org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getUnixGroups(ShellBasedUnixGroupsMapping.java:84)
        at 
org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getGroups(ShellBasedUnixGroupsMapping.java:52)
        at 
org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback.getGroups(JniBasedUnixGroupsMappingWithFallback.java:51)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.fetchGroupList(Groups.java:239)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:220)
        at 
org.apache.hadoop.security.Groups$GroupCacheLoader.load(Groups.java:208)
        at 
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599)
        at 
com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379)
        at 
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342)
        at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257)
        ... 31 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:


Stack Trace:
java.lang.NullPointerException
        at __randomizedtesting.SeedInfo.seed([6B6142CBB025EA83]:0)
        at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.shutdown(TestSolrCloudWithSecureImpersonation.java:154)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10683 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\init-core-data-001
   [junit4]   2> 140399 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-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> 140406 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 140409 INFO  (Thread-370) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 140409 INFO  (Thread-370) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 140508 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:58562
   [junit4]   2> 140508 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 140509 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 140516 INFO  (zkCallback-197-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@519d name:ZooKeeperConnection 
Watcher:127.0.0.1:58562 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 140516 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 140516 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 140516 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 140519 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 140522 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 0x15660f324a30000, 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> 140598 INFO  (jetty-launcher-196-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 140598 INFO  (jetty-launcher-196-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 140601 INFO  (jetty-launcher-196-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1fb2a18{/solr,null,AVAILABLE}
   [junit4]   2> 140601 INFO  (jetty-launcher-196-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8210f5{/solr,null,AVAILABLE}
   [junit4]   2> 140849 INFO  (jetty-launcher-196-thread-1) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@10a0789{SSL,[ssl, 
http/1.1]}{127.0.0.1:58567}
   [junit4]   2> 140849 INFO  (jetty-launcher-196-thread-1) [    ] 
o.e.j.s.Server Started @145542ms
   [junit4]   2> 140849 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58567}
   [junit4]   2> 140850 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 140850 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node1'
   [junit4]   2> 140850 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 140851 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 140852 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 140854 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 140871 INFO  (jetty-launcher-196-thread-2) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@18d589a{SSL,[ssl, 
http/1.1]}{127.0.0.1:58566}
   [junit4]   2> 140871 INFO  (jetty-launcher-196-thread-2) [    ] 
o.e.j.s.Server Started @145563ms
   [junit4]   2> 140871 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58566}
   [junit4]   2> 140872 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 140872 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node2'
   [junit4]   2> 140873 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 140873 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 140874 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 140874 INFO  (zkCallback-198-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1138f89 name:ZooKeeperConnection 
Watcher:127.0.0.1:58562/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 140874 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 140874 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 140874 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 140876 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 140888 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node1\.
   [junit4]   2> 140888 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 14728895
   [junit4]   2> 140888 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node1]
   [junit4]   2> 140888 WARN  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node1\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node1\lib
   [junit4]   2> 140888 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 140894 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 140895 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 140895 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 140895 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58562/solr
   [junit4]   2> 140895 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 140895 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 140896 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 140896 INFO  (zkCallback-199-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1b9486d name:ZooKeeperConnection 
Watcher:127.0.0.1:58562/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 140902 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 140902 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 140903 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 140915 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 0x15660f324a30002, 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> 140916 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node2\.
   [junit4]   2> 140916 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 27183319
   [junit4]   2> 140916 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node2]
   [junit4]   2> 140916 WARN  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node2\lib
 to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node2\lib
   [junit4]   2> 140917 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 140917 INFO  (zkCallback-202-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@d7456e name:ZooKeeperConnection 
Watcher:127.0.0.1:58562 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 140917 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 140917 INFO  (jetty-launcher-196-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 140921 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 140921 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 140921 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 140921 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$71/13076007@15b937
   [junit4]   2> 140922 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58562/solr
   [junit4]   2> 140922 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 140922 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 140924 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 140924 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 140929 INFO  (zkCallback-206-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1a91749 name:ZooKeeperConnection 
Watcher:127.0.0.1:58562 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 140929 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 140929 INFO  (jetty-launcher-196-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 140930 INFO  
(zkCallback-205-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a7475e name:ZooKeeperConnection 
Watcher:127.0.0.1:58562/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 140930 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 140932 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 0x15660f324a30004, 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> 140932 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$71/13076007@19ba30c
   [junit4]   2> 140934 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 140945 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 140946 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 140949 INFO  
(zkCallback-207-thread-1-processing-n:127.0.0.1:58566_solr) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@808f24 name:ZooKeeperConnection 
Watcher:127.0.0.1:58562/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 140949 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 140954 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 140960 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 140962 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 140964 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 140967 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 140971 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 140971 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 140976 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 140976 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 140978 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 140979 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 140982 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 140982 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 140986 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 140987 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 140989 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 140989 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 140990 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 140990 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 140991 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 140992 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 140994 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 140997 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 141001 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 141004 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96371039443025925-127.0.0.1:58567_solr-n_0000000000
   [junit4]   2> 141004 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 141004 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:58567_solr
   [junit4]   2> 141004 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 141005 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/96371039443025926-127.0.0.1:58566_solr-n_0000000001
   [junit4]   2> 141006 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/96371039443025925-127.0.0.1:58567_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 141008 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58566_solr
   [junit4]   2> 141008 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:58566_solr
   [junit4]   2> 141009 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.Overseer Overseer 
(id=96371039443025925-127.0.0.1:58567_solr-n_0000000000) starting
   [junit4]   2> 141012 INFO  
(zkCallback-205-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 141012 INFO  
(zkCallback-207-thread-1-processing-n:127.0.0.1:58566_solr) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [0])
   [junit4]   2> 141014 INFO  
(zkCallback-205-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 141014 INFO  
(zkCallback-207-thread-1-processing-n:127.0.0.1:58566_solr) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 141017 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 141036 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 141036 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 141037 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node2\.
   [junit4]   2> 141038 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 141039 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 141039 INFO  (jetty-launcher-196-thread-2) 
[n:127.0.0.1:58566_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 141046 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 141047 INFO  
(OverseerCollectionConfigSetProcessor-96371039443025925-127.0.0.1:58567_solr-n_0000000000)
 [n:127.0.0.1:58567_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 141048 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:58567_solr as DOWN
   [junit4]   2> 141048 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 141052 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58567_solr
   [junit4]   2> 141052 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:58567_solr
   [junit4]   2> 141052 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (1)
   [junit4]   2> 141056 INFO  
(zkCallback-205-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 141056 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:58567_solr"} current state version: 0
   [junit4]   2> 141056 INFO  
(zkCallback-207-thread-1-processing-n:127.0.0.1:58566_solr) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 141056 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:58567_solr
   [junit4]   2> 141058 INFO  
(zkCallback-205-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 141058 INFO  
(zkCallback-207-thread-1-processing-n:127.0.0.1:58566_solr) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 141077 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 141077 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 141078 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node1\.
   [junit4]   2> 141079 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 141082 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 141082 INFO  (jetty-launcher-196-thread-1) 
[n:127.0.0.1:58567_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 141082 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 141083 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 141091 INFO  (zkCallback-210-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@bdd7cc name:ZooKeeperConnection 
Watcher:127.0.0.1:58562 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 141092 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 141092 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 141096 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 0x15660f324a30007, 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> 141097 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 141098 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 141102 INFO  (zkCallback-213-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@10cb199 name:ZooKeeperConnection 
Watcher:127.0.0.1:58562/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 141102 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 141104 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 141104 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 141106 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 141106 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 141110 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 141119 INFO  
(SUITE-TestLocalFSCloudBackupRestore-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 141156 INFO  
(TEST-TestLocalFSCloudBackupRestore.test-seed#[6B6142CBB025EA83]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 141372 INFO  (qtp7822157-1240) [n:127.0.0.1:58566_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&property.customKey=customValue&collection.configName=conf1&maxShardsPerNode=2&name=backuprestore&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 141404 INFO  
(OverseerCollectionConfigSetProcessor-96371039443025925-127.0.0.1:58567_solr-n_0000000000)
 [n:127.0.0.1:58567_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Get the message 
id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 141404 INFO  
(OverseerThreadFactory-595-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 141407 INFO  
(OverseerThreadFactory-595-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create 
collection backuprestore
   [junit4]   2> 141411 INFO  
(OverseerThreadFactory-595-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating 
collections conf node /collections/backuprestore 
   [junit4]   2> 141415 INFO  
(OverseerThreadFactory-595-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/collections/backuprestore
   [junit4]   2> 141419 INFO  (zkCallback-213-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 141419 INFO  
(zkCallback-207-thread-1-processing-n:127.0.0.1:58566_solr) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 141423 INFO  
(zkCallback-205-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.ZkStateReader A collections change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], 
has occurred - updating...
   [junit4]   2> 141433 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 141433 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: backuprestore
   [junit4]   2> 141435 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/backuprestore/state.json
   [junit4]   2> 141532 INFO  
(OverseerThreadFactory-595-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
SolrCores for new collection backuprestore, shardNames [shard1, shard2] , 
replicationFactor : 2
   [junit4]   2> 141533 INFO  
(OverseerThreadFactory-595-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core backuprestore_shard2_replica2 as part of shard shard2 of collection 
backuprestore on 127.0.0.1:58567_solr
   [junit4]   2> 141533 INFO  
(OverseerThreadFactory-595-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core backuprestore_shard1_replica2 as part of shard shard1 of collection 
backuprestore on 127.0.0.1:58567_solr
   [junit4]   2> 141533 INFO  
(OverseerThreadFactory-595-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core backuprestore_shard1_replica1 as part of shard shard1 of collection 
backuprestore on 127.0.0.1:58566_solr
   [junit4]   2> 141533 INFO  
(OverseerThreadFactory-595-thread-1-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating 
core backuprestore_shard2_replica1 as part of shard shard2 of collection 
backuprestore on 127.0.0.1:58566_solr
   [junit4]   2> 141578 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard2_replica1&action=CREATE&numShards=2&collection=backuprestore&shard=shard2&wt=javabin&version=2
   [junit4]   2> 141581 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=backuprestore_shard2_replica1, collection.configName=conf1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=backuprestore, 
customKey=customValue, numShards=2, dataDir=data\, shard=shard2}
   [junit4]   2> 141586 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 141704 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard1_replica2&action=CREATE&numShards=2&collection=backuprestore&shard=shard1&wt=javabin&version=2
   [junit4]   2> 141706 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=backuprestore_shard1_replica2, collection.configName=conf1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=backuprestore, 
customKey=customValue, numShards=2, dataDir=data\, shard=shard1}
   [junit4]   2> 141713 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 141719 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard1_replica1&action=CREATE&numShards=2&collection=backuprestore&shard=shard1&wt=javabin&version=2
   [junit4]   2> 141721 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:58566/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:58566_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 141721 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:58566/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:58566_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 141721 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
Registering watch for collection backuprestore
   [junit4]   2> 141723 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=backuprestore_shard1_replica1, collection.configName=conf1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=backuprestore, 
customKey=customValue, numShards=2, dataDir=data\, shard=shard1}
   [junit4]   2> 141728 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 141728 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard2_replica2&action=CREATE&numShards=2&collection=backuprestore&shard=shard2&wt=javabin&version=2
   [junit4]   2> 141728 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 141731 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=backuprestore_shard2_replica2, collection.configName=conf1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=backuprestore, 
customKey=customValue, numShards=2, dataDir=data\, shard=shard2}
   [junit4]   2> 141731 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
Registering watch for collection backuprestore
   [junit4]   2> 141732 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 141733 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 141734 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 141734 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 141734 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
Registering watch for collection backuprestore
   [junit4]   2> 141735 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 141735 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
Registering watch for collection backuprestore
   [junit4]   2> 141735 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 141737 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:58567/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:58567_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 141737 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"backuprestore_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:58567/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:58567_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 141741 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:58566/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:58566_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 141741 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:58566/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:58566_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 141743 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:58567/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:58567_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 141743 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:58567/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:58567_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 141850 INFO  
(OverseerStateUpdate-96371039443025925-127.0.0.1:58567_solr-n_0000000000) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/backuprestore/state.json version: 0
   [junit4]   2> 141851 INFO  
(zkCallback-207-thread-1-processing-n:127.0.0.1:58566_solr) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/backuprestore/state.json] for collection [backuprestore] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 141851 INFO  
(zkCallback-205-thread-2-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/backuprestore/state.json] for collection [backuprestore] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 141852 INFO  
(zkCallback-205-thread-2-processing-n:127.0.0.1:58567_solr) 
[n:127.0.0.1:58567_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[backuprestore] from [0] to [1]
   [junit4]   2> 141852 INFO  
(zkCallback-207-thread-1-processing-n:127.0.0.1:58566_solr) 
[n:127.0.0.1:58566_solr    ] o.a.s.c.c.ZkStateReader Updating data for 
[backuprestore] from [0] to [1]
   [junit4]   2> 142731 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for backuprestore_shard2_replica1
   [junit4]   2> 142731 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
Check for collection zkNode:backuprestore
   [junit4]   2> 142732 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 142732 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/backuprestore]
   [junit4]   2> 142734 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for backuprestore_shard1_replica2
   [junit4]   2> 142734 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
Check for collection zkNode:backuprestore
   [junit4]   2> 142736 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for backuprestore_shard1_replica1
   [junit4]   2> 142736 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
Check for collection zkNode:backuprestore
   [junit4]   2> 142736 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for backuprestore_shard2_replica2
   [junit4]   2> 142736 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
Check for collection zkNode:backuprestore
   [junit4]   2> 142737 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 142737 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node2\backuprestore_shard2_replica1'
   [junit4]   2> 142737 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 142737 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 142737 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 142737 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/backuprestore]
   [junit4]   2> 142737 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 142737 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/backuprestore]
   [junit4]   2> 142737 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 142737 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/backuprestore]
   [junit4]   2> 142738 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 142738 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node1\backuprestore_shard1_replica2'
   [junit4]   2> 142738 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 142738 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 142738 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node2\backuprestore_shard1_replica1'
   [junit4]   2> 142738 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 142738 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 142738 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 142739 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] 
specified config exists in ZooKeeper
   [junit4]   2> 142739 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node1\backuprestore_shard2_replica2'
   [junit4]   2> 142739 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 142739 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 142742 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 142742 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 142743 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 142744 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 142758 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 142758 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 142759 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 142761 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 142761 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 142762 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 142765 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 142768 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 142768 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 142770 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 142770 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 142774 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 142780 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema 
[backuprestore_shard2_replica1] Schema name=minimal
   [junit4]   2> 142781 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema 
[backuprestore_shard2_replica2] Schema name=minimal
   [junit4]   2> 142789 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema 
[backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 142790 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 142792 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 142797 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema 
[backuprestore_shard1_replica2] Schema name=minimal
   [junit4]   2> 142828 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 142829 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 142829 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard1_replica1' using 
configuration from collection backuprestore
   [junit4]   2> 142829 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 142830 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node2\backuprestore_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\]
   [junit4]   2> 142830 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
backuprestore_shard1_replica1
   [junit4]   2> 142832 INFO  (qtp7822157-1246) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 142832 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node2\.\backuprestore_shard1_replica1\data\snapshot_metadata
   [junit4]   2> 142832 INFO  (qtp7822157-1241) [n:127.0.0.1:58566_solr 
c:backuprestore s:shard1 r:core_node3 x:backuprestore_shard1_replica1] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 142833 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 142833 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard2_replica2' using 
configuration from collection backuprestore
   [junit4]   2> 142833 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 142833 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrCore [[backuprestore_shard2_replica2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node1\backuprestore_shard2_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\]
   [junit4]   2> 142833 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] 
o.a.s.c.SolrCore JMX monitoring not detected for core: 
backuprestore_shard2_replica2
   [junit4]   2> 142834 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node1\.\backuprestore_shard2_replica2\data\snapshot_metadata
   [junit4]   2> 142834 INFO  (qtp10963731-1245) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard2 r:core_node4 x:backuprestore_shard2_replica2] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 142834 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 142834 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard1_replica2' using 
configuration from collection backuprestore
   [junit4]   2> 142834 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 142834 INFO  (qtp10963731-1242) [n:127.0.0.1:58567_solr 
c:backuprestore s:shard1 r:core_node2 x:backuprestore_shard1_replica2] 
o.a.s.c.SolrCore [[backuprestore_shard1_replica2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB025EA83-001\tempDir-001\node1\backuprestore_shard1_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestLocalFSCloudBackupRestore_6B6142CBB0

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

.lang.AssertionError: Could not get expected value  'CY val' for path 
'response/params/y/c' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{
   [junit4]    >     "znodeVersion":0,
   [junit4]    >     "params":{"x":{
   [junit4]    >         "a":"A val",
   [junit4]    >         "b":"B val",
   [junit4]    >         "":{"v":0}}}}},  from server:  
http://127.0.0.1:50698/collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6B6142CBB025EA83:E3357D111ED9877B]:0)
   [junit4]    >        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:481)
   [junit4]    >        at 
org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:159)
   [junit4]    >        at 
org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3062599 INFO  
(SUITE-TestReqParamsAPI-seed#[6B6142CBB025EA83]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReqParamsAPI_6B6142CBB025EA83-001
   [junit4]   2> Aug 06, 2016 6:31:24 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=648, maxMBSortInHeap=6.685813114132608, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-SD, timezone=Asia/Dili
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_102 
(32-bit)/cpus=3,threads=1,free=301960080,total=497025024
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestCopyFieldCollectionResource, TestUninvertingReader, TestFieldSortValues, 
TestArbitraryIndexDir, TestPKIAuthenticationPlugin, TestFieldCacheWithThreads, 
TestCryptoKeys, PathHierarchyTokenizerFactoryTest, RuleEngineTest, 
HardAutoCommitTest, TestSolrConfigHandler, AsyncMigrateRouteKeyTest, 
TestDistributedSearch, DocumentBuilderTest, DOMUtilTest, 
CachingDirectoryFactoryTest, TestComplexPhraseQParserPlugin, 
DistributedSpellCheckComponentTest, TestDistributedStatsComponentCardinality, 
TestLRUStatsCache, TestConfigSetsAPIExclusivity, DocValuesMultiTest, 
JavabinLoaderTest, TestXmlQParserPlugin, TestConfig, ZkCLITest, 
PingRequestHandlerTest, SmileWriterTest, AnalysisAfterCoreReloadTest, 
TestSha256AuthenticationProvider, TestHdfsCloudBackupRestore, 
DistributedFacetPivotSmallAdvancedTest, TestSchemaManager, 
TestMiniSolrCloudClusterSSL, TestPivotHelperCode, QueryElevationComponentTest, 
TestStressLucene, TestRawTransformer, OverseerCollectionConfigSetProcessorTest, 
TestConfigSets, TestManagedStopFilterFactory, TestTestInjection, 
TestStandardQParsers, TestInitParams, SSLMigrationTest, TestJsonRequest, 
DisMaxRequestHandlerTest, ConnectionManagerTest, TestRTimerTree, TestTrieFacet, 
TestSimpleQParserPlugin, TestSerializedLuceneMatchVersion, 
SecurityConfHandlerTest, TestDocumentBuilder, TestInitQParser, 
TestSolrConfigHandlerCloud, TestFieldCollectionResource, ClusterStateTest, 
DirectSolrSpellCheckerTest, SparseHLLTest, PreAnalyzedUpdateProcessorTest, 
DocumentAnalysisRequestHandlerTest, SolrCLIZkUtilsTest, CustomCollectionTest, 
TestDocSet, TestQuerySenderNoQuery, SliceStateTest, TestFastLRUCache, 
BlockCacheTest, TestPartialUpdateDeduplication, 
TestLMDirichletSimilarityFactory, MigrateRouteKeyTest, TestAnalyzedSuggestions, 
TestDynamicFieldCollectionResource, TestDFISimilarityFactory, 
TestCustomDocTransformer, ShardSplitTest, XsltUpdateRequestHandlerTest, 
CdcrRequestHandlerTest, AtomicUpdatesTest, LeaderElectionTest, 
VMParamsZkACLAndCredentialsProvidersTest, TolerantUpdateProcessorTest, 
BadComponentTest, TestLeaderInitiatedRecoveryThread, TestRequestForwarding, 
OutOfBoxZkACLAndCredentialsProvidersTest, CheckHdfsIndexTest, 
TestPseudoReturnFields, TestFreeTextSuggestions, IndexSchemaTest, 
TestJmxMonitoredMap, SuggesterFSTTest, SimpleMLTQParserTest, 
ChangedSchemaMergeTest, TestPerFieldSimilarityWithDefaultOverride, 
TestGroupingSearch, PrimitiveFieldTypeTest, TestSSLRandomization, 
TestSearchPerf, TestElisionMultitermQuery, ReturnFieldsTest, 
RequiredFieldsTest, AssignTest, TestCodecSupport, RestartWhileUpdatingTest, 
HighlighterTest, BlockJoinFacetSimpleTest, TestSchemaSimilarityResource, 
TestIBSimilarityFactory, TestSweetSpotSimilarityFactory, 
TestExceedMaxTermLength, StatelessScriptUpdateProcessorFactoryTest, 
CdcrReplicationDistributedZkTest, TestUseDocValuesAsStored2, TestStressReorder, 
TestBlendedInfixSuggestions, TestSolrQueryParserResource, 
TestCloudManagedSchema, BufferStoreTest, TestUpdate, ZkControllerTest, 
SyncSliceTest, TestManagedSchema, ActionThrottleTest, TestComponentsName, 
TestClusterStateMutator, MergeStrategyTest, TestRestoreCore, 
AnalyticsQueryTest, SolrRequestParserTest, SolrCoreTest, 
DistribCursorPagingTest, CoreMergeIndexesAdminHandlerTest, 
TestSchemaNameResource, TestCloudSchemaless, SystemInfoHandlerTest, 
HdfsNNFailoverTest, PreAnalyzedFieldTest, TestFieldCache, 
DistributedFacetPivotWhiteBoxTest, CursorPagingTest, AlternateDirectoryTest, 
TestFieldCacheSanityChecker, TestConfigReload, TestSurroundQueryParser, 
TestSubQueryTransformer, SchemaVersionSpecificBehaviorTest, HdfsSyncSliceTest, 
TestReplicationHandlerBackup, MBeansHandlerTest, TestNumericTerms32, 
DistanceUnitsTest, UpdateParamsTest, DocValuesMissingTest, 
BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, 
UnloadDistributedZkTest, OverseerTest, ShardRoutingTest, RecoveryZkTest, 
TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, 
TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, AutoCommitTest, 
TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, 
TestRealTimeGet, TestJoin, TestReload, TestStressVersions, TestCoreContainer, 
SimpleFacetsTest, PeerSyncTest, BadIndexSchemaTest, TestSort, TestFiltering, 
TestFunctionQuery, TestLazyCores, DirectUpdateHandlerTest, TestIndexSearcher, 
SoftAutoCommitTest, DistributedQueryElevationComponentTest, 
CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, 
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
CoreAdminHandlerTest, DocValuesTest, SuggesterTSTTest, TestTrie, 
SpatialFilterTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, 
SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, 
TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, 
TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, 
IndexBasedSpellCheckerTest, LukeRequestHandlerTest, StandardRequestHandlerTest, 
TestWriterPerf, FileBasedSpellCheckerTest, TermsComponentTest, 
XmlUpdateRequestHandlerTest, TestValueSourceCache, MoreLikeThisHandlerTest, 
FieldAnalysisRequestHandlerTest, TestSolrQueryParser, 
FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, 
RegexBoostProcessorTest, TestJmxIntegration, JSONWriterTest, 
TestCSVResponseWriter, JsonLoaderTest, TestPHPSerializedResponseWriter, 
CSVRequestHandlerTest, SearchHandlerTest, TestLFUCache, HighlighterConfigTest, 
SOLR749Test, TestQuerySenderListener, SolrIndexConfigTest, 
TestMergePolicyConfig, TestSolrDeletionPolicy2, SampleTest, TestBinaryField, 
MinimalSchemaTest, OutputWriterTest, TestFuzzyAnalyzedSuggestions, 
ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, 
DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, 
TestPhraseSuggestions, TestCharFilters, SynonymTokenizerTest, 
TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory, 
TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ScriptEngineTest, 
URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, 
ChaosMonkeyNothingIsSafeTest, PrimUtilsTest, TestSuggestSpellingConverter, 
RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestUtils, ZkNodePropsTest, 
UUIDFieldTest, FileUtilsTest, CircularListTest, TestRTGBase, 
SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestTolerantSearch, 
TestEmbeddedSolrServerConstructors, AliasIntegrationTest, 
CdcrReplicationHandlerTest, CleanupOldIndexTest, 
CloudExitableDirectoryReaderTest, CollectionReloadTest, 
CollectionStateFormat2Test, CollectionTooManyReplicasTest, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
CreateCollectionCleanupTest, DeleteReplicaTest, DistribJoinFromCollectionTest, 
DistributedVersionInfoTest, HttpPartitionTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, 
OverseerStatusTest, OverseerTaskQueueTest, RemoteQueryErrorTest, 
SharedFSAutoReplicaFailoverUtilsTest, SolrCloudExampleTest, 
TestCloudPseudoReturnFields, TestCollectionAPI, TestLeaderElectionZkExpiry, 
TestOnReconnectListenerSupport, TestReplicaProperties, 
TestRequestStatusCollectionAPI, TestSolrCloudWithKerberosAlt, 
TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, 
TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, 
BlobRepositoryCloudTest, DirectoryFactoryTest, ExitableDirectoryReaderTest, 
HdfsDirectoryFactoryTest, QueryResultKeyTest, TestBackupRepositoryFactory, 
TestConfigSetImmutable, TestConfigSetProperties, TestDynamicLoading, 
TestImplicitCoreProperties, TestInfoStreamLogging, TestReloadAndDeleteDocs, 
TestSolrDynamicMBean, TestSolrXml, TestSolrCoreSnapshots, RequestLoggingTest, 
TestBlobHandler, TestReqParamsAPI]
   [junit4] Completed [533/626 (4!)] on J0 in 27.96s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 52712 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to