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:

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

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