keith-turner commented on code in PR #5350:
URL: https://github.com/apache/accumulo/pull/5350#discussion_r1999483592
##########
server/base/src/main/java/org/apache/accumulo/server/constraints/MetadataConstraints.java:
##########
@@ -400,8 +400,7 @@ private void validateServerFamily(ArrayList<Short>
violations, ColumnUpdate colu
String lockId = new String(columnUpdate.getValue(), UTF_8);
try {
- lockHeld = ServiceLock.isLockHeld(context.getZooCache(),
- new ZooUtil.LockID(context.getZooKeeperRoot(), lockId));
+ lockHeld = ServiceLock.isLockHeld(context.getZooCache(), new
ZooUtil.LockID("", lockId));
Review Comment:
It may have been a crude form of compression, removing the root path from
persisted data because it was always the same.
--
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]