smengcl commented on code in PR #3131:
URL: https://github.com/apache/ozone/pull/3131#discussion_r871767291


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OMMultiTenantManager.java:
##########
@@ -45,12 +48,18 @@ public interface OMMultiTenantManager {
    *
    * @throws IOException
    */
-//  void start() throws IOException;
-//
-//  /**
-//   * Stop multi-tenant manager.
-//   */
-//  void stop() throws Exception;
+
+  /**
+   * Start background thread(s) in the multi-tenant manager.
+   */
+  void start() throws IOException;

Review Comment:
   done



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to