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:
   
![image](https://user-images.githubusercontent.com/9894906/54922701-aae44300-4f43-11e9-9363-cf3596e94024.png)
   
   The right tablet meta is following:
   
![image](https://user-images.githubusercontent.com/9894906/54922742-c3545d80-4f43-11e9-8321-77ffe60bda0c.png)
   
   
   

----------------------------------------------------------------
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]

Reply via email to