I don??t know if I have described it clearly, for example: Here is a bookkeeper cluster with 3 nodes (b1, b2, b3), and the corresponding pulsar broker has 3 nodes (B1, B2, B3). When we restart the three nodes b1, b2, and b3, the pulsar broker will Put b1, b2, and b3 into the excludeBookies collection to isolate for 30 minutes. At this time, when the pulsar broker chooses the bookie node, it can only choose the b4 node, so the traffic of the entire cluster will go to the b4 node at this time
------------------ ???????? ------------------ ??????: "Enrico Olivelli"<eolive...@gmail.com>; ????????: 2021??12??21??(??????) ????7:42 ??????: "dev"<dev@bookkeeper.apache.org>; ????: Re: suport dynamic enable/disable health check #2947 Hello, When you restart a bookie and the bookie announces itself as writable on ZooKeeper, the clients should re-add it to the set of available bookies. How many bookies do you have ? Enrico