TeaEngineering / libchronicle

Shared-memory interprocess communication from C using OpenHFT's chronicle-queue protocol
Apache License 2.0
14 stars 10 forks source link

Index pages are ignored/not written #1

Open shuckc opened 5 years ago

shuckc commented 5 years ago

Appender code does not insert index pages nor maintain index2index. Tailer codes does not use either to find correct replay point, does a linear scan.

Needs analysis of the upstream Java code to determine how to interpret the powers of two that control indexing.