Details
Description
I recently learned how to get the number of watches in a zookeeper node.
$ echo wchp | nc localhost 2181
There are a surprising number of watches supporting table configuration. A single tserver accumulo instance with one data table is using 872 watches. Large clusters, even with many zookeepers, can have millions of watches.
We may need to watch a single notification node, or serialize the table configs into a single node per table. That would accomplish ACCUMULO-1568, too.
Attachments
Issue Links
- relates to
-
ACCUMULO-1568 Make configuration changes Atomic
- Resolved
-
ACCUMULO-2841 Arbitrary namespace and table metadata tags
- Resolved
-
ACCUMULO-3842 [UMBRELLA] Remove non-transient data from ZooKeeper
- Resolved
1.
|
eliminate table watches in clients by using Thrift to find the table map | Open | Unassigned |