Skip to content

OpenTSDB 2.1.0

Compare
Choose a tag to compare
@manolama manolama released this 07 May 04:46
· 892 commits to master since this release
  • Version 2.1.0 (2015-05-06)

Bug Fixes:

  • FSCK was not handling compacted and floating point duplicates properly. Now they
    are merged correctly.
  • TSMeta data updates were not loading the latest data from storage on response
  • The config class will now trim spaces from booleans and integers
  • On shutdown, the idle state handler could prevent the TSD from shutting down
    gracefully. A new thread factory sets that thread as a daemon thread.
  • TSMeta objects were not generated if multiple writes for the same data point arrived
    in succession due to buffering atomic increments. Increments are no longer buffered.
  • Updated paths to the deprecated Google Code repo for dependencies.