Skip to content

Latest commit

 

History

History
305 lines (219 loc) · 10.1 KB

ChangeLog.md

File metadata and controls

305 lines (219 loc) · 10.1 KB

2.7 (unreleased master branch)

2.6 (2017-01-26)

New Features

  • router useall is now also allowed for forward and failover clusters
  • server hostnames are now re-resolved at every connect Issue #115
  • server when connecting to a hostname, now /all/ resolved addresses are tried in order before failing
  • relay A new -O flag allows to set the minimum rules threshold before trying to optimise the rules.

Bugfixes

  • Issue #246 using stop in a match tule does not stop metrics from being processed afterwards
  • Issue #206 some metrics are randomly prefixed with garbage characters

2.5 (2017-01-09)

Bugfixes

  • Issue #239 segfault when date format is incorrect
  • Issue #242 dispatcher/aggregations broken (relay seems too slow)

2.4 (2017-01-03)

New Features

Bugfixes

  • server connection errors are no longer endlessly repeated
  • Issue #240 'include' directive doesn't care about rewrites.
  • Issue #241 XXX characters being prepended to metrics when sent via UDP
  • Issue #204 relay is sending data randomly while kill -HUP happens

2.3 (2016-11-07)

Bugfixes

  • Issue #213 Change to aggregates to not cause HUP to reload when more than 10 aggregates are defined.
  • Issue #214 -U option doesn't set UDP receive buffer size.
  • Issue #218 zeros inserted after some metrics.
  • Issue #219 should fail if port is unavailable
  • Issue #224 segfault during SIGHUP

2.2 (2016-09-11)

New Features

  • relay socket receive and send buffer sizes can be adjusted the -U option was introduced to allow setting the socket buffer size in bytes, Issue #207.

Breaking Changes

Enhancements

  • relay the listen backlog default got increased from 3 to 32
  • server TCP_NODELAY is now set to improve small writes

Bugfixes

  • Issue #188 SIGHUP leads to SIGSEGV when config didn't change, or a SIGHUP is received while a previous HUP is being processed
  • Issue #193 race condition in aggregator leads to crash
  • Issue #195 assertion fails when reloading config
  • Issue #200 use after free during shutdown in aggregator
  • Issue #203 change default connection listen backlog
  • Issue #208 TCP_NODELAY should be off for connections relaying data
  • Issue #199 Various race conditions reported by TSAN

2.1 (16-06-2016)

Enhancements

  • router the optimiser now tries harder to form groups of consecutive rules that have a matching common pattern

Bugfixes

  • Issue #180 include directive possibly overrides previous included components
  • Issue #184 router optimise doesn't work correctly with regex groups

2.0 (30-05-2016)

New Features

  • router include directive was added to add content of another file, see also Issue #165. The include can also use glob patterns, see Pull #174
  • server the number of stalls performed on writes can now be controlled (and also disabled) using the -L flag. Issue #172

Breaking Changes

Enhancements

  • server incomplete writes are now retried a couple of times before they are considered fatal. This should reduce the amount of messages in the logs about them, and be more like the consumer expects, e.g. less sudden disconnects for the client.
  • router reloading the config now prints the difference between the old and the new config in diff -u format.
  • router reloading the config now maintains the queues for the servers, such that unavailable servers don't get metrics dropped.

Bugfixes

  • Issue #154 when a store becomes a bottleneck it shouldn't indefinitely stall
  • Issue #164 config reload should re-use unmodified servers

1.11 (23-03-2016)

New Features

  • router send statistics to construct was added to direct internal statistics to a specific cluster

Enhancements

  • collector UDP connections are now suffixed with -udp in destination target

Bugfixes

  • Issue #159 corrupted statistics for file clusters
  • Issue #160 metricsBlackholed stays zero when blackhole target is used

1.10 (09-03-2016)

Breaking Changes

  • statistics dispatch_busy and dispatch_idle have been replaced with wallTime_us and sleepTime_us

Bugfixes

  • Issue #152 crash in aggregator_expire for data-contained aggregations

1.9 (07-03-2016)

Enhancements

  • statistics dispatch_busy is slightly more realistic now

Bugfixes

  • Issue #153 aggregator statistics are garbage with -m

1.8 (23-02-2016)

New Features

  • relay new flags -D for daemon mode and -p for pidfile creation

Enhancements

  • dispatcher server stalling (to slow down too fast writers) is now based on a random timeout
  • server write timeout is now large enough to deal with upstream relay stalling
  • relay number of workers/dispatchers is now determined in a way that doesn''t need OpenMP any more

1.7 (29-01-2016)

New Features

  • relay new flag -B to set the listen backlog for TCP and UNIX connections, issue #143

Enhancements

  • dispatcher switch from select() to poll() to fix crashes when too many connections were made to the relay
  • Misc (memory) leak fixes

1.6 (27-01-2016)

Breaking Changes

  • relay startup and shutdown messages are now better in line

Enhancements

  • relay fixed segfault when issuing SIGHUP under active load

1.5 (13-01-2016)

Enhancements

  • aggregator metrics are now written directly to dispatchers to avoid overload of the internal_submission queue, which is likely to to happen with many aggregates
  • collector properly report file-based servers in statistics
  • collector re-introduce the interal destination in statistics

1.4 (04-01-2016)

New Features

  • collector when run in debug and submission mode, there is a iostat like output

Enhancements

  • relay reloading config now no longer unconditionally starts the aggregator
  • aggregator misc cleanup/free fixes
  • relay allow reloading aggregator

Bugfixes

  • Issue #133 _stub_aggregator metrics seen after a reload

1.3 (16-12-2015)

Enhancements

  • consistent-hash fix jump_fnv1a_ch metric submission, it didn''t work at all

Bugfixes

1.2 (10-12-2015)

New Features

  • consistent-hash new algorithm jump_fnv1a_ch for near perfect distribution of metrics
  • distributiontest test program used to see unbalancedness of clusters for a given input metric see graphite-project/carbon#485

Enhancements

  • router fix cluster checking with regards replication count and the number of servers to allow equal counts

Bugfixes

1.1 (25-11-2015)

Enhancements

  • router fix distribution of any_of cluster if members have failed

1.0 (23-11-2015)

  • many improvements

0.45 (05-11-2015)

  • Many aggregator improvements, more flexible routing support.

0.44 (13-08-2015)

  • Feature to set hash-keys for fnv1a_ch.

0.43 (27-07-2015)

  • Bugfix release for segfault when using any_of clusters.

0.42 (24-07-2015)

  • Reduced warning level for submission mode queue pileups. Allow writing to a file (cluster type). Fix splay on aggregator not to affect timestamps of input. No more dep on openssl for md5.

0.40 (11-05-2015)

  • Hefty optimisations on aggregations. Fix for UDP port closure.