Skip to content

Latest commit

 

History

History
76 lines (46 loc) · 2.67 KB

CHANGES.md

File metadata and controls

76 lines (46 loc) · 2.67 KB

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.

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

GRNOC TSDS Aggregate 1.0.5 -- Tue Sep 5 2017

Features:

  • ISSUE=3222 Updated to work with 1.0.0+ line of perl MongoDB driver. This change is backwards incompatible with earlier versions of the driver, much like the driver itself.

GRNOC TSDS Aggregate 1.0.5 -- Tue Sep 5 2017

Features:

  • ISSUE=3222 Updated to work with 1.0.0+ line of perl MongoDB driver. This change is backwards incompatible with earlier versions of the driver, much like the driver itself.

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.

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.

GRNOC TSDS Aggregate 1.0.2 -- Tues Apr 19 2016

Features:

  • ISSUE=708 Fixed edge case where writer would complain about aggregate messages with a histogram width with a floating point value. This was only seen in cases where data variances were very small, such as in optical readings.

GRNOC TSDS Aggregate 1.0.1 -- Fri Mar 04 2016

Features:

  • ISSUE=13132 Fixed issue where upon first install the daemon would make the determination that everything needed aggregation.

GRNOC TSDS Aggregate 1.0.0 -- Fri Feb 12 2016

Features:

  • ISSUE=12464 Overhaul of TSDS data aggregation process. Instead of being bundled with the services library, this is now a standalone package to better enable horizontal distribution. Data retrieval now happens through the Query interface to enable aggregates from aggregates, and detection of what needs to be aggregated is more intelligent.