failed to initialize storage reader. tablet=12081

Viewed 33

152684 fragment_mgr.cpp:258] Got error while opening fragment e5515e0a2293432e-b0f187aec32200d4, query id: e5515e0a2293432e-b0f187aec32200d3: [INTERNAL_ERROR]failed to initialize storage reader. tablet=12081.468940108.d84b165b60c06f24-e10de0c5edff5491, res=[E-230], backend=10.30.1.19

图片.png

ADMIN SET REPLICA STATUS PROPERTIES("tablet_id" = "12081", "backend_id" = "11001", "status" = "bad");

使用副本修复后,克隆后的副本还是会有failed to initialize storage reader. tablet=12081错误

2 Answers

-230了,1.2版本可能是有publish线程卡死的问题。

目前1.2上可以先这么处理下:
在所有的BE节点上都执行 grep "PUBLISH_VERSION" be.INFO | grep queue | tail ,看下queue的大小,如果大于 50 就说明任务堆积了,这时候需要重启对应BE节点。

建议1.2版本尽快升级到2.0+ / 2.1+ 版本上,目前2.0 最新的版本是2.0.11 可以评估升级下的。

图片.png

非常感谢你的回复,我找了两台be查看,queue_size=1,但是查询一直提示:[INTERNAL_ERROR]failed to initialize storage reader. tablet=12081.468940108.d84b165b60c06f24-e10de0c5edff5491, res=[E-230], backend=10.30.1.19

我看了-230好像是版本已合并,但是不知道这个原因是什么