Re: Throttling "expensive" admin operations

2023-08-24 Thread Pierre Salagnac
It seems there was some push back due to the complexity and the impact on the overseer code. So this PR is now probably stale. I opened a simpler version that introduces a dedicated thread pool for "expensive" operations. End behavior is the same: we don't execute more than 5 concurrent expensive

Throttling "expensive" admin operations

2023-08-07 Thread David Smiley
In https://issues.apache.org/jira/browse/SOLR-16879, we have a proposal for certain core level admin operations to be deemed expensive and throttled (e.g. only 5 at a time). It only works when invoked with the async style (with the "async" param). At present, only BACKUPCORE & RESTORECORE are fla