weixin_39737233 2020-11-30 10:53
浏览 0

FOLLOWER FE tablet meta is wrong

Describe the bug for a same query


SELECT * FROM  table WHERE deliver_date = '2019-03-16' AND  source_system='QCS' limit 1;

The Master FE could run successfully. but the FOLLOWER or OBSERVER FE will get the following error:


 Failed to get scan range, no replica!

Even if I restart the FOLLOWER and OBSERVER FE, I still get the same error.

I check the image size for all FE is the same.

I debug the OBSERVER FE, The right tablet meta is following: image

The wrong tablet meta is following: The replica version meta is wrong! image

该提问来源于开源项目:apache/incubator-doris

  • 写回答

6条回答 默认 最新

  • weixin_39737233 2020-11-30 10:53
    关注

    I checked the md5 for image file in all FE, which md5 value are the same.

    评论

报告相同问题?