OpenTSDB v2.2.2 Release Notes

Release Date: 2016-12-29 // over 7 years ago
    • ๐Ÿ”– Version 2.2.2 (2016-12-29)

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix an issue with writing metadata where using custom tags could cause the compare-
      and-set to fail due to variable ordering in Java's heap. Now tags are sorted so the
      custom tag ordering will be consistent.
    • ๐Ÿ›  Fix millisecond queries that would miss data the top of the final hour if the end
      time was set to 1 second or less than the top of that final hour.
    • ๐Ÿ›  Fix a concurrent modification issue where salt scanners were not synchronized on the
      ๐Ÿ“Œ annotation map and could cause spinning threads.