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
When the task fails to execute on the compactor side or is rejected, the task will be canceled by reporting the task.
Since we introduced resource control to avoid compactor overload, Tasks may encounter frequent cancels and reissue tasks through PullTask, which will result in a large number of meta operations.
Improve
On the compactor side, after observing a high task failure rate, reduce the frequency of PullTask. (Prioritize implementation)
On the Meta side, collect compactor status information and actively reject PullTask.
The text was updated successfully, but these errors were encountered:
Background
When the task fails to execute on the compactor side or is rejected, the task will be canceled by reporting the task.
Since we introduced resource control to avoid compactor overload, Tasks may encounter frequent cancels and reissue tasks through PullTask, which will result in a large number of meta operations.
Improve
The text was updated successfully, but these errors were encountered: