Skip to content

removed Log #6173

Merged
ddanielr merged 5 commits intoapache:2.1from
ArbaazKhan1:accumulo-6045
Mar 10, 2026
Merged

removed Log #6173
ddanielr merged 5 commits intoapache:2.1from
ArbaazKhan1:accumulo-6045

Conversation

@ArbaazKhan1
Copy link
Contributor

@ArbaazKhan1 ArbaazKhan1 commented Mar 4, 2026

Closes issue #6045

I removed the log from lookupNamespaceId, the DEBUG log was misleading since its a "fail quietly" wrapper around getNamespaceId and was intended to "fail" there. It looks like its called during namespace creation specifically to check that the namespace does not yet exist and should fail quietly and the null return is handled by the methods that call it.

Additionally I fixed the error thrown in namspacesIT. The test was expecting for an error thrown but was being passed the same iterator. IteratorConfigUtil intentionally skips conflict detection when the iterator being checked is the same as an existing one, reattaching the same iterator is not an error.

@ArbaazKhan1 ArbaazKhan1 changed the title removed Log and fixed IT removed Log Mar 5, 2026
@ddanielr ddanielr merged commit 19d88ae into apache:2.1 Mar 10, 2026
9 checks passed
@ddanielr ddanielr linked an issue Mar 10, 2026 that may be closed by this pull request
@ctubbsii ctubbsii added this to the 2.1.5 milestone Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Confusing log in manager from NamespaceOperations.create()

4 participants