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
Datacoord is triggering and submitting compaction tasks randomly, which is resulting in the blocking of certain critical tasks, especially those L0 compaction tasks.
Usually, a prioritization by L0>Mix>Major is preferred.
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
)
See #36550
This PR made 2 changes:
1. Introducing a prioritization mechanism, if
`dataCoord.compaction.taskPrioritizer` is set to `level`, compaction
tasks are always executed as the priority of L0>Mix>Clustering
2. `dataCoord.compaction.maxParallelTaskNum` now controls the
parallelism of executing tasks, not the task number of queue +
executing.
---------
Signed-off-by: Ted Xu <ted.xu@zilliz.com>
tedxu
added a commit
to tedxu/milvus
that referenced
this issue
Oct 18, 2024
…vus-io#36547)
See milvus-io#36550
This PR made 2 changes:
1. Introducing a prioritization mechanism, if
`dataCoord.compaction.taskPrioritizer` is set to `level`, compaction
tasks are always executed as the priority of L0>Mix>Clustering
2. `dataCoord.compaction.maxParallelTaskNum` now controls the
parallelism of executing tasks, not the task number of queue +
executing.
---------
Signed-off-by: Ted Xu <ted.xu@zilliz.com>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.
Is there an existing issue for this?
What would you like to be added?
Datacoord is triggering and submitting compaction tasks randomly, which is resulting in the blocking of certain critical tasks, especially those L0 compaction tasks.
Usually, a prioritization by L0>Mix>Major is preferred.
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: