yashmayya opened a new issue, #17643:
URL: https://github.com/apache/pinot/issues/17643

   - Context is in https://github.com/apache/pinot/pull/17622.
   - In cases where there's a very large number of cursor responses stored on 
the brokers, the period controller job that is responsible for cleanup can get 
bogged down because it currently does a `GET` call on each broker to retrieve a 
full list of cursor responses and then issues an individual `DELETE` call for 
each cursor response that is past expiry.
   - We can consider adding a batch delete API to make this controller-based 
broker cleanup job more efficient.


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