keith-turner commented on pull request #2096: URL: https://github.com/apache/accumulo/pull/2096#issuecomment-844372234
@Manno15 re the exception you saw. I am seeing slightly different code that @dlmarion saw at line 1055. What commit were you testing with? Or can you look in the source you built from and see what is at CompactableImpl.java line 1055? I am seeing the following line in the latest commit. ```java Preconditions.checkState(!closed); ``` -- 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]
