Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.0.0-alpha, 3.0.0-alpha1
-
Reviewed
Description
The datanode map is currently a TreeMap. For many thousands of datanodes, tree lookups are ~10X more expensive than a HashMap. Insertions and removals are up to 100X more expensive.