Releases: GlobalNOC/tsds-aggregate
Releases · GlobalNOC/tsds-aggregate
1.2.2
What's Changed
- Sctask0123222 aggregate error handling by @JoshuaMcNamara98 in #13
- 1.2.2 dev by @JoshuaMcNamara98 in #14
New Contributors
- @JoshuaMcNamara98 made their first contribution in #13
Full Changelog: 1.2.1...1.2.2
v1.2.1 Support URL of tsds-services
can be defined in config.xml, under 'worker/tsds'. TSDS-aggregate-worker will use URL instead of name-service.xml, if is defined. if is not defined, it will work as before.
1.2.0
GRNOC TSDS Aggregate 1.2.0 -- Thu Nov 15 2018
Features:
- ISSUE=8332 Changed the way "dirty" documents are looked for to be a boolean instead
of a timerange scan, a lot more efficient. This requires working with tsds-services >= 1.6.2
since a corresponding change was made there.
1.1.1
GRNOC TSDS Aggregate 1.1.1 -- Thu Nov 16 2017
Features:
-
ISSUE=5657 Fixed issue where suggested min/maxes were not being
properly taken into account. -
ISSUE=2697 Added dependency on 1.0.1 of Histogram library to improve
density of non perfectly aligned power of 10 aggregates
1.0.4: Merge pull request #10 from daldoyle/master
GRNOC TSDS Aggregate 1.0.4 -- Wed Oct 5 2016
Fixes:
- ISSUE=1971 Fixed edge case where in some cases queries to TSDS services
would fail but that failure would not be properly trapped and requeued, resulting
in missed aggregations.
1.0.3: Merge pull request #8 from zec/ordering-201606
GRNOC TSDS Aggregate 1.0.3 -- Fri Jun 24 2016
Features:
- ISSUE=530 Added knob to control maximum amount of data fetched in a single
block. This allows better control over server behavior and should help with situations
like data backfill from choking up the server.
Fixes:
- ISSUE=821 Slight change in architecture to fork a new temporary process that does
the actual work to work around perl memory management issues. Impact should be that
while idling until next run considerably less memory should be held onto.
1.0.2: Merge pull request #7 from daldoyle/master
1.0.1: Merge pull request #6 from daldoyle/master
1.0.1 changes