Skip to content

Releases: GlobalNOC/tsds-aggregate

1.2.2

03 Feb 01:52
3c6c4d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...1.2.2

v1.2.1 Support URL of tsds-services

03 Feb 20:43
Compare
Choose a tag to compare

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

15 Nov 22:34
Compare
Choose a tag to compare

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

17 Nov 16:10
Compare
Choose a tag to compare

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

05 Oct 17:43
Compare
Choose a tag to compare

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

24 Jun 15:10
Compare
Choose a tag to compare

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

19 Apr 13:10
Compare
Choose a tag to compare

1.0.1: Merge pull request #6 from daldoyle/master

04 Mar 14:57
Compare
Choose a tag to compare