Closed freeekanayaka closed 9 months ago
Attention: 82 lines
in your changes are missing coverage. Please review.
Comparison is base (
7c27391
) 72.23% compared to head (31557d2
) 73.59%.:exclamation: Current head 31557d2 differs from pull request most recent head e01b9b4. Consider uploading reports for the commit e01b9b4 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add a data structure that efficiently tracks the term of all entries in the log. It will be used to replace the in-memory cache of the actual log data. Consumers will then be able to choose whether to store the actual log data in memory or on disk.