You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/06/09 14:49:04 UTC

[GitHub] [accumulo] ctubbsii commented on a diff in pull request #2762: Update spotbugs

ctubbsii commented on code in PR #2762:
URL: https://github.com/apache/accumulo/pull/2762#discussion_r893603429


##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ConditionalWriterImpl.java:
##########
@@ -146,7 +146,7 @@ public Result next() {
         count--;
         return result;
       } catch (InterruptedException e) {
-        throw new RuntimeException(e);
+        throw new IllegalStateException(e);

Review Comment:
   I was avoiding changing behavior in this PR. Those can be added as a separate task.



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org