ixzc commented on issue #56154:
URL: https://github.com/apache/doris/issues/56154#issuecomment-3304321225

   It is possible that concurrent INSERT OVERWRITE operations on the same 
partition by two threads caused one of them to fail. You can check the audit 
logs of all FEs around 10:12 on September 17, 2025, with the filter keyword set 
to the name of this import table. If there are too many edit logs, add the 
keyword "overwrite" for further filtering. If there are conflicting write 
operations on the same partition, then this is the root cause of the issue.
   


-- 
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]

Reply via email to