apache / apache/accumulo

Look into reusing open map files during log recovery.

Open
#882 1 comment 0 reactions 1 assignee Claimed by @milleruntime View on GitHub
Dominant language
Java
Stars
1.2k
Forks
487
Avg merge
4d 5h
Merged PRs (30d)
13

Description

In #458 log recovery was modified in such a way that sorted recovery logs are opened and closed multiple times during recovery. This results in the sorted log indexes being read into memory multiple times. It may be faster to open the sorted logs once and reuse/reseek them. Need to look into how long it takes to open a sorted log and read its index. The changes for #881 may help with the performance a bit because it filters out sorted logs that do not define a tablet in the first step.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.