This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a commit to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/elasticity by this push:
new 77e95f95b9 Existing logging in ManagerClientServiceHandler is
sufficient, removed todo (#4433)
77e95f95b9 is described below
commit 77e95f95b9b3b76c42f5b619937dbcb58553f029
Author: Dave Marion <[email protected]>
AuthorDate: Fri Apr 5 16:28:31 2024 -0400
Existing logging in ManagerClientServiceHandler is sufficient, removed todo
(#4433)
---
.../java/org/apache/accumulo/manager/ManagerClientServiceHandler.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/server/manager/src/main/java/org/apache/accumulo/manager/ManagerClientServiceHandler.java
b/server/manager/src/main/java/org/apache/accumulo/manager/ManagerClientServiceHandler.java
index 9a1fdaf478..dd14024db6 100644
---
a/server/manager/src/main/java/org/apache/accumulo/manager/ManagerClientServiceHandler.java
+++
b/server/manager/src/main/java/org/apache/accumulo/manager/ManagerClientServiceHandler.java
@@ -648,7 +648,6 @@ public class ManagerClientServiceHandler implements
ManagerClientService.Iface {
inProgress.forEach(hostingRequestInProgress::remove);
}
- // ELASTICITY_TODO pass ranges of individual tablets
manager.getEventCoordinator().event(success, "Tablet hosting requested for
%d tablets in %s",
success.size(), tableId);
}