ankitsultana commented on issue #12390:
URL: https://github.com/apache/pinot/issues/12390#issuecomment-1963528138

   I am not well versed with Helix, but I am kinda sure that the server started 
from OFFLINE state.
   
   There's this log coming from `HelixStateMachineEngine`: `Resetting 
HelixStateMachineEngine`.
   
   This is logged in the `reset` method, which does this:
   
   ```
       loopStateModelFactories(stateModel -> {
         stateModel.reset();
         String initialState = 
_stateModelParser.getInitialState(stateModel.getClass());
         stateModel.updateState(initialState);
       });
   ```
   
   The initial state is taken from the annotation of the class. Initial state 
for all Pinot state models is OFFLINE.
   
   Moreover, after this is logged, there's a ton of messages with format: 
`Operating on table_name:segment_name` (one for each segment).
   
   @Jackie-Jiang : lmk if this is sufficient.


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