Jackie-Jiang opened a new issue, #10486:
URL: https://github.com/apache/pinot/issues/10486
When dropping then recreating a relatively large LLC table, we have observed
several issues:
- `HelixInstanceDataManager.deleteTable()` will time out because external
view is recreated, thus will never satisfy the check
- Old consuming segment is removed from current state and external view, but
never released (seems it is somehow referenced)
- It falls into infinite holding loop under `Holding after response from
Controller:
{"offset":-1,"buildTimeSec":-1,"isSplitCommitType":false,"status":"FAILED","streamPartitionMsgOffset":null}`
- It blocks other segments for this partition to be consumed/loaded
--
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]