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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
