srotya / sidewinder

Fast and scalable timeseries database
http://sidewinder.srotya.com
Apache License 2.0
25 stars 10 forks source link

Compaction bugs #119

Closed ambud closed 6 years ago

ambud commented 6 years ago

Compaction causes data corruption:

  1. When ptr file is resized, old data is ptrs are overwritten
  2. When cleaning up buffers, file counters are reset thereby overwriting data
  3. Size allocation on compaction causes exception when trying to reload buffers
ambud commented 6 years ago

Fixed in: e561c43c033298b5cab250a3b7fb2d83277a0c33