morningman commented on issue #3053: [Stream Load]Invalid rollback for stream load URL: https://github.com/apache/incubator-doris/issues/3053#issuecomment-596161810 Are you sure the problem is here? in `stream_load_executor->commit_txn()`, if the FE return a PUBLISH_TIMEOUT status, it return will this status directly to the caller(`_handle()` in `stream_load.cpp`). And in `_handle()`, it will check the status' code, and only if it is NOT the PUBLISH_TIMEOUT, it will send a roll back request.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org