echo-hhj commented on issue #46330: URL: https://github.com/apache/doris/issues/46330#issuecomment-2568707042
The BE.INFO log prints "Query timeout" without a queryid. This error message is printed 5 minutes after a query ends, when canceling the BufferControlBlock. This message appears for every completed query. This PR (https://github.com/apache/doris/pull/42383) indirectly fixed this in version 2.1.8 by stopping the printing of stacktrace for timeout errors. This is not actually an error - it's just ResultBufferMgr performing garbage collection. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
