keith-turner commented on issue #5723: URL: https://github.com/apache/accumulo/issues/5723#issuecomment-3084641806
> What would be the best strategy to verify that removing the lock doesn't break anything? May be best to write a little IT that ensure this is working as expected in the face of concurrency. Then we will know if it ever regresses. Could do something like create a thread pool w/ 64 threads and then add 1000 task to call Utils.getNextId to get a table id. After all 1000 task complete ensure there are 1000 unique table ids. With that test we can have confidence in removing the lock. Will need a server context in the test, if you look around in the existing ITs and grep for getServerContext() will find a lot of examples of ITs getting server context. -- 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-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org