This repository was archived by the owner on Jul 14, 2022. It is now read-only.
v3.1 - Plug some Memory Leaks
Some fixes to critical reliability issues with the v3 release:
- Setup the
VectorSchemaRoot
to use the memory allocator used by the flushing task - Close the
VectorSchemaRoot
before closing the allocators - Add in some delays in the busy loop when attempting to allocate memory (in
WorkBuffer.init()
)...we were failing too fast.
This version should be used in lieu of v3
.