accumulo icon indicating copy to clipboard operation
accumulo copied to clipboard

FATE metrics should also include USER transactions

Open kevinrr888 opened this issue 9 months ago • 0 comments

Is your feature request related to a problem? Please describe. FATE metrics currently only include META transactions (see: List<AdminUtil.TransactionStatus> currFates = admin.getTransactionStatus(Map.of(FateInstanceType.META, metaFateStore), null, null, null); in FateMetricValues). These metrics should also include USER transactions.

This was likely just something that was missed with the creation of UserFateStore in elasticity, since in 3.x and 2.x, UserFateStore doesn't exist.

Describe the solution you'd like The FATE metrics should include all transactions (META and USER)

Additional context This is for elasticity See comments on https://github.com/apache/accumulo/issues/4498

kevinrr888 avatar May 08 '24 20:05 kevinrr888