TubeMQ has been donated to the Apache Software Foundation and renamed to InLong, please visit the new Apache repository: https://github.com/apache/incubator-inlong
BdbGroupAdmin is used to remove node in replication group.
Currently, BdbGroupAdmin does't handle the exception and missing the necessary message about the remove process. I think we should:
print the node information before and after remove node
catch and handler the exception separately, then print some readable information
BdbGroupAdmin
is used to remove node in replication group. Currently,BdbGroupAdmin
does't handle the exception and missing the necessary message about the remove process. I think we should:What do you think @gosonzhang ?