-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Fix warning logs for prewarm #19101
Copy link
Copy link
Closed
Labels
A-engineRelated to the engine implementationRelated to the engine implementationC-debtA clean up/refactor of existing codeA clean up/refactor of existing codeC-enhancementNew feature or requestNew feature or requestS-needs-triageThis issue needs to be labelledThis issue needs to be labelled
Metadata
Metadata
Assignees
Labels
A-engineRelated to the engine implementationRelated to the engine implementationC-debtA clean up/refactor of existing codeA clean up/refactor of existing codeC-enhancementNew feature or requestNew feature or requestS-needs-triageThis issue needs to be labelledThis issue needs to be labelled
Type
Projects
Status
Completed
Describe the feature
There's alot of these warning logs.
ts=2025-10-16T06:42:31.387075846Z level=warn target=engine::tree::prewarm message="Failed to send transaction to worker" task_idx=10 error="sending on a closed channel"
My best guess for the warns is that some prewarm task is finishing after main execution has completed and everything is cleaned up
Additional context
No response