kangkaisen opened a new issue #812: FOLLOWER FE tablet meta is wrong URL: https://github.com/apache/incubator-doris/issues/812 **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 right tablet meta is following: 
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
