Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1042/

1 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.api.collections.TestHdfsCloudBackupRestore

Error Message:
ObjectTracker found 6 object(s) that were not released!!! [MMapDirectory, 
MMapDirectory, SolrCore, InternalHttpClient, MMapDirectory, InternalHttpClient] 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MMapDirectory  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:400)  at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:779)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:999)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)  at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1317)  at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
  at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
  at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
  at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MMapDirectory  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
  at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:523)  
at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:354) 
 at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:458) 
 at 
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1254)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.core.SolrCore  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1088)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)  at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1317)  at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
  at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
  at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
  at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.http.impl.client.InternalHttpClient  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)
  at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
  at 
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  
at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at 
org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1286) 
 at 
org.apache.solr.cloud.ReplicateFromLeader.startReplication(ReplicateFromLeader.java:118)
  at 
org.apache.solr.cloud.ZkController.startReplicationFromLeader(ZkController.java:1312)
  at 
org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:708)
  at 
org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)  
at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  
at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MMapDirectory  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:811)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:999)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)  at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1317)  at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
  at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
  at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
  at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.http.impl.client.InternalHttpClient  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)
  at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
  at 
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  
at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:454) 
 at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:252) 
 at 
org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:677)
  at 
org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)  
at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  
at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)   expected null, but 
was:<ObjectTracker found 6 object(s) that were not released!!! [MMapDirectory, 
MMapDirectory, SolrCore, InternalHttpClient, MMapDirectory, InternalHttpClient] 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MMapDirectory  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:400)  at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:779)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:999)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)  at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1317)  at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
  at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
  at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
  at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MMapDirectory  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
  at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:523)  
at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:354) 
 at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:458) 
 at 
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1254)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.core.SolrCore  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1088)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)  at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1317)  at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
  at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
  at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
  at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.http.impl.client.InternalHttpClient  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)
  at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
  at 
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  
at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at 
org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1286) 
 at 
org.apache.solr.cloud.ReplicateFromLeader.startReplication(ReplicateFromLeader.java:118)
  at 
org.apache.solr.cloud.ZkController.startReplicationFromLeader(ZkController.java:1312)
  at 
org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:708)
  at 
org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)  
at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  
at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MMapDirectory  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:811)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:999)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)  at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1317)  at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
  at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
  at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
  at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.http.impl.client.InternalHttpClient  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)
  at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
  at 
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  
at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:454) 
 at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:252) 
 at 
org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:677)
  at 
org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)  
at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  
at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 6 object(s) that were not 
released!!! [MMapDirectory, MMapDirectory, SolrCore, InternalHttpClient, 
MMapDirectory, InternalHttpClient]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MMapDirectory
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
        at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:400)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:779)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:999)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1317)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
        at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MMapDirectory
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:523)
        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:354)
        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:458)
        at 
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1254)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.core.SolrCore
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1088)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1317)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
        at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.http.impl.client.InternalHttpClient
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)
        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
        at 
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
        at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
        at 
org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1286)
        at 
org.apache.solr.cloud.ReplicateFromLeader.startReplication(ReplicateFromLeader.java:118)
        at 
org.apache.solr.cloud.ZkController.startReplicationFromLeader(ZkController.java:1312)
        at 
org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:708)
        at 
org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MMapDirectory
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:811)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:999)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1317)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
        at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.http.impl.client.InternalHttpClient
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)
        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
        at 
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
        at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:454)
        at 
org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:252)
        at 
org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:677)
        at 
org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

 expected null, but was:<ObjectTracker found 6 object(s) that were not 
released!!! [MMapDirectory, MMapDirectory, SolrCore, InternalHttpClient, 
MMapDirectory, InternalHttpClient]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MMapDirectory
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
        at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:400)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:779)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:999)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1317)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
        at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MMapDirectory
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:523)
        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:354)
        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:458)
        at 
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1254)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.core.SolrCore
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1088)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1317)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
        at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.http.impl.client.InternalHttpClient
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)
        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
        at 
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
        at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
        at 
org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1286)
        at 
org.apache.solr.cloud.ReplicateFromLeader.startReplication(ReplicateFromLeader.java:118)
        at 
org.apache.solr.cloud.ZkController.startReplicationFromLeader(ZkController.java:1312)
        at 
org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:708)
        at 
org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MMapDirectory
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:811)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:999)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1317)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
        at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.http.impl.client.InternalHttpClient
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)
        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
        at 
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
        at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:454)
        at 
org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:252)
        at 
org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:677)
        at 
org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

>
        at __randomizedtesting.SeedInfo.seed([E45C18CE35523BDB]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotNull(Assert.java:756)
        at org.junit.Assert.assertNull(Assert.java:738)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:330)
        at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15186 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.api.collections.TestHdfsCloudBackupRestore
   [junit4]   2> 1827442 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1827442 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestHdfsCloudBackupRestore_E45C18CE35523BDB-001/data-dir-124-001
   [junit4]   2> 1827443 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1827444 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-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> 1827445 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1827523 WARN  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1827524 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1827533 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1827533 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1827533 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1827534 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@57e80c67{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 1827644 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@5e55cb53{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/jetty-localhost_localdomain-37385-hadoop-hdfs-3_2_0-tests_jar-_-any-3386348210305969032/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 1827644 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@79c36912{HTTP/1.1, 
(http/1.1)}{localhost.localdomain:37385}
   [junit4]   2> 1827644 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.Server Started @1827683ms
   [junit4]   2> 1827703 WARN  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1827704 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1827705 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1827705 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1827705 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1827706 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@43c92e6a{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 1827809 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.w.WebAppContext@64deb335{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/jetty-localhost-38289-hadoop-hdfs-3_2_0-tests_jar-_-any-8970717975170354212/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 1827809 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7de8894a{HTTP/1.1, 
(http/1.1)}{localhost:38289}
   [junit4]   2> 1827809 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.e.j.s.Server Started @1827848ms
   [junit4]   2> 1827984 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x3dbb5f91cae9e49f: Processing first 
storage report for DS-376acf8a-768e-430d-a21f-7eae214537c7 from datanode 
93834cd3-64f9-4bb2-b985-f625f99c438b
   [junit4]   2> 1827984 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x3dbb5f91cae9e49f: from storage 
DS-376acf8a-768e-430d-a21f-7eae214537c7 node 
DatanodeRegistration(127.0.0.1:39341, 
datanodeUuid=93834cd3-64f9-4bb2-b985-f625f99c438b, infoPort=45695, 
infoSecurePort=0, ipcPort=34857, 
storageInfo=lv=-57;cid=testClusterID;nsid=1796597852;c=1607609467909), blocks: 
0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 1827984 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x3dbb5f91cae9e49f: Processing first 
storage report for DS-ee255d25-6aa4-4700-9c6a-056aac6058a9 from datanode 
93834cd3-64f9-4bb2-b985-f625f99c438b
   [junit4]   2> 1827984 INFO  (Block report processor) [     ] 
BlockStateChange BLOCK* processReport 0x3dbb5f91cae9e49f: from storage 
DS-ee255d25-6aa4-4700-9c6a-056aac6058a9 node 
DatanodeRegistration(127.0.0.1:39341, 
datanodeUuid=93834cd3-64f9-4bb2-b985-f625f99c438b, infoPort=45695, 
infoSecurePort=0, ipcPort=34857, 
storageInfo=lv=-57;cid=testClusterID;nsid=1796597852;c=1607609467909), blocks: 
0, hasStaleStorage: false, processing time: 1 msecs, invalidatedBlocks: 0
   [junit4]   2> 1828059 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestHdfsCloudBackupRestore_E45C18CE35523BDB-001/tempDir-002
   [junit4]   2> 1828059 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1828059 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1828059 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1828060 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1828159 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 39603
   [junit4]   2> 1828160 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39603
   [junit4]   2> 1828160 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39603
   [junit4]   2> 1828160 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39603
   [junit4]   2> 1828163 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828167 INFO  (zkConnectionManagerCallback-16643-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1828167 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828175 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828177 INFO  (zkConnectionManagerCallback-16645-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1828177 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828177 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828178 INFO  (zkConnectionManagerCallback-16647-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1828178 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828281 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1828281 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1828282 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1828282 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1828282 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1828282 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1828284 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1828284 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1828284 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1828285 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1828285 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1828285 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3331a246{/solr,null,AVAILABLE}
   [junit4]   2> 1828285 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1828285 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@71c78317{/solr,null,AVAILABLE}
   [junit4]   2> 1828285 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@185454d8{SSL, (ssl, 
http/1.1)}{127.0.0.1:36279}
   [junit4]   2> 1828285 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.e.j.s.Server Started @1828324ms
   [junit4]   2> 1828286 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:39603/solr, hostPort=36279}
   [junit4]   2> 1828286 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5f4652b3{SSL, (ssl, 
http/1.1)}{127.0.0.1:44669}
   [junit4]   2> 1828286 ERROR (jetty-launcher-16648-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1828286 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.e.j.s.Server Started @1828324ms
   [junit4]   2> 1828286 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1828286 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:39603/solr, hostPort=44669}
   [junit4]   2> 1828286 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1828286 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1828286 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1828286 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-12-10T14:11:08.729Z
   [junit4]   2> 1828286 ERROR (jetty-launcher-16648-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1828286 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1828286 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1828286 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1828286 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1828286 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-12-10T14:11:08.729Z
   [junit4]   2> 1828287 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828287 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828288 INFO  (zkConnectionManagerCallback-16650-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1828288 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828288 INFO  (zkConnectionManagerCallback-16652-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1828288 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828288 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1828288 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1828293 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f203d70, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1828293 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f203d70, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1828294 WARN  
(jetty-launcher-16648-thread-1-SendThread(127.0.0.1:39603)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10203e8b8990004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10203e8b8990004, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x10203e8b8990004, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1828912 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1828913 WARN  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1828917 WARN  (jetty-launcher-16648-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7579adfe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1828917 WARN  (jetty-launcher-16648-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7579adfe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1828921 WARN  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1828925 WARN  (jetty-launcher-16648-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@72e9ae73[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1828925 WARN  (jetty-launcher-16648-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@72e9ae73[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1828927 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39603/solr
   [junit4]   2> 1828929 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1828933 INFO  (zkConnectionManagerCallback-16666-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1828933 INFO  (jetty-launcher-16648-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1828934 WARN  
(jetty-launcher-16648-thread-1-SendThread(127.0.0.1:39603)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10203e8b8990005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10203e8b8990005, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x10203e8b8990005, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1829036 INFO  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1829036 INFO  (zkConnectionManagerCallback-16668-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1829036 INFO  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1829083 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1829083 WARN  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1829084 WARN  (jetty-launcher-16648-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@8f87e4b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1829084 WARN  (jetty-launcher-16648-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@8f87e4b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1829087 WARN  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1829089 WARN  (jetty-launcher-16648-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7211c16c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1829089 WARN  (jetty-launcher-16648-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7211c16c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1829090 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39603/solr
   [junit4]   2> 1829091 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1829091 INFO  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:44669_solr
   [junit4]   2> 1829092 INFO  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.c.Overseer Overseer 
(id=72624842055680006-127.0.0.1:44669_solr-n_0000000000) starting
   [junit4]   2> 1829097 INFO  (zkConnectionManagerCallback-16678-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1829097 INFO  (jetty-launcher-16648-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1829099 INFO  
(OverseerStateUpdate-72624842055680006-127.0.0.1:44669_solr-n_0000000000) 
[n:127.0.0.1:44669_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:44669_solr
   [junit4]   2> 1829105 INFO  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44669_solr
   [junit4]   2> 1829110 INFO  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1829110 WARN  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1829110 INFO  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.c.b.r.BackupRepositoryFactory Added backup 
repository with configuration params {type = repository,name = hdfs,class = 
org.apache.solr.core.backup.repository.HdfsBackupRepository,attributes = 
{name=hdfs, 
class=org.apache.solr.core.backup.repository.HdfsBackupRepository},args = 
{location=/backup,solr.hdfs.home=hdfs://localhost.localdomain:33611/solr,solr.hdfs.confdir=}}
   [junit4]   2> 1829110 INFO  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.c.b.r.BackupRepositoryFactory Added backup 
repository with configuration params {type = repository,name = poisioned,class 
= 
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore$PoinsionedRepository,attributes
 = {default=true, name=poisioned, 
class=org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore$PoinsionedRepository},}
   [junit4]   2> 1829110 INFO  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.c.b.r.BackupRepositoryFactory Default 
configuration for backup repository is with configuration params {type = 
repository,name = poisioned,class = 
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore$PoinsionedRepository,attributes
 = {default=true, name=poisioned, 
class=org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore$PoinsionedRepository},}
   [junit4]   2> 1829112 INFO  (zkCallback-16667-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1829129 INFO  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1829153 INFO  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f203d70
   [junit4]   2> 1829160 INFO  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f203d70
   [junit4]   2> 1829160 INFO  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f203d70
   [junit4]   2> 1829161 INFO  (jetty-launcher-16648-thread-1) 
[n:127.0.0.1:44669_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestHdfsCloudBackupRestore_E45C18CE35523BDB-001/tempDir-002/node1
   [junit4]   2> 1829203 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1829213 INFO  (zkConnectionManagerCallback-16690-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1829214 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1829217 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1829220 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:36279_solr as DOWN
   [junit4]   2> 1829221 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1829221 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36279_solr
   [junit4]   2> 1829222 INFO  (zkCallback-16667-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1829223 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1829224 WARN  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1829233 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.c.b.r.BackupRepositoryFactory Added backup 
repository with configuration params {type = repository,name = hdfs,class = 
org.apache.solr.core.backup.repository.HdfsBackupRepository,attributes = 
{name=hdfs, 
class=org.apache.solr.core.backup.repository.HdfsBackupRepository},args = 
{location=/backup,solr.hdfs.home=hdfs://localhost.localdomain:33611/solr,solr.hdfs.confdir=}}
   [junit4]   2> 1829234 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.c.b.r.BackupRepositoryFactory Added backup 
repository with configuration params {type = repository,name = poisioned,class 
= 
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore$PoinsionedRepository,attributes
 = {default=true, name=poisioned, 
class=org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore$PoinsionedRepository},}
   [junit4]   2> 1829234 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.c.b.r.BackupRepositoryFactory Default 
configuration for backup repository is with configuration params {type = 
repository,name = poisioned,class = 
org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore$PoinsionedRepository,attributes
 = {default=true, name=poisioned, 
class=org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore$PoinsionedRepository},}
   [junit4]   2> 1829241 INFO  (zkCallback-16689-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1829261 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1829308 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f203d70
   [junit4]   2> 1829327 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f203d70
   [junit4]   2> 1829327 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6f203d70
   [junit4]   2> 1829328 INFO  (jetty-launcher-16648-thread-2) 
[n:127.0.0.1:36279_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestHdfsCloudBackupRestore_E45C18CE35523BDB-001/tempDir-002/node2
   [junit4]   2> 1829359 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1829373 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1829394 INFO  (zkConnectionManagerCallback-16703-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1829394 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1829395 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1829396 INFO  
(SUITE-TestHdfsCloudBackupRestore-seed#[E45C18CE35523BDB]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39603/solr ready
   [junit4]   2> 1829444 INFO  
(TEST-TestHdfsCloudBackupRestore.testRestoreFailure-seed#[E45C18CE35523BDB]) [  
   ] o.a.s.SolrTestCaseJ4 ###Starting testRestoreFailure
   [junit4]   2> 1829505 INFO  
(OverseerThreadFactory-16683-thread-1-processing-n:127.0.0.1:44669_solr) 
[n:127.0.0.1:44669_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
hdfsbackuprestore_testfailure
   [junit4]   2> 1829612 INFO  
(OverseerStateUpdate-72624842055680006-127.0.0.1:44669_solr-n_0000000000) 
[n:127.0.0.1:44669_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"hdfsbackuprestore_testfailure",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"hdfsbackuprestore_testfailure_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:36279_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1829614 INFO  
(OverseerStateUpdate-72624842055680006-127.0.0.1:44669_solr-n_0000000000) 
[n:127.0.0.1:44669_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"hdfsbackuprestore_testfailure",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"hdfsbackuprestore_testfailure_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:44669_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1829827 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr    
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=hdfsbackuprestore_testfailure_shard2_replica_n2&action=CREATE&numShards=2&collection=hdfsbackuprestore_testfailure&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1829827 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr    
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1829837 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.8.0
   [junit4]   2> 1829845 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema 
name=minimal
   [junit4]   2> 1829847 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1829847 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.c.CoreContainer 
Creating SolrCore 'hdfsbackuprestore_testfailure_shard2_replica_n2' using 
configuration from configset conf1, trusted=true
   [junit4]   2> 1829847 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.hdfsbackuprestore_testfailure.shard2.replica_n2' 
(registry 'solr.core.hdfsbackuprestore_testfailure.shard2.replica_n2') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f203d70
   [junit4]   2> 1829848 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.c.SolrCore 
[[hdfsbackuprestore_testfailure_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestHdfsCloudBackupRestore_E45C18CE35523BDB-001/tempDir-002/node1/hdfsbackuprestore_testfailure_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestHdfsCloudBackupRestore_E45C18CE35523BDB-001/tempDir-002/node1/hdfsbackuprestore_testfailure_shard2_replica_n2/data/]
   [junit4]   2> 1829851 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr    
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=hdfsbackuprestore_testfailure_shard1_replica_n1&action=CREATE&numShards=2&collection=hdfsbackuprestore_testfailure&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1829859 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.8.0
   [junit4]   2> 1829871 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema 
name=minimal
   [junit4]   2> 1829872 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1829872 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.c.CoreContainer 
Creating SolrCore 'hdfsbackuprestore_testfailure_shard1_replica_n1' using 
configuration from configset conf1, trusted=true
   [junit4]   2> 1829873 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.hdfsbackuprestore_testfailure.shard1.replica_n1' 
(registry 'solr.core.hdfsbackuprestore_testfailure.shard1.replica_n1') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f203d70
   [junit4]   2> 1829873 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[hdfsbackuprestore_testfailure_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestHdfsCloudBackupRestore_E45C18CE35523BDB-001/tempDir-002/node2/hdfsbackuprestore_testfailure_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.TestHdfsCloudBackupRestore_E45C18CE35523BDB-001/tempDir-002/node2/hdfsbackuprestore_testfailure_shard1_replica_n1/data/]
   [junit4]   2> 1829949 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1829949 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1829950 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1829951 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1829953 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1829953 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1829954 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1829954 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1829957 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1829957 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1829957 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1829958 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1829958 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000 ms
   [junit4]   2> 1829958 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1685700708035198976
   [junit4]   2> 1829959 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000 ms
   [junit4]   2> 1829959 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1685700708036247552
   [junit4]   2> 1829962 INFO  
(searcherExecutor-16707-thread-1-processing-n:127.0.0.1:36279_solr 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.c.SolrCore 
[hdfsbackuprestore_testfailure_shard1_replica_n1]  Registered new searcher 
autowarm time: 0 ms
   [junit4]   2> 1829963 INFO  
(searcherExecutor-16705-thread-1-processing-n:127.0.0.1:44669_solr 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.c.SolrCore 
[hdfsbackuprestore_testfailure_shard2_replica_n2]  Registered new searcher 
autowarm time: 0 ms
   [junit4]   2> 1829964 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/hdfsbackuprestore_testfailure/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1829964 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/hdfsbackuprestore_testfailure/leaders/shard1
   [junit4]   2> 1829966 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/hdfsbackuprestore_testfailure/terms/shard2 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1829966 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/hdfsbackuprestore_testfailure/leaders/shard2
   [junit4]   2> 1829969 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1829969 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1829969 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:36279/solr/hdfsbackuprestore_testfailure_shard1_replica_n1/
   [junit4]   2> 1829969 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 1829970 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
https://127.0.0.1:36279/solr/hdfsbackuprestore_testfailure_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1829970 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/hdfsbackuprestore_testfailure/leaders/shard1/leader after winning 
as 
/collections/hdfsbackuprestore_testfailure/leader_elect/shard1/election/72624842055680008-core_node3-n_0000000000
   [junit4]   2> 1829971 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1829971 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1829971 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:44669/solr/hdfsbackuprestore_testfailure_shard2_replica_n2/
   [junit4]   2> 1829971 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 1829972 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] o.a.s.c.SyncStrategy 
https://127.0.0.1:44669/solr/hdfsbackuprestore_testfailure_shard2_replica_n2/ 
has no replicas
   [junit4]   2> 1829972 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/hdfsbackuprestore_testfailure/leaders/shard2/leader after winning 
as 
/collections/hdfsbackuprestore_testfailure/leader_elect/shard2/election/72624842055680006-core_node4-n_0000000000
   [junit4]   2> 1829972 INFO  (qtp1471068774-28172) [n:127.0.0.1:36279_solr 
c:hdfsbackuprestore_testfailure s:shard1 r:core_node3 
x:hdfsbackuprestore_testfailure_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:36279/solr/hdfsbackuprestore_testfailure_shard1_replica_n1/ 
shard1
   [junit4]   2> 1829974 INFO  (qtp280802543-28171) [n:127.0.0.1:44669_solr 
c:hdfsbackuprestore_testfailure s:shard2 r:core_node4 
x:hdfsbackuprestore_testfailure_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:44669/solr/hdfsbackuprestore_testfailure_shard2_replica_n2/ 
shard2
   [junit4]   2> 1830076 INFO  (zkCallback-16689-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/hdfsbackuprestore_testfailure/state.json] for collection 
[hdfsbackuprestore_testfailure] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1830076 INFO  (zkCallback-16667-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/hdfsbackuprestore_testfailure/state.json] for collection 
[hdfsbackuprestore_testfailure] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1830076 INFO  (zkCallback-16667-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/hdfsbackuprestore_testfailure/state.json] for collection 
[hdfsbackuprestore_testfailure] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1830076 INFO  (zkCallback-16689-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnect

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

eContainer.java:1317)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MMapDirectory
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
   [junit4]    >        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:523)
   [junit4]    >        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:354)
   [junit4]    >        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:458)
   [junit4]    >        at 
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1254)
   [junit4]    >        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]    >        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]    >        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]    >        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.core.SolrCore
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1088)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:1317)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.http.impl.client.InternalHttpClient
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
   [junit4]    >        at 
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
   [junit4]    >        at 
org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
   [junit4]    >        at 
org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1286)
   [junit4]    >        at 
org.apache.solr.cloud.ReplicateFromLeader.startReplication(ReplicateFromLeader.java:118)
   [junit4]    >        at 
org.apache.solr.cloud.ZkController.startReplicationFromLeader(ZkController.java:1312)
   [junit4]    >        at 
org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:708)
   [junit4]    >        at 
org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)
   [junit4]    >        at 
org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
   [junit4]    >        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.lucene.store.MMapDirectory
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:811)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:999)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1438)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:1317)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.http.impl.client.InternalHttpClient
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:339)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
   [junit4]    >        at 
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
   [junit4]    >        at 
org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
   [junit4]    >        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:454)
   [junit4]    >        at 
org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:252)
   [junit4]    >        at 
org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:677)
   [junit4]    >        at 
org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)
   [junit4]    >        at 
org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:317)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
   [junit4]    >        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > >
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E45C18CE35523BDB]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:330)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [578/923 (1!)] on J1 in 91.84s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 51903 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org
For additional commands, e-mail: builds-h...@lucene.apache.org

Reply via email to