apache / accumulo

Apache Accumulo
https://accumulo.apache.org
Apache License 2.0
1.07k stars 445 forks source link

Fix metric merge errors #4928

Closed DomGarguilo closed 1 month ago

DomGarguilo commented 1 month ago

This PR fixes two errors that happened when merging recent metrics related changes:

  1. The changes made in 2907c6b6146f40888e05a28274783f6ab8c7b27c were not included when merging up into main so those were added back
  2. The initialization of the map that holds counters for metrics values in FateMetrics was missing which was causing errors. Now things are properly initialized