dlmarion commented on issue #2853: URL: https://github.com/apache/accumulo/issues/2853#issuecomment-1208006123
> As I am sure you are aware, using more narrow exceptions would add the checked exceptions to the methods of the interface [Ample.java](https://github.com/apache/accumulo/blob/main/core/src/main/java/org/apache/accumulo/core/metadata/schema/Ample.java) which would cause a lot of cascading effects and require changes in several other places of the code to now handle all the checked exceptions (not to mention it would be a breaking change but that is probably ok since it's server side and not in the client). I assume that's fine and that is the intent here? @cshannon - I will let @ctubbsii respond to that, this issue was spawned from a comment he made on #2665 . -- 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]
