madrob commented on a change in pull request #2120: URL: https://github.com/apache/lucene-solr/pull/2120#discussion_r536511111
########## File path: solr/core/src/java/org/apache/solr/cloud/ZkShardTerms.java ########## @@ -315,7 +312,8 @@ private boolean saveTerms(ShardTerms newTerms) throws KeeperException.NoNodeExce refreshTerms(); } catch (KeeperException.NoNodeException e) { throw e; - } catch (Exception e) { + } catch (KeeperException | InterruptedException e) { Review comment: this no longer catches/wraps runtime exception ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org