dlmarion commented on issue #4246: URL: https://github.com/apache/accumulo/issues/4246#issuecomment-2269018927
> > What's the implication of a failure here. Does the user have to retry their fate transaction? If so, I'm not sure we want that. > > Yeah something would probably blow up. So we could make the MetaFateStore have the same behavior of retrying 5 times and fail and then add the test for it. So, it sounds like in either case the user, or calling code, has to handle the failure. I'm thinking we should either: 1. Make the retry limit infinite (and not throw an exception that has to be handled) if the only reason for a duplicate could be a UUID collision. This is unlikely to happen in the first place, and if it does happen on the first call the probability of it happening again is even smaller, right? 2. Or, just remove the retry entirely and let the user (or calling code) try again. -- 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]
