Github user slackhappy commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/321#discussion_r166184184
  
    --- Diff: 
solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java ---
    @@ -241,7 +241,7 @@ public void delete(final String path, final int 
version, boolean retryOnConnLoss
           throws InterruptedException, KeeperException {
         if (retryOnConnLoss) {
           zkCmdExecutor.retryOperation(() -> {
    -        keeper.delete(path, version);
    +        getSolrZooKeeper().delete(path, version);
    --- End diff --
    
    switched all retry operations to resolve `keeper` at call time (so a retry 
will re-resolve the object)


---

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

Reply via email to