Skip to content

OpenTSDB 2.1.4

Compare
Choose a tag to compare
@manolama manolama released this 14 Feb 21:37
· 841 commits to master since this release
  • Version 2.1.4 (2016-02-14)

Bug Fixes:

  • Fix the meta table where the UID/TSMeta APIs were not sorting tags properly
    prior to creating the row key, thus allowing for duplicates if the caller changed
    the order of tags.
  • Fix a situation where meta sync could hang forever if a routine threw an exception.
  • Fix an NPE thrown when accessing the /logs endpoint if the Cyclic appender is not
    enabled in the logback config.
  • Remove an overly chatty log line in TSMeta on new time series creation.