dlmarion commented on PR #4996:
URL: https://github.com/apache/accumulo/pull/4996#issuecomment-2478706970

   @meatballspaghetti  - please take a look at NamespacesIT, I'm seeing 4 tests 
fail with the same type of error:
   
   ```
   java.lang.IllegalArgumentException: Multiple entries with same key: 
=+default and =x
        at 
com.google.common.collect.ImmutableMap.conflictException(ImmutableMap.java:382)
        at 
com.google.common.collect.ImmutableMap.checkNoConflict(ImmutableMap.java:376)
        at 
com.google.common.collect.ImmutableSortedMap.fromEntries(ImmutableSortedMap.java:560)
        at 
com.google.common.collect.ImmutableSortedMap.access$100(ImmutableSortedMap.java:68)
        at 
com.google.common.collect.ImmutableSortedMap$Builder.buildOrThrow(ImmutableSortedMap.java:739)
        at 
com.google.common.collect.ImmutableSortedMap$Builder.build(ImmutableSortedMap.java:718)
        at 
org.apache.accumulo.core.clientImpl.NamespaceMapping.update(NamespaceMapping.java:148)
        at 
org.apache.accumulo.core.clientImpl.NamespaceMapping.getNameToIdMap(NamespaceMapping.java:160)
        at 
org.apache.accumulo.core.clientImpl.Namespaces.getNamespaceId(Namespaces.java:83)
        at 
org.apache.accumulo.core.clientImpl.Namespaces.lookupNamespaceId(Namespaces.java:97)
        at 
org.apache.accumulo.core.clientImpl.Namespaces.namespaceNameExists(Namespaces.java:110)
        at 
org.apache.accumulo.core.clientImpl.NamespaceOperationsImpl.exists(NamespaceOperationsImpl.java:113)
        at 
org.apache.accumulo.test.NamespacesIT.createAndDeleteNamespace(NamespacesIT.java:220)
   ```


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