You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cases where there's a very large number of cursor responses stored on the brokers, the periodic 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.