Skip to content

Commit

Permalink
Cut Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manolama committed Oct 8, 2016
1 parent 3091079 commit dc9f0cf
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
20 changes: 19 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,13 +1,31 @@
OpenTSDB - User visible changes.

* Version 2.2.1 (2015-?-?)
* Version 2.2.1 (2016-10-08)

Noteworthy Changes
- Generate an incrementing TSMeta request only if both enable_tsuid_incrementing and
tsd.core.meta.enable_realtime_ts are enabled. Previously, increments would run
regardless of whether or not the real time ts setting was enabled. If tsuid
incrementing is disabled then a get and optional put is executed each time without
modifying the meta counter field.
- Improve metadata storage performance by removing an extra getFromStorage() call.
- Add global Annotations to the gnuplot graphs (#773)
- Allow creation of a TSMeta object without a TSUID (#778)
- Move to AsyncHBase 1.7.2

Bug Fixes:
- Fix Python scripts to use the environment directory.
- Fix config name for "tsd.network.keep_alive" in included config files.
- Fix an issue with the filter metric and tag resolution chain during queries.
- Fix an issue with malformed, double dotted timestamps (#724).
- Fix an issue with tag filters where we need a copy before modifying the list.
- Fix comments in the config file around TCP no delay settings.
- Fix some query stats calculations around averaging and estimating the number
of data points (#784).
- Clean out old .SWO files (#821)
- Fix a live-lock situation when performing regular expression or wildcard queries (#823).
- Change the static file path for the HTTP API to be relative (#857).
- Fix an issue where the GUI could flicker when two or more tag filters were set (#708).

* Version 2.2.0 (2016-02-14)

Expand Down
7 changes: 7 additions & 0 deletions THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ Cristian Sechel
Christophe Furmaniak
Dave Barr <[email protected]>
Davide D Amico
Dfsklar
Ethan Wang
Filippo Giunchedi <[email protected]>
Gabriel Nicolas Avellaneda
Guenther Schmuelling <[email protected]>
Hari Krishna Dara
Hong Dai Thanh
Hugo M Fernandes
Hugo Trippaers <[email protected]>
Ivan Babrou
Jacek Masiulaniec <[email protected]>
Expand All @@ -42,11 +45,13 @@ Johan Zeeck <[email protected]>
Johannes Meixner
Jonathan Works <[email protected]>
Josh Thomas <[email protected]>
Kevin Bowling
Kieren Hynd <[email protected]>
Kimoon Kim <[email protected]>
Kris Beevers <[email protected]>
Kyle Brandt
Lex Herbert <[email protected]>
Li Zhe
Liangliang He <[email protected]>
Liu Yubao
Loïs Burg <[email protected]>
Expand All @@ -64,6 +69,7 @@ Nicole Nagele <[email protected]>
Nikhil Benesch <[email protected]>
Nitin Aggarwal
Paula Keezer <[email protected]>
Peter Edwards
Peter Gotz <[email protected]>
Pradeep Chhetri <[email protected]>
Rajesh G
Expand All @@ -81,5 +87,6 @@ Tristan Colgate-McFarlane <[email protected]>
Tony Landells <[email protected]>
Utkarsh Bhatnagar
Vasiliy Kiryanov <[email protected]>
Vitaliy Fuks
Yulai Fu
Zachary Kurey
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1-SNAPSHOT], [[email protected]])
AC_INIT([opentsdb], [2.2.1], [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])

Expand Down

0 comments on commit dc9f0cf

Please sign in to comment.