ArbaazKhan1 opened a new pull request, #6173: URL: https://github.com/apache/accumulo/pull/6173
Closes [issue #6045 ](https://github.com/apache/accumulo/issues/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. -- 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]
