Skip to content

Commit dc9f0cf

Browse files
committed
Cut Release 2.2.1
1 parent 3091079 commit dc9f0cf

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

NEWS

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,31 @@
11
OpenTSDB - User visible changes.
22

3-
* Version 2.2.1 (2015-?-?)
3+
* Version 2.2.1 (2016-10-08)
44

55
Noteworthy Changes
66
- Generate an incrementing TSMeta request only if both enable_tsuid_incrementing and
77
tsd.core.meta.enable_realtime_ts are enabled. Previously, increments would run
88
regardless of whether or not the real time ts setting was enabled. If tsuid
99
incrementing is disabled then a get and optional put is executed each time without
1010
modifying the meta counter field.
11+
- Improve metadata storage performance by removing an extra getFromStorage() call.
12+
- Add global Annotations to the gnuplot graphs (#773)
13+
- Allow creation of a TSMeta object without a TSUID (#778)
14+
- Move to AsyncHBase 1.7.2
15+
16+
Bug Fixes:
17+
- Fix Python scripts to use the environment directory.
18+
- Fix config name for "tsd.network.keep_alive" in included config files.
19+
- Fix an issue with the filter metric and tag resolution chain during queries.
20+
- Fix an issue with malformed, double dotted timestamps (#724).
21+
- Fix an issue with tag filters where we need a copy before modifying the list.
22+
- Fix comments in the config file around TCP no delay settings.
23+
- Fix some query stats calculations around averaging and estimating the number
24+
of data points (#784).
25+
- Clean out old .SWO files (#821)
26+
- Fix a live-lock situation when performing regular expression or wildcard queries (#823).
27+
- Change the static file path for the HTTP API to be relative (#857).
28+
- Fix an issue where the GUI could flicker when two or more tag filters were set (#708).
1129

1230
* Version 2.2.0 (2016-02-14)
1331

THANKS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ Cristian Sechel
2323
Christophe Furmaniak
2424
Dave Barr <[email protected]>
2525
Davide D Amico
26+
Dfsklar
27+
Ethan Wang
2628
Filippo Giunchedi <[email protected]>
2729
Gabriel Nicolas Avellaneda
2830
Guenther Schmuelling <[email protected]>
2931
Hari Krishna Dara
3032
Hong Dai Thanh
33+
Hugo M Fernandes
3134
Hugo Trippaers <[email protected]>
3235
Ivan Babrou
3336
Jacek Masiulaniec <[email protected]>
@@ -42,11 +45,13 @@ Johan Zeeck <[email protected]>
4245
Johannes Meixner
4346
Jonathan Works <[email protected]>
4447
Josh Thomas <[email protected]>
48+
Kevin Bowling
4549
Kieren Hynd <[email protected]>
4650
Kimoon Kim <[email protected]>
4751
Kris Beevers <[email protected]>
4852
Kyle Brandt
4953
Lex Herbert <[email protected]>
54+
Li Zhe
5055
Liangliang He <[email protected]>
5156
Liu Yubao
5257
Loïs Burg <[email protected]>
@@ -64,6 +69,7 @@ Nicole Nagele <[email protected]>
6469
Nikhil Benesch <[email protected]>
6570
Nitin Aggarwal
6671
Paula Keezer <[email protected]>
72+
Peter Edwards
6773
Peter Gotz <[email protected]>
6874
Pradeep Chhetri <[email protected]>
6975
Rajesh G
@@ -81,5 +87,6 @@ Tristan Colgate-McFarlane <[email protected]>
8187
Tony Landells <[email protected]>
8288
Utkarsh Bhatnagar
8389
Vasiliy Kiryanov <[email protected]>
90+
Vitaliy Fuks
8491
Yulai Fu
8592
Zachary Kurey

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# along with this library. If not, see <http://www.gnu.org/licenses/>.
1515

1616
# Semantic Versioning (see http://semver.org/).
17-
AC_INIT([opentsdb], [2.2.1-SNAPSHOT], [[email protected]])
17+
AC_INIT([opentsdb], [2.2.1], [[email protected]])
1818
AC_CONFIG_AUX_DIR([build-aux])
1919
AM_INIT_AUTOMAKE([foreign])
2020

0 commit comments

Comments
 (0)