grc-iit / ChronoLog

ChronoLog: A High-Performance Storage Infrastructure for Activity and Log Workloads
https://chronolog.dev
BSD 2-Clause "Simplified" License
5 stars 4 forks source link

Occasional SegFault in chronoKeeper #96

Open ibrodkin opened 8 months ago

ibrodkin commented 8 months ago

chronoKeeper gets an occasional SEGFault that appears to be some race condition

I've seen it happen very infrequently when the chronokeeper was left running after all the stories had been released and the DataStore had been cleared.

I've seen it happen with multiple slow clients sending events and the cronokeeper is being "paused" (ctrl-Z) then resumed

more investigation is needed