ddanielr commented on code in PR #5142:
URL: https://github.com/apache/accumulo/pull/5142#discussion_r1872010759
##########
server/base/src/main/java/org/apache/accumulo/server/constraints/MetadataConstraints.java:
##########
@@ -390,20 +386,12 @@ private void validateServerFamily(ArrayList<Short>
violations, ColumnUpdate colu
switch (qualStr) {
case ServerColumnFamily.LOCK_QUAL:
- if (zooCache == null) {
- zooCache = new ZooCache(context.getZooReader(), null);
- CleanerUtil.zooCacheClearer(this, zooCache);
Review Comment:
Removed the method.
--
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]