Skip to content

Commit

Permalink
Cut the 2.4.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
manolama committed Sep 2, 2021
1 parent 7b49940 commit eb125a3
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 4 deletions.
33 changes: 33 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
OpenTSDB - Changelog
* Version 2.4.1 (2021-09-02)

Noteworthy Changes:
- Add a config flag to enable splitting queries across the rollup and
raw data tables. Another config determines when to split the queries.
- Fix for CVE-2020-35476 that now validates and limits the inputs for
Gnuplot query parameters to prevent remote code execution.
- Default log config will log CLI tools at INFO to standard out.
- New check_tsd_v2 script that evaluates individual metric groups given
a filter.
- Collect stats from meta cache plugins.
- Add a python script to list and pretty-print queries running on a TSD.
- Add a single, standalone TSD systemd startup script and default to that
instead of the multi-port TSD script.

Bug Fixes:
- Fix the "--sync" flag for FSCK to wait for repairs to execute against
storage before proceeding.
- Fix expression queries to allow metric only and filterless queries.
- Fix an NPE in /api/query/last when appends are enabled.
- Fix races in the salt scanner and multigets on the storage maps.
- Fix rollup queries that need sum and count for downsampling instead of
group bys.
- Fix fuzzy row filters for later versions of HBase by using filter pairs.
And allow it to be combined with a regex filter.
- Fix stats from the individual salt scanners and overall query stats
concurrency issues.
- Rename the stat "maxScannerUidtoStringTime" to
"maxScannerUidToStringTime"
- Fix the min initial value for double values in the AggregationIterator
- Fix rollup queries producing unexpected results.
- Fix various UTs
- Support rollups in FSCK

* Version 2.4.0 (2018-12-16)

Expand Down
13 changes: 11 additions & 2 deletions THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ Anna Claiborne
Aravind Gottipati <aravind.gottipati@gmail.com>
Arvind Jayaprakash <work@anomalizer.net>
Berk D. Demir <bdd@mindcast.org>
BHourlier
Bikrant Neupane
Bizhu Qiu
BHourlier
Björn Marschollek
Björn Zettergren
Bryan Hernandez <bryan4887@gmail.com>
Bryan Zubrod <bzubrod@adknowledge.com>
Camden Narzt
Expand All @@ -34,6 +36,7 @@ Christos Soulios
Christophe Furmaniak
Dave Barr <dave.barr@gmail.com>
Davide D Amico
Designershao
Dfsklar
Eric Price
Ethan Wang
Expand All @@ -43,6 +46,7 @@ GreatSnoopy
Guenther Schmuelling <schmuell@pepperdata.com>
Haiyang Jiang
Hari Krishna Dara
Hari Sekhon
Hong Dai Thanh
Hugo M Fernandes
Hugo Trippaers <opensource@strocamp.net>
Expand Down Expand Up @@ -99,17 +103,21 @@ Nikhil Benesch <me@designbynikhil.com>
Nitin Aggarwal
NoHarm
Opsun
Øyvind Matheson Wergeland
Qu Dong Fang
Paula Keezer <paula.keezer@gmail.com>
pengmengqing
Peter Edwards
Peter Gotz <peter.s.goetz@googlemail.com>
Peter Edwards
Ping Yong
Pradeep Chhetri <pradeep.chhetri89@gmail.com>
Rajesh G
Rohan Nog
Ronan Harmegnies
Ryan Berdeen <ryan@ryanberdeen.com>
Sean Miller
Selim Chergui
Siddartha Guthikonda <siddartha.gu@gmail.com>
Simon Matic Langford <simon@exemel.co.uk>
Slawek Ligus <root@ooz.ie>
Expand All @@ -119,8 +127,9 @@ Tay Ray Chuan <raychuan@iweb.nus.edu.sg>
Thomas Krajca <t.l.krajca@gmail.com>
Thomas Sanchez <thomas.sanchez@dotcloud.com>
Tibor Vass
Tristan Colgate-McFarlane <tcolgate@gmail.com>
Tony Di Nucci <tony.dinucci@skyscanner.net>
Tony Landells <tony.landells@gmail.com>
Tristan Colgate-McFarlane <tcolgate@gmail.com>
Utkarsh Bhatnagar
Vasiliy Kiryanov <vasiliy.kiryanov@gmail.com>
Vitaliy Fuks
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2011-2016 The OpenTSDB Authors.
# Copyright (C) 2011-2021 The OpenTSDB Authors.
#
# This library is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand All @@ -14,7 +14,7 @@
# along with this library. If not, see <http://www.gnu.org/licenses/>.

# Semantic Versioning (see http://semver.org/).
AC_INIT([opentsdb], [2.4.1-SNAPSHOT], [opentsdb@googlegroups.com])
AC_INIT([opentsdb], [2.4.1], [opentsdb@googlegroups.com])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])

Expand Down

0 comments on commit eb125a3

Please sign in to comment.