DomGarguilo commented on code in PR #6476:
URL: https://github.com/apache/accumulo/pull/6476#discussion_r3617701204
##########
server/manager/src/main/java/org/apache/accumulo/manager/tableOps/namespace/delete/DeleteNamespace.java:
##########
@@ -48,7 +50,12 @@ public long isReady(FateId fateId, FateEnv environment)
throws Exception {
}
@Override
- public Repo<FateEnv> call(FateId fateId, FateEnv environment) {
+ public Repo<FateEnv> call(FateId fateId, FateEnv environment) throws
Exception {
+ if
(!environment.getContext().getTableMapping(namespaceId).getIdToNameMap().isEmpty())
{
Review Comment:
Yea I think you're right. I think things are in the right place now but
ZooCache should probably be avoided. I think reading the table mapping node
directly would fix things. I'll work on that now
--
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]