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 <[email protected]>
Arvind Jayaprakash <[email protected]>
Berk D. Demir <[email protected]>
BHourlier
Bikrant Neupane
Bizhu Qiu
BHourlier
Björn Marschollek
Björn Zettergren
Bryan Hernandez <[email protected]>
Bryan Zubrod <[email protected]>
Camden Narzt
Expand All @@ -34,6 +36,7 @@ Christos Soulios
Christophe Furmaniak
Dave Barr <[email protected]>
Davide D Amico
Designershao
Dfsklar
Eric Price
Ethan Wang
Expand All @@ -43,6 +46,7 @@ GreatSnoopy
Guenther Schmuelling <[email protected]>
Haiyang Jiang
Hari Krishna Dara
Hari Sekhon
Hong Dai Thanh
Hugo M Fernandes
Hugo Trippaers <[email protected]>
Expand Down Expand Up @@ -99,17 +103,21 @@ Nikhil Benesch <[email protected]>
Nitin Aggarwal
NoHarm
Opsun
Øyvind Matheson Wergeland
Qu Dong Fang
Paula Keezer <[email protected]>
pengmengqing
Peter Edwards
Peter Gotz <[email protected]>
Peter Edwards
Ping Yong
Pradeep Chhetri <[email protected]>
Rajesh G
Rohan Nog
Ronan Harmegnies
Ryan Berdeen <[email protected]>
Sean Miller
Selim Chergui
Siddartha Guthikonda <[email protected]>
Simon Matic Langford <[email protected]>
Slawek Ligus <[email protected]>
Expand All @@ -119,8 +127,9 @@ Tay Ray Chuan <[email protected]>
Thomas Krajca <[email protected]>
Thomas Sanchez <[email protected]>
Tibor Vass
Tristan Colgate-McFarlane <[email protected]>
Tony Di Nucci <[email protected]>
Tony Landells <[email protected]>
Tristan Colgate-McFarlane <[email protected]>
Utkarsh Bhatnagar
Vasiliy Kiryanov <[email protected]>
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], [[email protected]])
AC_INIT([opentsdb], [2.4.1], [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])

Expand Down

0 comments on commit eb125a3

Please sign in to comment.