dlmarion commented on code in PR #4787:
URL: https://github.com/apache/accumulo/pull/4787#discussion_r1704607039
##########
core/src/main/java/org/apache/accumulo/core/fate/user/UserFateStore.java:
##########
@@ -105,14 +106,17 @@ public FateId create() {
case ACCEPTED:
return fateId;
case UNKNOWN:
+ log.error("Fate creation returned UNKNOWN status, raising
exception");
+ throw new IllegalStateException("Fate creation returned UNKNOWN
status");
Review Comment:
Ok, I looked further at ConditionalWriter.Status.UNKNOWN and how/where it's
used. I agree with your assessment and can back this out.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]