l0CompactionTask failed to build compaction request #41901
-
This warning log below is appearing every minute — is this something to be concerned about? Or is it an issue that resolves itself naturally?
|
Beta Was this translation helpful? Give feedback.
Answered by
yhmo
May 16, 2025
Replies: 1 comment 4 replies
-
@yhmo @xiaofan-luan could you check this issue plz... 🙏 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"l0CompactionTask failed to build compaction request" is not a critical error; it just reports that a compaction task is invalid, and this task will not be executed.
There is a bug fix in v2.4.21 that might be related:
You can restart the datacoord to see if the warning message still occurs.
If restarting datacoord doesn't help, you can upgrade to v2.4.23.
"node_id = -1" means the compaction task is not ready to be executed. The task is still in the pipeline, waiting to be assigned to a datanode.
There are more improvements for compaction in v2.5.x. Upgrade to v2.5.11 is also an option.