pinot icon indicating copy to clipboard operation
pinot copied to clipboard

Add API to reset error segments in parallel instance by instance

Open wirybeaver opened this issue 1 year ago • 1 comments

It's painful to trigger api per segments per instance during table rebalance. Instead of running curl, it's better to have a built-in api

wirybeaver avatar Apr 03 '24 02:04 wirybeaver

I don't follow the ask here. Can you elaborate more on the current pain point and the expected behavior?

Jackie-Jiang avatar Apr 05 '24 01:04 Jackie-Jiang

@Jackie-Jiang Actually I find out there's an endpoint segments/{tableNameWithType}/reset which can fit my purpose. The default value of errorSegmentsOnly should have been true for safety purpose.

wirybeaver avatar Apr 07 '24 23:04 wirybeaver