[ https://issues.apache.org/jira/browse/SOLR-13860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16968823#comment-16968823 ]
Tomas Eduardo Fernandez Lobbe commented on SOLR-13860: ------------------------------------------------------ The behavior I'm seeing in the most recent Jenkins failure is: The tests kills jetty, validates some things, and then starts it back. Before finishing, it waits until the replicas are all active (the killed jetty is one that hold a replica) and asserts that it can query all the replicas, and expects the right number of docs. What seems to be happening is: * ... * Jetty is restarted * Replicas recover/become active * Replicas respond to queries * Delete collection is issued (tearDown) * The overseer fails to talk with the node recently restarted (NoHttpResponse) So, my question here is, why can't the Overseer talk with this node, if the test can. Is the connection not reset? The delete command actually succeeds (even if unloading the replica in the recently restarted node fails) The next test tries to create a collection, but it fails for the same reason, the Overseer can't talk with the recently restarted node. This is what caused the next test to fail. {noformat} [junit4] 2> 3203381 INFO (qtp1449030325-48263) [n:127.0.0.1:58757_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1 ] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0 [junit4] 2> 3203383 INFO (qtp1312503125-48169) [n:127.0.0.1:58760_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0 [junit4] 2> 3203386 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[355EF1911B9643DA]) [ ] o.a.s.c.TestTlogReplica tearDown deleting collection [junit4] 2> 3203386 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[355EF1911B9643DA]) [ ] o.a.h.i.e.RetryExec I/O exception (java.net.SocketException) caught when processing request to {}->http://127.0.0.1:58757: Software caused connection abort: recv failed [junit4] 2> 3203386 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[355EF1911B9643DA]) [ ] o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:58757 [junit4] 2> 3203387 INFO (qtp1449030325-48259) [n:127.0.0.1:58757_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=tlog_replica_test_kill_tlog_replica&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 3203391 INFO (OverseerThreadFactory-15915-thread-2-processing-n:127.0.0.1:58760_solr) [n:127.0.0.1:58760_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null [junit4] 2> 3203392 ERROR (OverseerThreadFactory-15915-thread-2-processing-n:127.0.0.1:58760_solr) [n:127.0.0.1:58760_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:58757/solr [junit4] 2> => org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: http://127.0.0.1:58757/solr [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:679) [junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: http://127.0.0.1:58757/solr [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:679) ~[java/:?] [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265) ~[java/:?] [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) ~[java/:?] [junit4] 2> at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) ~[java/:?] [junit4] 2> at org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:176) ~[java/:?] [junit4] 2> at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:200) ~[java/:?] [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?] [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?] [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?] [junit4] 2> at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:181) ~[metrics-core-4.0.5.jar:4.0.5] [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?] [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?] [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?] [junit4] 2> at java.lang.Thread.run(Thread.java:835) [?:?] [junit4] 2> Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:58757 failed to respond [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.10.jar:4.4.10] [junit4] 2> at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) ~[httpcore-4.4.10.jar:4.4.10] [junit4] 2> at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.10.jar:4.4.10] [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.10.jar:4.4.10] [junit4] 2> at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120) ~[java/:?] [junit4] 2> at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564) ~[java/:?] [junit4] 2> ... 13 more [junit4] 2> 3203393 INFO (qtp1312503125-48160) [n:127.0.0.1:58760_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t2, tag=null [junit4] 2> 3203393 INFO (qtp1312503125-48160) [n:127.0.0.1:58760_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4fec4cab: rootName = solr_58760, domain = solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t2, service url = null, agent id = null] for registry solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t2 / com.codahale.metrics.MetricRegistry@2e651ecc [junit4] 2> 3203422 INFO (qtp1312503125-48160) [n:127.0.0.1:58760_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 ] o.a.s.c.ZkController tlog_replica_test_kill_tlog_replica_shard1_replica_t2 stopping background replication from leader [junit4] 2> 3203422 INFO (qtp1312503125-48160) [n:127.0.0.1:58760_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 ] o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] CLOSING SolrCore org.apache.solr.core.SolrCore@50d49af [junit4] 2> 3203422 INFO (qtp1312503125-48160) [n:127.0.0.1:58760_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t2, tag=SolrCore@50d49af [junit4] 2> 3203422 INFO (qtp1312503125-48160) [n:127.0.0.1:58760_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.tlog_replica_test_kill_tlog_replica.shard1.leader, tag=SolrCore@50d49af [junit4] 2> 3203432 INFO (qtp1312503125-48160) [n:127.0.0.1:58760_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/tlog_replica_test_kill_tlog_replica/terms/shard1 to Terms{values={core_node3=2}, version=6} [junit4] 2> 3203435 INFO (qtp1312503125-48160) [n:127.0.0.1:58760_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=tlog_replica_test_kill_tlog_replica_shard1_replica_t2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=43 [junit4] 2> 3203435 INFO (zkCallback-16369-thread-4) [n:127.0.0.1:58757_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 3203540 INFO (zkCallback-16339-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 3203540 INFO (zkCallback-16339-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 3203540 INFO (zkCallback-16369-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 3203540 INFO (zkCallback-16369-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 3203540 INFO (zkCallback-16369-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 3203541 INFO (zkCallback-16369-thread-5) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 3203542 INFO (watches-16371-thread-4) [ ] o.a.s.c.ZkController Replica tlog_replica_test_kill_tlog_replica_shard1_replica_t1 removed from clusterstate, remove it. [junit4] 2> 3203542 INFO (watches-16371-thread-4) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t1, tag=null [junit4] 2> 3203542 INFO (watches-16371-thread-4) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6a278acb: rootName = solr_58757, domain = solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t1, service url = null, agent id = null] for registry solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t1 / com.codahale.metrics.MetricRegistry@71226d20 [junit4] 2> 3203551 INFO (qtp1449030325-48259) [n:127.0.0.1:58757_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=tlog_replica_test_kill_tlog_replica&action=DELETE&wt=javabin&version=2} status=0 QTime=163 [junit4] 2> 3203552 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[355EF1911B9643DA]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testKillTlogReplica [junit4] 2> 3203554 INFO (watches-16371-thread-4) [ ] o.a.s.c.ZkController tlog_replica_test_kill_tlog_replica_shard1_replica_t1 stopping background replication from leader [junit4] 2> 3203556 INFO (watches-16371-thread-4) [ ] o.a.s.c.SolrCore Core tlog_replica_test_kill_tlog_replica_shard1_replica_t1 is not yet closed, waiting 100 ms before checking again. [junit4] 2> 3203583 INFO (TEST-TestTlogReplica.testDeleteById-seed#[355EF1911B9643DA]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteById [junit4] 2> 3203584 INFO (qtp1449030325-48260) [n:127.0.0.1:58757_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_delete_by_id&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 3203587 INFO (OverseerThreadFactory-15915-thread-3-processing-n:127.0.0.1:58760_solr) [n:127.0.0.1:58760_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection tlog_replica_test_delete_by_id [junit4] 2> 3203587 INFO (OverseerCollectionConfigSetProcessor-72207776719765512-127.0.0.1:58760_solr-n_0000000000) [n:127.0.0.1:58760_solr ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 3203656 INFO (watches-16371-thread-4) [ ] o.a.s.c.SolrCore Core tlog_replica_test_kill_tlog_replica_shard1_replica_t1 is not yet closed, waiting 100 ms before checking again. [junit4] 2> 3203757 INFO (watches-16371-thread-4) [ ] o.a.s.c.SolrCore Core tlog_replica_test_kill_tlog_replica_shard1_replica_t1 is not yet closed, waiting 100 ms before checking again. [junit4] 2> 3203796 INFO (OverseerStateUpdate-72207776719765512-127.0.0.1:58760_solr-n_0000000000) [n:127.0.0.1:58760_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"tlog_replica_test_delete_by_id", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"tlog_replica_test_delete_by_id_shard1_replica_t1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:58760/solr", [junit4] 2> "type":"TLOG", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 3203800 INFO (OverseerStateUpdate-72207776719765512-127.0.0.1:58760_solr-n_0000000000) [n:127.0.0.1:58760_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"tlog_replica_test_delete_by_id", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"tlog_replica_test_delete_by_id_shard1_replica_t2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:58757/solr", [junit4] 2> "type":"TLOG", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 3203857 INFO (watches-16371-thread-4) [ ] o.a.s.c.SolrCore Core tlog_replica_test_kill_tlog_replica_shard1_replica_t1 is not yet closed, waiting 100 ms before checking again. [junit4] 2> 3203957 INFO (watches-16371-thread-4) [ ] o.a.s.c.SolrCore Core tlog_replica_test_kill_tlog_replica_shard1_replica_t1 is not yet closed, waiting 100 ms before checking again. [junit4] 2> 3204001 ERROR (OverseerThreadFactory-15915-thread-3-processing-n:127.0.0.1:58760_solr) [n:127.0.0.1:58760_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:58757/solr [junit4] 2> => org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: http://127.0.0.1:58757/solr [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:679) [junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: http://127.0.0.1:58757/solr [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:679) ~[java/:?] [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265) ~[java/:?] [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) ~[java/:?] [junit4] 2> at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) ~[java/:?] [junit4] 2> at org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:176) ~[java/:?] [junit4] 2> at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:200) ~[java/:?] [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?] [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?] [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?] [junit4] 2> at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:181) ~[metrics-core-4.0.5.jar:4.0.5] [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?] [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?] [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?] [junit4] 2> at java.lang.Thread.run(Thread.java:835) [?:?] [junit4] 2> Caused by: java.net.SocketException: Software caused connection abort: recv failed [junit4] 2> at java.net.SocketInputStream.socketRead0(Native Method) ~[?:?] [junit4] 2> at java.net.SocketInputStream.socketRead(SocketInputStream.java:115) ~[?:?] [junit4] 2> at java.net.SocketInputStream.read(SocketInputStream.java:168) ~[?:?] [junit4] 2> at java.net.SocketInputStream.read(SocketInputStream.java:140) ~[?:?] [junit4] 2> at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) ~[httpcore-4.4.10.jar:4.4.10] [junit4] 2> at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) ~[httpcore-4.4.10.jar:4.4.10] [junit4] 2> at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) ~[httpcore-4.4.10.jar:4.4.10] [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.10.jar:4.4.10] [junit4] 2> at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) ~[httpcore-4.4.10.jar:4.4.10] [junit4] 2> at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.10.jar:4.4.10] [junit4] 2> at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.10.jar:4.4.10] [junit4] 2> at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120) ~[java/:?] [junit4] 2> at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.6.jar:4.5.6] [junit4] 2> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564) ~[java/:?] [junit4] 2> ... 13 more [junit4] 2> 3204002 INFO (qtp1312503125-48161) [n:127.0.0.1:58760_solr x:tlog_replica_test_delete_by_id_shard1_replica_t1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_delete_by_id_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_delete_by_id&shard=shard1&wt=javabin&version=2&replicaType=TLOG {noformat} > Enable back TestTlogReplica > --------------------------- > > Key: SOLR-13860 > URL: https://issues.apache.org/jira/browse/SOLR-13860 > Project: Solr > Issue Type: Task > Security Level: Public(Default Security Level. Issues are Public) > Components: SolrCloud, Tests > Reporter: Tomas Eduardo Fernandez Lobbe > Assignee: Tomas Eduardo Fernandez Lobbe > Priority: Minor > Time Spent: 20m > Remaining Estimate: 0h > > {{TestTlogReplica}} was disabled in the past due to random failures. This > Jira is to fox those failures and enable back the test -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org