Tencent / TubeMQ

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

Home Page:https://inlong.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improvement `BdbGroupAdmin` class

aloyszhang opened this issue · comments

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:

  1. print the node information before and after remove node
  2. catch and handler the exception separately, then print some readable information

What do you think @gosonzhang ?

Very good advice, can you contribute a PR?

@gosonzhang I have open a PR here