shounakmk219 commented on code in PR #13803:
URL: https://github.com/apache/pinot/pull/13803#discussion_r1714655380


##########
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java:
##########
@@ -1671,12 +1694,20 @@ public PauseStatus resumeConsumption(String 
tableNameWithType, @Nullable String
         + "Consuming segments are being created. Use /pauseStatus endpoint in 
a few moments to double check.");
   }
 
-  private IdealState updatePauseStatusInIdealState(String tableNameWithType, 
boolean pause) {
+  private IdealState updatePauseStatusInIdealState(String tableNameWithType, 
boolean pause, String comment) {
     IdealState updatedIdealState = HelixHelper.updateIdealState(_helixManager, 
tableNameWithType, idealState -> {
       ZNRecord znRecord = idealState.getRecord();
+      TablePauseStatus pauseStatus;

Review Comment:
   The constructor and setters update the timestamp as well



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to