So far I know this: Read path, cycle over these labels (simplified):
issue
* is observed if "d4 > 1"
* reading is stable When d4 == 1 or if I skip the go to "_rb_block"` in _rb_lnext. But it is slow, like copy file from ~2MB/s drop to ~1MB/s
My "workaround" for now is to set d4 to 1 in _ReadBlocks. As till now any slowdowns nor status checks didn't help me to stabilize it.