francisoliverlee edited a comment on issue #4960: URL: https://github.com/apache/incubator-doris/issues/4960#issuecomment-735510262
@wangbo We hit the issue too. but different from [issue4017](https://github.com/apache/incubator-doris/issues/4017), can u have any idea about this ? ``` why BE send rollback command to FE is the point we are checking ``` ### stream load return error ``` failed to call frontend service ``` ### FE has two type of error ``` 2020-11-12 11:11:46,390 WARN 27235 [MasterImpl.finishTask():126] cannot find task. type: PUBLISH_VERSION, backendId: 5281205, signature: 12579429 2020-11-12 11:17:25,138 WARN 40815 [FrontendServiceImpl.loadTxnRollback():787] failed to rollback txn 12579568: errCode = 2, detailMessage = transaction's state is already COMMITTED, could not abort ``` ### BE error ``` W1112 11:17:12.132194 107088 thrift_rpc_helper.cpp:72] retrying call frontend service after 1000 ms, address=TNetworkAddress(hostname=xx.xx.27.152, port=9020), reason=THRIFT_EAGAIN (timed out) W1112 11:17:23.134179 107088 thrift_rpc_helper.cpp:84] call frontend service failed, address=TNetworkAddress(hostname=xx.xx.27.152, port=9020), reason=THRIFT_EAGAIN (timed out) W1112 11:17:25.135749 107088 stream_load.cpp:114] handle streaming load failed, id=02415f4e343e2711-3edfd99fa243798e, errmsg=failed to call frontend service ``` ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org