|
1 | 1 | OpenTSDB - User visible changes. |
2 | 2 |
|
3 | | -* Version 2.2.1 (2015-?-?) |
| 3 | +* Version 2.2.1 (2016-10-08) |
4 | 4 |
|
5 | 5 | Noteworthy Changes |
6 | 6 | - Generate an incrementing TSMeta request only if both enable_tsuid_incrementing and |
7 | 7 | tsd.core.meta.enable_realtime_ts are enabled. Previously, increments would run |
8 | 8 | regardless of whether or not the real time ts setting was enabled. If tsuid |
9 | 9 | incrementing is disabled then a get and optional put is executed each time without |
10 | 10 | 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). |
11 | 29 |
|
12 | 30 | * Version 2.2.0 (2016-02-14) |
13 | 31 |
|
|
0 commit comments