Github user ivakegg commented on a diff in the pull request: https://github.com/apache/accumulo/pull/275#discussion_r128373557 --- Diff: core/src/main/java/org/apache/accumulo/core/util/LocalityGroupUtil.java --- @@ -50,16 +52,16 @@ // private static final Logger log = Logger.getLogger(ColumnFamilySet.class); - public static final Set<ByteSequence> EMPTY_CF_SET = Collections.emptySet(); + public static final Set<ByteSequence> EMPTY_CF_SET = ImmutableSet.of(); --- End diff -- You have to dig into the ImmutableSet.equals method to see the efficiencies it has. Keith put me onto this.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---