keith-turner opened a new issue, #5723: URL: https://github.com/apache/accumulo/issues/5723
This [lock](https://github.com/apache/accumulo/blob/9749dc28be13838a4c4846db8e71af602caae1ea/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/create/CreateTable.java#L82) in the manager seems unnecessary. The impl of `Utils.getNextId()` uses zookeeper mechanisms to ensure concurrent calls will get a unique table id. So not sure what this lock is offering above that. Seems like the lock in the manager could be removed. -- 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]
