You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/09/02 19:46:14 UTC

[lucene-solr] branch reference_impl_dev updated: @715 Try to address issue where we can try to unregister a party that is not outstanding.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch reference_impl_dev
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/reference_impl_dev by this push:
     new 51ebbf6  @715 Try to address issue where we can try to unregister a party that is not outstanding.
51ebbf6 is described below

commit 51ebbf6be8b434c5ec3ea6fc300f6cc9fa288a7a
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Wed Sep 2 14:45:56 2020 -0500

    @715 Try to address issue where we can try to unregister a party that is not outstanding.
---
 .../src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java b/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java
index 1c6a002..7e5040a 100644
--- a/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java
+++ b/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java
@@ -427,7 +427,6 @@ public class Http2SolrClient extends SolrClient {
               onComplete.onSuccess(rsp);
             } catch (Exception e) {
               ParWork.propegateInterrupt(e);
-              onComplete.onFailure(e);
             }
           } finally {
             asyncTracker.completeListener.onComplete(result);