kevinrr888 commented on code in PR #6040:
URL: https://github.com/apache/accumulo/pull/6040#discussion_r2721587720


##########
core/src/main/java/org/apache/accumulo/core/iteratorsImpl/IteratorConfigUtil.java:
##########
@@ -273,4 +295,216 @@ private static Class<SortedKeyValueIterator<Key,Value>> 
loadClass(boolean useAcc
     log.trace("Iterator class {} loaded from classpath", iterInfo.className);
     return clazz;
   }
+
+  public static void checkIteratorConflicts(Map<String,String> props, String 
property, String value)
+      throws AccumuloException {
+    if (props.containsKey(property) && props.get(property).equals(value)) {

Review Comment:
   I don't see any issues with this, addressed instances of this in 
IteratorConfigUtil in f72d9a4834d4343efccc68658780f2fde5f14b02



-- 
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]

Reply via email to