Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.5
-
None
-
Reviewed
Description
While trying to use LossyCounting for HBASE-15519 , found following bugs in current implementation
– Remove synchronization block from MetaTableMetrics to avoid congestion at the code
– Fix license format
– Fix LossyCounting algorithm as per http://www.vldb.org/conf/2002/S10P03.pdf
– Avoid doing sweep on every insert in LossyCounting
– Remove extra redundant data structures from MetaTableMetrics.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-19722 Meta query statistics metrics source
- Closed
-
HBASE-21991 Fix MetaMetrics issues - [Race condition, Faulty remove logic], few improvements
- Resolved