shounakmk219 commented on issue #14692:
URL: https://github.com/apache/pinot/issues/14692#issuecomment-2560897431

   Hey @s4iko I would like to understand what were you trying to achieve with 
disabling the server and deleting indexes.
   In case you want to pause the ingestion for sometime you can use the 
`/tables/{tableName}/pauseConsumption` and 
`/tables/{tableName}/resumeConsumption` endpoints on controller and if due to 
any reason the consuming segment got deleted you can just run the 
`RealtimeSegmentValidationManager` through `/periodictask/run` to fix the 
consuming segments.
   The reason why `/tables/{{tableName}}/indexes` returns count of segments - 1 
(consuming segments) for all indexes is because consuming segments are mutable 
and not all indexes have mutable implementations.


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