hash-index-bitcask-shared-read-handles

Status: IN

`hash-index-storage/bitcask.py` uses a single cached file handle per segment for all reads via `_get_reader()`, making concurrent reads to the same segment unsafe due to shared seek position.

Source: entries/2026/05/29/topic-reference-counted-file-handles.md

JSON