KKcorps commented on code in PR #11358:
URL: https://github.com/apache/pinot/pull/11358#discussion_r1297412900


##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/data/manager/TableDataManager.java:
##########
@@ -56,6 +56,11 @@ void init(TableDataManagerConfig tableDataManagerConfig, 
String instanceId,
    */
   void start();
 
+  /**
+   * Stops the table data manager. Should be called only once before shutting 
down the table data manager.

Review Comment:
   Makes sense. I was thinking is this enough or should I also add a `_stopped` 
flag to track the state (and possible reject updates) inside table data manager.



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