gaodayue opened a new issue #3550: URL: https://github.com/apache/incubator-doris/issues/3550
**Describe the bug** Part of #3545 When we're restoring a tablet from BE trash, it can't success with the following logs ``` I0507 22:49:03.298763 30398 restore_tablet_action.cpp:157] tablet path in trash:/data10/olap/trash/20200507165355.1157856/32974210/1032833843 I0507 22:49:03.326308 30398 storage_engine.cpp:849] begin to process load headers.tablet_id=32974210, schema_hash=1032833843 I0507 22:49:03.327920 30398 tablet_manager.cpp:869] begin to load tablet from dir. tablet_id=32974210 schema_hash=1032833843 path = /data10/olap/data/822/32974210/1032833843 I0507 22:49:03.434273 30398 tablet_manager.cpp:833] tablet is to be deleted, skip load it tablet id = 32974210 schema hash = 1032833843 W0507 22:49:03.434296 30398 tablet_manager.cpp:913] fail to load tablet. [header_path=/data10/olap/data/822/32974210/1032833843/32974210.hdr] W0507 22:49:03.444380 30398 storage_engine.cpp:890] fail to process load headers. res=-502 W0507 22:49:03.444430 30398 restore_tablet_action.cpp:122] load header failed. status: -502, signature: 32974210 I0507 22:49:03.444442 30398 restore_tablet_action.cpp:127] remove tablet_path:/data10/olap/data/822/32974210/1032833843 I0507 22:49:03.444707 30398 restore_tablet_action.cpp:110] deal with restore tablet request finished! tablet id: 32974210-1032833843 I0507 22:49:03.444751 30398 restore_tablet_action.cpp:59] handle request result:{ "status": "Fail", "msg": "command executor load header failed" } ``` ---------------------------------------------------------------- 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