Skip to content

Version 0.7-beta4

Pre-release
Pre-release
Compare
Choose a tag to compare
@lomik lomik released this 02 Dec 22:40
· 1259 commits to master since this release

Features

  • Grace stop on USR2 signal: close all socket listeners, flush cache to disk and stop carbon
  • Reload persister config (whisper section of main config, storage-schemas.conf and storage-aggregation.conf) on HUP signal

Bug fixes

  • NaN values being saved in Whisper datafiles #17 (thanks Andrew Hayworth)
  • Cache may start save points only after first checkpoint
  • Decimal numbers in log files instead of hexademical #22
  • May crash on bad pickle message with big message size in header #30. Added option pickle.max-message-size with 64 MB default value