OpenTSDB v2.3.2 Release Notes

Release Date: 2018-12-17 // over 5 years ago
    • ๐Ÿ”– Version 2.3.2 (2018-12-16)

    Noteworthy Changes:

    • A new Python wrapper script to make FSCK repair runs easier.
    • ๐ŸŽ Track performance in the Nagios/Icinga script
    • โž• Add a Contributions file.
    • Add a config, 'tsd.core.bulk.allow_out_of_order_timestamps' to allow out of
      order timestamps for bulk ingest.
    • NOTE: This version also includes a JDK 8 compiled version of Jackson due to
      ๐Ÿ”’ security patches. If you need to run with an older JDK please replace the
      Jackson JARs with older versions.

    ๐Ÿ› Bug Fixes:

    • Unwrap NoSuchUniqueIds when writing data points to make it easier to understand
      exceptions.
    • ๐Ÿ›  Fix an NPE in the PutDataPointRpc class if a data point in the list is null.
    • ๐Ÿ›  Fix a Makefile error in the clean portion.
    • ๐Ÿ›  Fix an NPOE in the UIDManager print result.
    • ๐Ÿ›  Fix a bug in the UI where Y formats may contain a percent sign.
    • ๐Ÿ‘ Allow specifying the data block encoding and TTL in the HBase table creation
      script.
    • ๐Ÿ”„ Change the make and TSDB scripts to use relative paths.
    • ๐Ÿ›  Fix parsing of use_meta from the URI for the search endpoint.
    • ๐Ÿ›  Fix the clean cache script to be a bit more OS agnostic.