hiero-ledger / hiero-ledger/hiero-consensus-node
Metrics write tasks can pile up
Open
Base Metrics
Feature Enhancement
P2
Platform
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
The tasks that write metrics to files can pile up, if there is a really long GC pause (or other circumstances that prevent the execution). Consequently, once tasks can be executed again, we write several entries into the files with little to no pauses between them.
We should rewrite the loop-mechanism, so that tasks cannot pile up.
Contributor guide
Assessment
This issue has not been assessed yet.