13671653088 opened a new issue #5517: URL: https://github.com/apache/incubator-doris/issues/5517
hi all, I deployed a doris cluster with one fe and three be, version 0.12. fe and be 10002 deployed on one server,and be 10003,10004 deploy on the other two servers; show backends can't get the disk infomations from 10003,10004.  I found the follow warning in log/be.WARING.log.xxxx, and have no idea > W0313 13:48:47.399816 4857 task_worker_pool.cpp:1186] finish report olap table state failed. status:-1, master host:10.80.220.42, port:9020 W0313 13:48:48.404908 4855 utils.cpp:101] fail to get master client from cache. host=10.80.220.42, port=9020, code=7 W0313 13:48:48.404987 4855 task_worker_pool.cpp:1061] finish report task failed. status:-1, master host:10.80.220.42port:9020 W0313 13:48:58.405503 4855 utils.cpp:101] fail to get master client from cache. host=10.80.220.42, port=9020, code=7 W0313 13:48:58.405591 4855 task_worker_pool.cpp:1061] finish report task failed. status:-1, master host:10.80.220.42port:9020 And when i tried to create table , wrong again > CREATE TABLE example_db.table_hash ( k1 TINYINT, k2 DECIMAL(10, 2) DEFAULT "10.5", v1 CHAR(10) REPLACE, v2 INT SUM ) ENGINE=olap AGGREGATE KEY(k1, k2) COMMENT "my first doris table" DISTRIBUTED BY HASH(k1) BUCKETS 32 PROPERTIES ("storage_type"="column"); > ERROR 1064 (HY000): errCode = 2, detailMessage = Failed to create partition[table_hash]. Timeout. Unfinished mark: 10003=10178, 10003=10242, 10003=10182 I found the follow warning in fe/log/fe.warn.log > 2021-03-13 13:46:19,985 WARN 91 [ReportHandler.deleteFromBackend():664] delete tablet[10234 - 1562701949] from backend[10002] because not found in meta 2021-03-13 13:46:19,985 WARN 91 [ReportHandler.deleteFromBackend():651] failed add to meta. tablet[10298], backend[10002]. errCode = 2, detailMessage = db[-1] does not exist 2021-03-13 13:46:19,985 WARN 91 [ReportHandler.deleteFromBackend():664] delete tablet[10298 - 1562701949] from backend[10002] because not found in meta 2021-03-13 13:46:19,985 WARN 91 [ReportHandler.deleteFromBackend():651] failed add to meta. tablet[10238], backend[10002]. errCode = 2, detailMessage = db[-1] does not exist 2021-03-13 13:46:19,985 WARN 91 [ReportHandler.deleteFromBackend():664] delete tablet[10238 - 1562701949] from backend[10002] because not found in meta2021-03-13 13:46:19,985 WARN 91 [ReportHandler.deleteFromBackend():651] failed add to meta. tablet[10302], backend[10002]. errCode = 2, detailMessage = db[-1] does not exist 2021-03-13 13:46:19,985 WARN 91 [ReportHandler.deleteFromBackend():664] delete tablet[10302 - 1562701949] from backend[10002] because not found in meta ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
