cjmctague commented on a change in pull request #1018: Fix #976 - Expand overly 
broad Exceptions in Accumulo-core
URL: https://github.com/apache/accumulo/pull/1018#discussion_r264823236
 
 

 ##########
 File path: 
core/src/main/java/org/apache/accumulo/core/client/rfile/RFileScanner.java
 ##########
 @@ -406,8 +406,8 @@ public void close() {
       if (this.blockCacheManager != null) {
         this.blockCacheManager.stop();
       }
-    } catch (RuntimeException e1) {
-      throw new RuntimeException(e1);
+    } catch (UnsupportedOperationException e1) {
+      throw new UnsupportedOperationException(e1);
 
 Review comment:
   Is this what you meant? 51afbce

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to