xingyingone opened a new issue, #27854: URL: https://github.com/apache/doris/issues/27854
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-2.0.3-rc04-87c4d1c ### What's Wrong? 1. The current cluster is 3 be with single replica, all be alive 2. Has been executing a stream load import to doris 3. All the writes after 6am are reporting errors fe error log : ``` :2023-12-01 09:46:25,811 WARN (thrift-server-pool-5731|125023) [FrontendServiceImpl.streamLoadPut():1939] failed to get stream load plan: errCode = 3, detailMessage = tablet 3027199 alive replica num 0 < quorum replica num 1, alive backends: [] ``` be error log : ``` W1201 09:51:56.447134 29178 stream_load.cpp:595] plan streaming load failed. errmsg=[ANALYSIS_ERROR]TStatus: errCode = 3, detailMessage = tablet 3049414 alive replica num 0 < quorum replica num 6180583 1, alive backends: [] ``` 8. before this failure, fe error log: ``` 7494916 2023-12-01 06:05:14,543 WARN (ForkJoinPool-1-worker-1|113576) [TabletInvertedIndex.lambda$null$0():190] replica 951060 of tablet 951059 on backend 11618 need recovery. replica in FE: [replicaId=7494916 951060, BackendId=11618, version=1, dataSize=0, rowCount=0, lastFailedVersion=-1, lastSuccessVersion=1, lastFailedTimestamp=0, schemaHash=1891365030, state=NORMAL], report version 1, report sche7494916 ma hash: 1891365030, is bad: true, is version missing: unset ``` 9. I find many unhealhy tablet   ### What You Expected? tablet can repair by doris ### How to Reproduce? Execute stream load continuously ### Anything Else? no ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
