You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2019/10/28 22:58:46 UTC

[lucene-solr] 04/10: precommit errors fixed

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

ishan pushed a commit to branch jira/solr-13662-2
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 29669e6d5dc2b1f2fcbeb1c88cb785cc9bca62ca
Author: noble <no...@apache.org>
AuthorDate: Thu Oct 17 22:45:42 2019 +1100

    precommit errors fixed
---
 solr/core/src/java/org/apache/solr/pkg/PackageAPI.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/pkg/PackageAPI.java b/solr/core/src/java/org/apache/solr/pkg/PackageAPI.java
index afa582d..4bd822e 100644
--- a/solr/core/src/java/org/apache/solr/pkg/PackageAPI.java
+++ b/solr/core/src/java/org/apache/solr/pkg/PackageAPI.java
@@ -75,7 +75,7 @@ public class PackageAPI {
     try {
       registerListener(zkClient);
     } catch (KeeperException | InterruptedException e) {
-      e.printStackTrace();
+      SolrZkClient.checkInterrupted(e);
     }
   }