You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/02/25 11:18:56 UTC

[GitHub] [incubator-doris] morningman opened a new issue #2989: [Bug] Broker's alive status is inconsistent in different FEs

morningman opened a new issue #2989: [Bug] Broker's alive status is inconsistent in different FEs
URL: https://github.com/apache/incubator-doris/issues/2989
 
 
   **Describe the bug**
   When executing `show brokers`, the alive status of brokers from different FEs are not same.
   Some of them are false, and some of them are true.
   
   **Why**
   
   This is because the `isAlive` fields in `FsBroker` class is not persist to metadata, and its default 
   value is `false`, so when there is no heartbeat meta log arrive, the `isAlive` field will remain `false` forever.
   
   **How to fix**
    Persist the `isAlive` field in metadata.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org