InterviewSolution
Saved Bookmarks
| 1. |
A number of constants used in the client ZooKeeper API were renamed in order to reduce ________ collision.(a) value(b) namespace(c) counter(d) none of the mentioned |
|
Answer» Right choice is (b) namespace To explain: ZOOKEEPER-18 removed KeeperStateChanged, use KeeperStateDisconnected instead. |
|