smengcl commented on a change in pull request #1801:
URL: https://github.com/apache/ozone/pull/1801#discussion_r565255556
##########
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OMDBCheckpointServlet.java
##########
@@ -84,11 +88,33 @@ public void init() throws ServletException {
OMConfigKeys.OZONE_DB_CHECKPOINT_TRANSFER_RATE_KEY,
OMConfigKeys.OZONE_DB_CHECKPOINT_TRANSFER_RATE_DEFAULT);
+ // TODO: Add servlet
+// getServletContext().addServlet(OMDBCheckpointAuthorizedServlet);
+
if (transferBandwidth > 0) {
throttler = new DataTransferThrottler(transferBandwidth);
}
}
+ private boolean checkAcls(String username) {
Review comment:
You're right. renamed to `hasPermission`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]