Archived Release Notes
For current releases, see Release Notes.
Changes in 0.23.7
2023-06-15
Cleaning rollup-suppressed metrics will now happen asynchronously in a jobq, preventing this operation from blocking the delete queue.
Cleaning rollup-suppressed metrics will now auto-delete metrics that are old enough - not just metrics that are older than the shard being deleted.
Reduce lock contention on lock
all_surrogates_lockat crossroads of indexing and ingestion.Perform ordered interval list compactions off-heap, reducing memory usage.
Perform surrogate compactions off-heap, reducing memory usage.
Use memory map files to perform level index compactions, reducing memory usage.
Fix issue where raw shard could be erroneously deleted.
Fix bug where a set of metric indexes were regenerated during a full reconstitute.
Avoid contention on all-surrogates lock inside indexes.
Respect
X-Snowth-Advisory-Limitfield when proxying to other nodes during graphite-style metric find operations.Fix missing data when queried using level index when levels are partially in WAL.
Fix find timeouts so they're respected and stop processing once they're reached.
Allow providing a
node_blacklistfield when running live shard reconstitutes. This will allow the reconstitute process to skip specific nodes.Improve loading times of RocksDB-backed shards.
Remove from surrogate indexes on-disk surrogates that are tombstoned in subsequent files.
Add optional
//histogram//rollup//@retentionconfig to delete histogram rollup shards after a specified amount of time.Restore functionality of lua
reg_v2(linear/exponential regression) extension.Migrate to using an external library package for RoaringBitmap.
Optimize surrogate lookup for presence of tombstones.
Changes in 0.23.6
2023-03-08
Fix bug where old timestamps could cause inter-node replication to stall.
Better handling of back pressure on journal replication.
Make node selection during find calls latency aware so we choose to pull from nodes that are up to date if up to date nodes are available.
Fix bad reference count on shard closure that could lead to use after free.
Fix bug where graphite finds would not expand their proxy server set if the cluster is sided and one or more of the initial proxy nodes did not return successfully.
Additional validations on metric timestamps on ingestion.
Use HTTP connection pooling for graphite inter-node traffic.
CAQL: Add
group_by:stddev/popvar/percentile/alwaysone,math:sgnand inverse hyperbolic functions (asanh,acosh,atanh),stats:alwaysone/count/var/popvar, andwindow/rolling:popvar,delta,changes,absent,resets,increase,last, andpresent.Fix
stats.jsondelay measurement value to reflect the node latency calculated in the gossip data.Update the
stats.jsondelay measurement values at a more regular cadence to make sure that it reflects the current system state.Fix crash bug with empty histogram entries in
mvalueandinverse_quantileextensions.Negative timestamp on metric could bypass validations and stall replication
graphite_translateadditions/fixes to better match graphite behavior:holtWintersConfidenceBands()andholtWintersForecast()translationholtWintersAberration()andholtWintersConfidenceArea()translationoffsetToZero(),rangeOfSeries(),aggregateLine()andremoveBetweenPercentile()translationaverageOutsidePercentile(),fallbackSeries()andintegralByInterval()translationinterpolate()andlinearRegression()translationProper translation of
firstandlastaggregation functions
Change CAQL processing model to allow for larger datasets.
Support using mdbx as an alternative storage backend.
Add support for Rocksdb 7.8.3.
Changes in 0.23.5
2023-01-16
Fix bugs that could cause out-of-date data to be returned when fetching data on a sided cluster with one or more of the nodes being extremely far behind in replication.
CAQL: Add functions
stats:clamp,math:sqrt,math:log2
Changes in 0.23.4
2023-01-03
IMPORTANT: This release includes an update to the on-disk metric indexes. These will be rebuilt automatically when a node is restarted after updating to this version. This will result in the startup time for a node the first time after upgrading to be considerably longer. After the first boot, boot times should be consistently faster.
Add
fill:forward(limit=DUR)function that will limit filling to the specified duration.Add
fill=forward:<ms>as a/fetchparam and tie into the optimizer.Add cluster-wide version tracking for
/fetchto prevent CAQL over-optimization during upgrades.Fix handling of error returns when reading jlog interval.
Discard incoming metrics that match the
//snowth//discard_data_filters/discard_data_filterconfigured for the corresponding account, e.g.,<discard_data_filter account="1234" filter="and(__storage:false)"/>New level index format that allows for faster loads and lowers memory usage. This requires regenerating the indexes on the first startup after upgrade.
Reduce loading times for level indexes.
Fix ingestion of multiple opentsdb records.
Changes in 0.23.3
2022-10-17
Update
irondb-eventer.confwith default settings for new find jobqs.Default to no find limit for graphite find queries.
Update old data logging utility to log old metrics received by the
/graphite,/raw, and/journalendpoints, as well as the pickle listener.Write histogram journal data in batches instead of adding one entry to the jobq at a time.
Update art indexing storage to use regular mutex instead of spin lock to avoid CPU peg.
Avoid roaring bitmap copies in queries on level index to optimize performance.
Audit ephemeral support and reduce overhead.
Fix local assertion failure in fetch when remote node errors out.
LIFO and FIFO Job Queue modes are now color coded.
Fix deadlock in raw shard post-rollup deletion that can result in a node getting hung and not accepting new data
Add
graphite_rewritemodule to allow optimizing certain graphite queries.Use the cheaper search AST construction APIs.
Add hook for find jobq assignment suggestion to allow smarter jobq assignment.
Changes in 0.23.2
2022-08-18
CAQL
sort:min/max/meanno longer errors on false inputs.Smarter CAQL fetch limitations when optimizations are used.
Add additional error handling when decoding flatbuffer messages.
Make assertion in fetch map collision non-fatal.
Fix assertion failure assertion on
fdlc1_set_resultFix issue that would cause nntbs shard to increase in size too frequently.
Only optimize
fill/fill:forwardwhen it is suitable as a transform.Fix min/max statistics in CAQL for windows with missing values.
Defer allocation in index manager to improve performance.
Fix crash bug in
/fetchgroup_bystats.Fix CAQL
filloptimizations for histogram tranforms.Fix hex parsing bug in prometheus module.
Proper maintenance deletes of histograms.
Only run single raw deletion maintenance task at a time.
Fix memory corruption and races in find.
/fetchnumeric transforms now support afill=<X|forwardkwarg.CAQL optimizations for numeric
find() | fill()andfind | fill:foward()Introduce a
/findquery classification and isolation system. Consolidate/find(related) endpoints to use three new classes of jobq calledfind_{local,remote},find_fast_{local,remote}, andfind_slow_{local,remote}. Add a performance profiling system to track and classify/findto place them automatically into each of these three new classes.Fix javascript error in snowth console web UI.
Add jobq mode (LIFO/FIFO) to snwoth console web UI.
Expand
/findcalls to pull from all nodes if the user specifies that they want the latest datapoints to be included.Compare cached last 2 numeric values when deduping results from find calls to make sure we're always using the latest data.
Disallow adding
__activity,__check_uuid,__name, and__typeas stream tags.Add support for histogram shards in cluster rebalance.
Implement
filter:whence()andfilter:not:whence()CAQL functions.graphite_translateadditions/fixes to better match graphite behavior:More Graphite functions implemented in translator -
stddevSeries(),stddev()andunique().time()added as alias totimeFunction()timeSlice()translation
Add
filter:label:uniqueandstats:stddevto CAQLDisallow adding
__activity,__check_uuid,__name, and__typetags in check tags and ignore them if they are already there.Double
latestvalues in/findcalls will now round less and be more accurate.Add
minmechanism arg totopreduction and addbottomreduction to/fetchAdd
method="min"totop()andbottom()CAQL functions.Implement
bottom()CAQL function.More user-errors in CAQL are reported as 4xx HTTP status codes.
Changes in 0.23.1
2022-07-12
Fix bug where doubles were being mistakenly cast to integers when returning the last known raw datapoints in
find/tagscalls.Fix error where when writing a copy of the last raw data point in a shard into the next shard, we could write a bad data point if no additional data had been written to that shard since the previous rollup.
Fix crash in
/fetchgroupby in uncommon scenario when replication is stuck and the cluster is unstable.Revert graphite SUM treatment as AVG and add a graphite module config to support the old behavior
<coerce_sum>avg</coerce_sum>.Improve raw reconstitute performance by iterating and sending data from all column families in parallel.
Nodes that are being reconstituted will no longer serve fetch requests.
Improve default labels for CAQL
delay(...)Tag queries now use less memory.
Metric database compactions now use less memory.
Find timeouts will now respect timeouts - either the default timeout, or ones set via the
X-Snowth-Timeoutheader. Queries will stop evaluating once they detect that they are past the query deadline rather than running to completion.Change default find timeout from five minutes to one minute. Make the timeout value configurable via
find_optimization/@default_find_timeoutin the config file.Fix race conditions in fetches when encountering errors
Fix find timeouts so nodes will break connections to remote nodes during proxy calls if the timeout is reached.
Fix reconstitute bug where surrogate databases would get redownloaded even if they had already completed being reconstituted.
Use separate jobqs for
tag_catsandtag_valsfind queries.Fix possible denial of service in reconstitute where the reconstituting node's requests could overwhelm the other nodes in the cluster.
Changes in 0.23.0
2022-06-08
IMPORTANT: Changes to the surrogate database reconstitute process make reconstitute incompatible with earlier versions. Once at least one node has been updated to version 0.23.0, reconstitute operations will not succeed until all nodes have been updated to version 0.23.0.
Improvements to the surrogate format for transmission during reconstitute and rebalance.
Reduce memory footprint and improve performance for
tag_catsandtag_valsfind queries.Fix level index corruption when deleting keys from the surrogate database.
Fix a double regression in
graphite:aliasbynodewhere the name was incorrectly set.Fix issue where watchdog could occur when taking too long to set a check's metadata.
Fixes for
DivideSeriesandDivideSeriesListsgraphite-to-caql translation.Fix shard reporting issues in stats.json.
Changes in 0.22.0
2022-05-18
IMPORTANT: This release includes an update to rocksdb from version 5.8.8 to version 6.20.3. It is not possible to revert a node to a previous version once this version has been installed
Upgrade rocksdb from version
5.8.8to version6.20.3Fix crash if pulling surrogate data during a reconstitute fails.
Enable live single shard reconstitute for raw numeric and histogram shards.
Fix deadlock when trying to delete a rolled up shard.
/extension/lua/caql_infoendpoint now acceptsqueryin addition toq./extension/lua/caql_infoendpoint now returns post-optimized query.CAQL
forecasting:regressionnow better supports streams with gaps.Fix bugs in side-aware finds where count only results would be incorrect and nodes always proxy to the opposite side instead of the local side.
Implement
label:replace(...)CAQL function for regex based label manipulationAdded CAQL trigonometry functions (sin, cos, etc.)
There now exists an option to configure the size of batches handled by
clean_rollup_suppressed_metricswhen rollup suppressed metrics are culled. It issuppressed_rollup_delete_batch_sizein the<raw_database>config tag.Graphite find queries with
..now correctly match nothing.graphite_translateadditions/fixes to better match graphite behavior:Checking if too few arguments provided
Add
/suggest/<accountid>/tagsauto-completion assistance endpoint.
Changes in 0.21.3
2022-04-22
IMPORTANT: This update changes the format of the metric name database. The database will automatically be converted to the new format the first time the software boots. This will result in the first node bootup after upgrading to take longer than normal
Update internal version of the search index database (
metric_name_db), which will cause the first restart after updating to this version to take longer than normal while the database regenerates.Make a variety of find queries utilize a single side (preferring local) when running a sided topology and a sufficient number of nodes are up.
The find mgr will complete before all nodes have responded if it knows the answer to be complete.
Fix
graphite_translatetest forasPercent()Fix CAQL queries to explicitly disallow queries on a single time point
Removed usage of legacy fetch api (snowth.get)
Find optimizations:
flatten nested and(and())
push limit context predicates down through hints.
CAQL
find() | group_by:merge()is now a user-facing error with explanation.Optimize
__typeand__activityfinds.User friendly time ranges now support omission of start and end times on the
__activitytag when using the[epoch] - [epoch]format (colon format does not allow omission). Corrected an issue where singular epoch times were allowed but should be an error.Allow setting of journal batch size and timeout via console
configure setFix CAQL optimization that could artificially limit
findresults if the pattern matched streams of a different data type.Fix heap use after free when removing rocksdb based raw shards
graphite_translateadditions/fixes to better match graphite behavior:Fix
asPercent()translation
Make best node selection side aware.
Allow CAQL
findand friends to support a single argument with a tag search expression.Executor metrics updated to be more metrics 2.0 style. They are now tagged with the thread ID as
thread-name,queue_<#>_num_jobsis nowsizewithunits: messages, andqueue_<#>_wait_time_hist_msandqueue_<#>_run_time_hist_msare now simplywait_timeandrun_timewith the additional information tagged as stated above,units: secondsand "hist" removed from the name entirely. Metrics 1.0 changes include simply grouping by thread name rather than the superfluous internal details in place before.Make tag index searching release memory as it executes queries.
graphite:{aliasbynode,removenode,tagbynode}now all support negative indexes.Removed falsely reported corruption message from reconstitute caused by empty shard files
Added
-s [<period>,]<floor>,<ceiling>commandline option for offline single shard reconstitute.CAQL
graphite:removenoderemoving duplicate arguments instead of error:*WithWildards()functions graphite translation allow duplicated arguments
graphite_translateadditions/fixes to better match graphite behavior:Fix
hitcount()translation
Changes in 0.21.2
2022-03-22
Canonicalize inbound metrics without their measurement tags.
Fix CAQL
graphite:aliasbynoderegression wherein label was unset.Add support for find hinting. This allows adding hints such as
and(hint(__check_uuid:<a uuid>,index:none))that will make the search evaluate against an existing set rather than using the full metric index.Fix
egress_functionfield updates in surrogate entries.Make
histogram:sum()not normalize by default,period=behavior is unchanged. This is a change in the default.Make
find:sum()not normalize by default and add aperiod=kwarg to support normalization.Add
op:div2to CAQL strictly requiring two arguments. Make/useop:div2.Fix
/fetchreductions ofsumandcountto return a stream of zeroes when zero metrics are requested.Change logic for finding best node to be smarter and find valid data more frequently.
Shard status for hist-rollups now reporting to stats.json
Add
math:ceil,math:round, andgroup_by:prodto CAQLAllow operator to set jlog precommit buffer size on metadata feeds via
//metadata/@feed_precommit_size.Add histogram merge pipeline reordering when trailing pipeline functions are commutative.
Add CAQL
/fetchoptimization forhistogram:count(),histogram:count_above(),histogram:count_below(),histogram:rate_above(), andhistogram:rate_below().Unoptimized
histogram:rate()math fixed to match (correct) optimized version.Add
filter:sum:*andfilter:not:sum:*functions for graphite translation assistance.Shard status for raw and raw-hist now report to stats.json
Add config setting
max_udp_payload_size_bytesto set limit on gossip UDP packet sizes (default=1432).CAQL
stats:ratio()now acceptspartitionorpartition_fmtto calculate partition-relative ratios.CAQL
filter:latest:*andfilter:not:latest:*now have configurable lookback.Several
graphite_translateadditions/fixes to better match graphite behavior:Fix translation issues with
asPercent()anddivideSeriesLists()Add implementations for
minSeries()andgrep()Added new functions -
currentAbove(),currentBelow(),filterSeries()andmultiplySeriesWithWildcards()
Fixed a potential crash when manually triggering rollups.
Reduce upper bound of default gossip interval from 2 seconds to 1.8 seconds. This avoids the occasional appearance of excess gossip latency in the Replication UI.
Fix compatibility issues with CAQL function
graphite:aliassubImproved check tag find search performance.
Improved find search performance when using the
*:*wildcard search.Add shard maintenance for raw numeric and raw/rollup histogram shards.
When
/fetchupgrades numerics to histograms, it now excludes NaNs.Graphite find endpoint will no longer return a 500 on a bad request, favoring the more accurate 400 error.
Fix crash when attempting to fetch histogram shard data from the
/histogram_rawendpoint when histogram shards are not enabled.Fix crash when enabling the monitor module using the legacy histogram database.
Gossip messages modified to be larger and fewer in number. This is to fix an issue discovered where a large amount of UDP traffic was causing errors and spamming log files.
DELETE on
/full/tagsnow accepts theX-Snowth-Advisory-Limitheader properly to limit the number of deletes that will occur in one operation. There is also a config-based maximum that may be set in<snowth><rest><delete max_advisory_limit="" /></rest></snowth>beyond which the limit set byX-Snowth-Advisory-Limitwill not be respected. Additionally, this endpoint now returns the headerX-Snowth-Incomplete-Results: "true"if the requested delete operation requires more deletes than allowed byX-Snowth-Advisory-Limitor the server-configured maximum. This helps ensure that very large deletes will not consume memory ad infinitum.
Changes in 0.21.1
2022-02-07
Add explicit
histogram:random:functions for each supported CDF.Fix bug where jlog subscribers could hang around for too long, causing journal data that should have been removed to remain on disk until the next time the node restarts.
Change user-facing CAQL errors to 400 (from 520) HTTP codes.
Implement
each:coalesce(X)in CAQL.NNTBS shard states are now being reported to stats.json
vector:pack()now takes ametaoption that passed tag/name stream metadata through. The default (1) is to pass through metadata. This changes the default naming of unpacked vectors.vector:pack()now takes asloppyoption that allows colliding streams by vector index. The default (0) will throw a run-time error when two streams map to the same vector index.Finding an unconfigured shard on disk during boot will no longer result in a FATAL exit.
CAQL histogram:sum() now support a period kwarg defaulting to 1M
/fetchsums now normalize to 1s ranges and support override with period kwargSupport
period=Xtransform and reduce arguments forhistogram:ratefunctionsAdd
rate_belowandrate_abovetransform operations for /fetchAdd
each_rate_belowandeach_rate_abovereduce operations for /fetchUpdated reporting of syntax errors in find tag queries to offer more in depth information to users
Fix CAQL histogram:rate(period=X) where X is not 1s when optimization is on.
Support smart quotes in CAQL for strings.
CAQL is now strict for duration-typed arguments.
Allow CAQL non-aggregate-safe CAQL functions to work on sub-minute periods.
Fix table header on #internals web console.
Prevent NNTBS timeshard manager from accidentally opening a shard in maintenance.
Completely deprecate all system configuration via the
<pools>stanza. New configuration will need to be done via the<eventer>stanza. Any existing<pools>values will be ignored and a warning message will print to the error log.Improve rollup efficiency by no longer rolling up raw numeric shards that fall entirely outside of all NNTBS retention windows.
Make time shard resizes less frequent.
Add
graphite:removenodeto CAQL.Modified the usage of
x-snowth-delete-rollupsto be accepted only on thehistogram_rollupraw delete endpoint.Add a backlog table heading to the job queues admin interface.
Changes in 0.21.0
2022-01-07
IMPORTANT: This update changes the format of the metric name database. The database will automatically be converted to the new format the first time the software boots. Once this has been done, the software cannot be reverted to previous versions unless you wipe out the contents of the metric name database first. If you need to downgrade for any reason after updating to this version, please contact Circonus support.
Remove deprecated
nntfield from/stateoutput.Fix potential crash when bad data points are found during raw data rollups
Fix
tag_catsandtag_valsendpoints to respect theX-Snowth-Advisory-Limitheader.Added ability to use relative time-based values for activity fields in
/findqueries. Previously, theactivity_start_secsandactivity_end_secsfields had to be provided in epoch seconds. The stringnowwill be accepted as a field. It will use the current time. You may also use values like+10sto indicate "ten seconds from now' or-10sto indicate "ten seconds ago". For example: a query that readsactivity_start_secs=-1d&activity_end_secs=nowwill pull records that have activity data in the last day. A full list of accepted formats for these new values can be found hereImprove metric database loading times.
Improve CAQL error messages.
Fix bug where find requests were not respecting the default limit if no limit was manually specified.
graphite_translateadditions/fixes to better match graphite behavior:new functions -
add(),movingMin(),randomWalk(),stddevSeries(),pow()andpowSeries()pieMin(),pieAverage()andpieMax()implemented asmin(),avg()andmax()all sorting and pictire manipulation functions implemented as pass()
Fix race condition on old shard removal that can cause corruption.
Improve
findquery performance in some pathological cases.Fix possible crash when deleting a timeshard while it's also being resized.
Fix graphite
irondb_tag_filtersearch bug that prevented query proxying.Fix potential crash when invalid histogram journal data is received by a node.
Reconstitute recovery from errors on the sending nodes has been partially automated. It now automatically skips shards on errors from the sending node after a configurable number of retries and will retry them once more after finishing all the well-behaving shards. Upon completion, a final list of shards that could not be successfully reconstituted will be recorded in the
errorlog, allowing further diagnosis and actions to be taken by the operator as needed. Shards which are in maintenance will also be skipped and retried in a similar way.Fix
/find/X/active_countto respectqueryquerystring parameter and to forceactivity_start_secsandactivity_end_secsinto activity window alignment.Allow
graphite/findto accept an optionalirondb_tag_filterquery string parameter. This parameter will take a circonus-style tag-query and filter the metrics down to only include matching metrics.Fix bug in rollup scheduler that could cause rollups to get scheduled to run multiple times.
Improve reconstitute stability.
Fix incorrectly formatted error message when receiving invalid graphite input.
Fix potential crash on bad fetches from CAQL.
Fix bug in reconstitute that caused unnecessary replaying of data, slowing down the recovery process after a node finishes reconstituting.
Improved
/fetcherror handling in CAQL.Aligned fetch remote client-side timeout with expressed server-side timeout.
Clip off the right number of leading branch names in graphite results when using prefixes with wildcards.
Add
filter:notCAQL namespace forany,all,min,max, andmeanthat inverts the stream selection outcome.GET requests to the
/rollup/<check_uuid>/<metric>endpoint that request data for which no rollup exists now return a400: Bad Requesterror response.Remove unused
/find/<account_id>/allendpoint.Expand CAQL durations to support all mtev duration units.
Changes in 0.20.1
2021-09-23
Fix potential crash on tags key/value pairs that are exactly 256 characters long.
Fix assertion failure in timeshard transaction.
Remove deprecated
/raw/<uuid>and/full/<uuid>DELETE endpoints.Remove deprecated
/histogram_rawcheck and metric DELETE endpoints.Remove unused
/adminGET and PUT endpointsRemove deprecated
/raw/reconstituteendpointGET requests to the
/metafeed/check/setendpoint that do not provide the requiredcheckpointandsubscriberquery parameters now returns a400: Bad Requesterror response.Add new logging utility,
debug/old_data, that will log any metric coming into the system that are a configurable amount of time older than the current time. This time value is configurable via theold_data_logging/@metric_age_thresholdvalue in the configuration file.Add helper tool to accelerate Whisper file scanning.
Fixed bug with
caql_infoextension that would cause syntax errors on queries usingVIEW_PERIODorVIEW_RANGE.graphite_translateadditions/fixes to better match graphite behavioraverageBelowaddedaverageSerieschangeddiffSerieschangeddivideSeriesnow supportscountSeries,aggregategroupByNodesnow supportscountSeries,aggregatehitcountchangedmultiplySerieschangednonNegativeDerivativechangedperSecondchangedscaleToSecondschangedabsadded (as alias toabsolute)aggregatechangedmaxSeries/sumSeries/averageSerieschangedsumSeriesWithWildcardschanged
Fix issue in
/fetchwhere absent/null values could be returned as zeroes.Fixed CAQL
histogram:percentile(x,y,z)to maintain the user-specified ordering.
Changes in 0.20.0
2021-08-26
Deprecate
<pools>configuration. These resource controls are now done via libmtev eventer configuration. New installations will no longer contain the pools stanza. Upgraded nodes with pools configuration will see deprecation notices logged, indicating the corresponding job queue resource to configure. See pools configuration for more information.Fix bug where raw rollups would occasionally start prematurely.
Transform 'none' in
/fetchwill now show an error on numeric streams.
Changes in 0.19.28
2021-08-11
Fix bug causing occasional NNTBS data corruption on raw data rollups.
Remove outlier reports.
Improved coverage and bugfixes to in
extension/lua/graphite_translateConsolidate DELETE endpoints around
/tagversions. Deprecate unused delete endpoints.Remove NNT cache size license checks, as we no longer use the NNT file cache. Remove the display of the cache size from the GUI.
Fix crash that can occur when closing raw databases at the end of a reconstitute
Changes in 0.19.27
2021-07-27
If corruption is detected in an NNTBS shard, offline it instead of exiting with a fatal error.
Operators should be on the lookout for
errorlogmessages matching one of these patterns:Error committing txn: <return code> (error description) Error putting to lmdb cursor: <return code> (error description)If these logs appear, contact Circonus Support for help in remediating the issue.
Fix crashes when trying to use graphite find on a node that is not participating in any topology.
Fix memory leaks when fetching graphite data.
Fix races that could lead to data corruption in rare cases.
Allow databases to close down properly when a node is restarted.
Changes in 0.19.26
2021-07-16
Fix race condition in reconstitute that could potentially cause crashes.
Changes in 0.19.25
2021-07-15
Fixed memory leaks when performing
/findcalls.Add capability for the
/rollupendpoint to accept typesderivative,derivative_stddev,derivative2, andderivative2_stddev
Changes in 0.19.24
2021-07-14
The utility
snowth_lmdb_toolnow supports a new "dump" sieve that can dump an entire NNTBS shard as text with human-readable surrogate id and timestamp fields.Add Swagger documentation to be served directly out of IRONdb on
/api/index.htmlPerformance improvements to the reconstitute process - startup is now considerably faster.
Clean up internal status files when a reconstitute completes.
Make topology addresses clickable links in the UI
Remove debug message that would spam the errorlog when running a reconstitute.
During a rebalance, sending data for an NNTBS shard the destination node is not configured to handle no longer crashes the destination node
Changes in 0.19.23
2021-07-08
Remove
/hist_shard/reconstitute/surrogateand/hist_shard/reconstitute/metricsendpointsSpeed up NNTBS reconstitute/rebalance.
Fix bug in rollups where data ingested after a shard has previously rolled up could get erroneously deleted.
Implement
exclude:label(<re>)in CAQLImplement
exclude(<tag search>)in CAQL.Fix potential deadlock if surrogates fail to write by asserting/crashing.
Implement
graphite:tagbynode("tag", p1, ...)in CAQL.Snowth
tag_catsandtag_valswork with__check_uuidand__nametagsRequests with an
X-Snowth-Proxiedheader values of0oroffnow act the same as if no header was set.Replication values greater than
10in a snowth topology are rejected rather than coerced to a value of10automatically.Fix incorrect response codes on invalid query responses
Allow trailing whitespace in JSON documents POSTed to lua extensions.
Remove
sweep deleteAPI endpoints, since this function is made redundant by setting retention policies on data.Remove support for the
<rollups>stanza. Rollups will be entirely determined by the<nntbs>stanza.If the
<rollups>stanza is present but does not match the<nntbs>stanza, the node will not start.If the
<rollups>stanza is present and matches the<nntbs>, a message will print to the logs that<rollups>is deprecated.Remove support for
partselements when inserting NNTBS data directly.Remove support for the NNT file-based backing store format.
Add
connect_timeout,speed_timeout, andspeed_limitoptions to the check tag replicator with reasonable defaults.Add
normalizeCAQL function.Remove remnants of source and check name from graphite output.
Update
/find/<account>/*endpoints to be/find/*withX-Snowth-Account-Idheader.Make
anomaly_detectionin CAQL apply to all slots.Fix crash on requests with a NULL topology.
Changes in 0.19.22
2021-05-14
Fix reconstitute issue where it was possible to try to write to a transaction after the transaction was committed, leading to potential data corruption.
Allow for whitespace before
(...)and{...}in CAQL function invocations.
Changes in 0.19.21
2021-05-06
Updated default configuration to set a larger size for Graphite find query cache. The attribute "query_cache_size" on the
<metric_name_database>node is now set to 10000 for new installations.Allow forcing the reconstitute process to skip specific nodes.
Add a graphite translate endpoint to assist graphite -> CAQL translation.
Add accounting stats for
metrics_dbcache.Increase default rollup concurrency for raw numeric and histogram shards from 1 to 4 jobq threads.
Add
op:mod,each:mod, and%to CAQL.Do not coarsen fetches windows in
window:meanorwindow:sumwhenperiodkwarg is provided.Fix various memory leaks.
Add
find:sum(...)to CAQL that will returncount * average.Allow implicit type shifts in CAQL:
op:div(){pass(){1,2} | vector(), 2}.Implement
derivative()andcounter()CAQL functions that perform per-second calculations.Implement
filter:values:{quantile,percentile}:<op>andfilter:values:not:{quantile,percentile}:<op>in CAQL to remove stream outliers.Fix deadlock on various histogram fetch errors.
Add site-local extensions config include.
Make rollup and delete timing behavior more accurate, especially after crash or restart.
Web UI: Replication Latency tab bugfix: Each node's latency is still calculated even if its sub-list isn't expanded.
Changes in 0.19.20
2021-03-24
Update artmap file version from 1 to 2. Metric artmap files will regenerate upon updating to this version, increasing search accuracy. This will cause the first bootup after upgrading to this version slower than normal, as the files will need to be rebuilt.
Fix potential crash when fetching metrics with very large names.
Fix potential deadlock in raw database rollups.
Improved web UI performance: the Replication Latency tab now won't update unless it's visible.
Allow configuring the
SO_SNDBUFbuffer size for the gossip UDP socket via themax_udp_socket_sndbuf_size_bytesattribute on the<gossip>stanza.Allow configuring the range of time in which we will send gossip packets with
<gossip minimum_latency_ms=<lower bound> maximum_latency_ms=<upper_bound>. If not provided, or invalid data is provided, we will default to a 200ms lower bound and 2000ms upper bound.Fixes to recovering after an incomplete NNTBS live reconstitute and added automatic backup that can be overridden using the optional (
backup=0) parameter.
Changes in 0.19.19
2021-03-10
The topo-helper utility has been updated to support sided configuration, as well as auto-generated node UUIDs and using hostnames instead of IP addresses.
Improved error checking and logging for jlog read/write errors.
Changes in 0.19.18
2021-03-04
Improve logging on data journaling errors and fix logic hole that could lead to infinite loops.
Add requirement to single-shard NNTBS live reconstitute to specify if the shard should be replaced with data from other nodes (
merge=0) or if data from other nodes should be merged into the preexisting shard data (merge=1).
Changes in 0.19.17
2021-02-24
Fix many races dealing with time shard manipulation
Fix race condition when setting a single shard into maintenance mode
Fix bug that could cause memory leaks on timeshards.
Fix bug that could leak an LMDB transaction leading to database corruption
Fix race conditions when handling time shards
Fix bug where extremely old raw data could be inserted into the database via flatbuffer.
Fix bug where attempting to roll up an NNTBS shard with a floor value of 0 would cause a crash.
Allow configuring a minimum floor for NNTBS shards. The default floor is 1, which will prevent data that would write to an NNTBS shard with a floor of 0 from rolling up - it will simply be removed.
Fix crash in graphite find with x-snowth-adivisory-limit header.
/fetchhistogramsum,count_above,count_belownormalize per minute.Add
VIEW_{PERIOD,RANGE}_{MINUTES,SECONDS}CAQL variables.Add CAQL
/fetchoptimizations forgraphite:find:*.Allow histogram transforms to work in the reduce phase for
/fetchusingeach_prefix.Fix
groupby_*default label construction in fetch.Make
/fetchappend transaction pipelines to labels.Fix transaction pipeline appends to occur between the untagged metric name and any stream tags.
Add collapsed
/fetchoptimizations forgroup_byin CAQL.Added a new fifo to streamline raw fetch, reducing latency and memory requirements.
Fix CAQL optimizer and allow push-down of more chains into direct
/fetchexpressions.Implement
sort:label(reverse=0)andsort:{mean,min,max}(reverse=0)CAQL functions.Implement
filter:limit(N),filter:label(regex), andfilter:not:label(regex)CAQL functions.Implement
filter:{mean,min,max}(X)andfilter:not:{mean,min,max}(X)CAQL functions.Implement
histogram:random()to synthesize histograms for common density functions.Implement
randomwalk(max,min,change,seed=)CAQL function for generating random data.
Changes in 0.19.16
2021-01-29
Added
graphite:aliassubin CAQL to emulate Graphite's aliasSub function.Added
stats:ratio(of=1)in CAQL to allow calculating each input stream over the sum of streams.Added optional verbose rollup/delete debug logging
Fix race in raw data rollups where we could attempt to roll data up before opening the db.
Fix bug in raw data rollups where if a full delete operation is performed on a metric and a raw shard that contained that metric still needs to roll up, the rollup could get stuck.
Support vectorized operations across most CAQL functions (stats and ops)
Add several Graphite-style functions to assist those migrating from Graphite
Allow CAQL #pragmas to have values
Allow CAQL #pragmas to be one-line (no trailing line feed required)
Support
#min_period=Xsas a grangular replacement forhf:find()Leverage
level_indexfor tag searches on__namethat are explicitly using the[graphite]matching engine (e.g.and(__name:[graphite]*.prod.**.count))Update to new libnoit metric search APIs.
Further improvements to activity tracking accucracy.
Changes in 0.19.15
2021-01-15
IMPORTANT: If you are using irondb-relay, you must update the irondb cluster to at least version 0.19.15 before updating irondb-relay to version 0.0.45 or later to avoid a disruption in your data
Improvements to activity tracking accuracy.
Added optional logging and increased error reporting for raw shard rollups and deletes.
Improve accuracy when compacting metricsdb by accounting for out-of-order surrogates arriving.
histogram:count*andhistogram:rate*CAQL functions now work on sub-minute periods.histogram:count*CAQL functions now return raw counts instead of per-minute values.histogram:rate*CAQL functions now take an option namedperiodto specify the denominator units (default: per second).histogram:count_bucketandhistogram:rate_buckethave been renamedhistogram:count_binandhistogram:rate_bin, respectively.Reconstitute process now pulls activity data from the surrogate db rather than relying on raw data to fill it in. This will prevent the possible loss of activity data.
Changes in 0.19.14 (unreleased)
2020-12-16
Add -R flag to snowthsurrogatecontrol tool that will allow repairing corrupt surrogate databases.
Better error reporting and handling for various find calls.
The shard compactor script now checks the shard's status just prior to replacement, to make sure it is still offline.
Support for live reconstitute of a single NNTBS shard via a POST command (
/nntbs_shard_reconstitute_live)Support
metric_name,display_name, and multiple tag values in v2 search conversion.Increased logging for LMDB errors and resize, detect resize failures, and improve LMDB and RocksDB retries.
Improve
raw_only_deleteefficiency and memory usage, add/raw_only_deleteREST API.Make sure to do index manipulation on metric deletion.
Fix crash on ingestion of malformed or missing histogram in H1/H2 records.
Changes in 0.19.13
2020-11-03
Restrict batch size in raw-only delete, in case the find set is too large to fit in memory.
Performance improvements to the
active_countquery.Use activity-based method of finding expired metrics to avoid issues with extremely large numbers of active raw-only metrics.
Use
localstateinstead of/var/tmpfor temporary proxy data used in inter-node communication.Add
tag:synthCAQL function.Fix several file desciptor leaks related to improper handling of proxy buffers.
Changes in 0.19.12
2020-10-22
Fix race condition that led to a potential use after free.
Fix various bugs in check tag search that could cause incomplete find results.
Add
explain=1option to/find//tagsendpoint. Returns a header explaining the full query that was performed on each node.Add support for cumulative histogram ingestion.
Changes in 0.19.11
2020-09-29
Fix memory leak when the eventer rejects raw journal data for having too many jobs on the backlog.
Fix memory leak when compacting metric database.
Restore eventer site config file.
Changes in 0.19.10
2020-09-03
Fix potential crash in graphite find.
Changes in 0.19.9
2020-09-01
Allow raw numeric reconstitute to go by shard instead of by metric. This will significantly increase the speed of the raw reconstitute process.
Changes in 0.19.8
2020-08-27
Update default configuration template to include two additional listener attributes for the main 8112 listener. These improve performance, especially at higher ingestion rates.
accept_thread=ondedicates a thread to handling new connections.fanout=truedistributes new events from accepted connections across threads in the default eventer pool.
Add a ranked system for determing which egress function to use when selecting results via graphite queries. This will use the value we determine to be the "best" using an internal algorithm rather than using the first result we saw, which was the previous behavior.
Allow retrying on failures to write to NNTBS shards during reconstitute. Improve error messages related to the NNTBS reconstitute process.
Changes in 0.19.7
2020-08-03
Fix race condition in search index management.
Various use-after-free fixes.
Various memory leak fixes.
Default timeout for
latency_sensitiveevent loop increased to 10 seconds.Move parsing of raw data into separate jobq to process asynchronously.
Update CAQL
search:metric:...()to up-convert to a tag search and leverage thefind:...()processing unit.Alter both
search:metric:...()andfind:...()to support external (out-of-band) expansion replacement. Within IRONdb, default both to internal index-based expansion. When not in IRONdb (CAQL-broker) maintain the pre-existing default (search: external, find: internal). Allow config-based override of these extra-IRONdb defaults.Add the
implkeyword arg to bothsearch:metric:...()andfind:...()to allow statement-based selection of internal or external search expansion.Implement vector:pack() and vector:unpack() in CAQL. These are experimental.
Changes in 0.19.6
2020-07-10
Add field,
X-Snowth-Verify-Owner, for allfindcalls that will verify that the node being queried owns the metric in question before reporting it. This will make counts more accurate on clusters where a rebalance has been performed and there are extraneous surrogate database entries on nodes.Several memory leak and stability fixes.
Changes in 0.19.5
2020-06-12
Remove source and check name from graphite tree.
Replace check name with explicitly configured aliases.
Implement on-disk persisted ART maps for tag search, which improves boot-time index construction by up to 2x.
Fix stuck set-crdt (metadata) replication to third-parties: automatic feed (jlog) repair when corruption is detected.
Fix possible memcmp crash when surrogate keys are smaller than
uint64_tin size.Load libmtev ptrace modules for better crash-reporting
Change
/find//active_countAPI to use thecount_onlymethodology from find which is faster and more memory efficient, but yields estimates when nodes are down.Support
__type:(numeric|histogram|text)in tag searching. Does not support pattern matching.Add
lmdb_flagsattribute tonntbsandmetadatanodes in config to allow for better control. Change to dropMDB_NOMEMINITby default as the performance implications aren't significant. DropMDB_NOSYNCfrom the defaultmetadataflags.Allow nntbs timeshards to recover when bad data is encountered and add
.db.nntbs.errors(errors|ST[db-type:nntbs,...]) statistic.Move module initialization startup messages out of the error log and into the startup log.
Fix bug where we would attempt to abort LMDB transaction after failed commits, which can cause double frees.
Changes in 0.19.4
2020-04-27
Fix a bug in parsing FlatBuffers for raw data.
Fix null pointer exception crash on absent metric locator during
/find.Improved performance of metric search indices, reducing initial start-time and speeding up tag searches where the category has wildcards (e.g.
and(version-*:v1.*))Implement a variety of text-based
/fetchtransforms for counts and rates.lua: Fix a bug where partially-initialized lua extensions were kept around.
CAQL: Add package
filter:*.CAQL: Validate uuid passed to
metric:*functions.
Changes in 0.19.3
2020-03-16
Fix
/fetchhistogram transformsImplement rate transform on histograms in
/fetchendpoint.Make existing
stddevandaveragetransforms work for histograms in/fetchMake existing
meantransform work for numerics in /fetchTrack metric count differently and provide per-account measurements.
CAQL: Improve performance of all binary operators, by defaulting to approximate processing.
CAQL: Improve
fill()performanceCAQL: Improve
window:sum()performanceCAQL: Add
coalesce()functionCAQL: Add
integrate:while()functionCAQL: Add
forecasting:auto()methodCAQL: Add broadcasting support to
forecasting:slope()/forecasting:regression()
Changes in 0.19.2
2020-01-28
Change NNTBS rebalance behavior to go by shard rather than by metric.
Support tag query filter for suppressing rollups from raw database.
CAQL:
Add histogram:ratio_above()/histogram:ratio_below()functionsCAQL: Fix a bug where
fill()would not fill-in missing dataCAQL: Improve
window:mergeperformanceCAQL: Fix a bug where optimization rules were falsely applied
CAQL: Fix a bug where long running caql-queries could trigger watchdog timeouts
CAQL: Fix an issue where failed proxy attempts could cause
finderrors even when N-W+1 were successfully interrogated.
Changes in 0.19.1
2019-12-17
Fix memory leaks in NNTBS and raw reconstitute paths.
Changes in 0.19.0
2019-12-10
Change NNTBS reconstitute to iterate through entire shards rather than pulling individual metrics. THIS IS A BREAKING CHANGE - any reconstitute that is in progress when this deploys will need to be restarted from the beginning. All nodes will need to be brought up to the latest version as well.
Change framing of raw reconstitute data to improve efficiency.
CAQL: Add base parameter to the integrate() function.
CAQL: Add histogram:subtract() function
Changes in 0.18.8
2019-11-21
Fix infinite loop when
/fetchexhausted its deadline and nodes are down.Make the
resize_clusterscript load the new topology on removed nodes.Fix bug in flatbuffer byte alignment where the code was inaccurately determining if we needed additional byte alignment.
Support
count_only=1forfind//tags.Align and validate all surrogate flatbuffer data before attempting to use it. This will prevent using incorrect values and/or crashing on bad data.
Fix bug with metric type changes using surrogate put REST API.
Changes in 0.18.7
2019-11-18
Fix crash when fetching histograms with a period less than 1 second
Always adjust Graphite step to best NNT rollup if no raw data found
Add new log stream for Graphite step adjustments (
debug/graphite/step_adjust)CAQL: Fix a bug with handling missing data in diff()
CAQL: Improve performance of window:/rolling:/aggregate: functions in #strict mode
CAQL: Add
aggregate:*package for controlling data aggregation on graphsCAQL: Support grouping by multiple tags
CAQL: Performance improvements to
diff()/integrate()/delay()/is_missing()
Changes in 0.18.6
2019-11-08
Fix potential null dereference/crash when iterating raw database during reconstitute
Fix crash in reconstitute where attempting to defer rollups until after the reconstitute was finished was causing a race leading to a crash.
CAQL: Add multiple input slots to the
delay()function and improve its performanceCAQL: Add deprecation warnings to
histogram:windowandhistogram:rolling;window:mergeandrolling:mergeshould be used instead.CAQL: Revise the time aggregation functions
window:*androlling:*Improve performance by leveraging pre-aggregated data
By default the results of
window:*functions no longer lag behind the incoming data when displayed on graphs. The old behavior can be restored by passingalign="end"as a parameter.Add support for multiple input streams
Align window boundaries consistently
Add
window:first()function that selects the first sample in each windowAdd
window:merge()function to aggregate histograms over timeAdd
skipparameter to control the advancement of time windowsAdd
periodparameter to control the granularity of input dataAdd
align=start/endparameter to control alignment of the output dataAdd
offsetparameter to control window offset against UTC
CAQL: Add #strict directive that forces serial data processing with period=1M
CAQL: Improve speed and accuracy of the
integrate()function.
Changes in 0.18.5
2019-10-29
Fix surrogate/put
typesetting.Prefer
uuidandcaetgoryas fields instead ofcheck_uuidandsourceto match the /find output.Disable
nnt_cachemodule in the default configuration for simplicity.Make use /fetch deadline handlers in lua/CAQL
Support X-Snowth-Timeout and X-Snowth-Deadline headers to /fetch
Allow activity=0 to /find//tags to suppress activity information.
Support telnet-like console access via the administrative web UI.
CAQL: Add deprecation warning to search:metric() and metriccluster() function. Search v2 and Metric-clusters have been deprecated for a while now. We plan to remove these deprecated function in 2020-01-31. This will affect caql checks as well as CAQL Datapoints on graphs. With this change, the UI will show users a warning, when one of those deprecated functions is used. Circonus offers the more-powerful tag-search feature, exposed as find() in CAQL.
CAQL: Add default labels to
histogram:*outputCAQL: Restrict sorting of results to the find() function, so that, e.g. top-k output is not sorted by label
CAQL: Add tag:remove() function
CAQL: Set default/max limits for CAQL find() queries to 1000/3000 (configurable)
CAQL: Speed-up data fetching with the metric(), and the deprecated search:metric() and metriccluster() functions, by leveraging the /fetch endpoint.
CAQL: Fix bugs with limiting and sorting outputs. Introduced: 2019-10-22
CAQL: Optimize a number of query patterns to leverage federated data processing:
find() | stats:{sum,mean}
find() | count()
find() | top()
find:histogram() | histogram:merge()
find:histogram() | histogram:sum() | stats:sum()
CAQL: Fix count() function to not count NaN values
Changes in 0.18.4
2019-10-16
Support trailing ** in graphite queries in a way that is leaf-only.
Support a filter config option for the monitor module.
Support histogram input for /fetch
groupby_stats.Implement histogram /fetch transforms:
{inverse_,}{quantile,percentile}andcount_{above,below}.Bug: Fix crashes related to bad locking when adding/removing a metric locator from the surrogate cache.
Bug: Fix potential integer overflow when using the
/fetchendpoint that could cause occasional incorrect results.CAQL: Fix account_id handling for histogram summary views.
CAQL: Add sensible default labels to histogram:percentile() output.
CAQL: Performance improvements to integrate() function.
CAQL: Leverage /fetch endpoint for find() operations. This is a significant performance improvement that should make CAQL find() operations much faster.
Changes in 0.18.3
2019-10-07
Support
__activity:start-endinside search query nodes.Prefix accelerate ART-based tag searches with escaped special characters (
/^foo\.bar\.baz\.[^a]*cpu_*/would previously prefix onlyfoo, but will now prefixfoo.bar.baz.)Performance improvements for raw data reconstitute.
Bug: Fix potential stack smash when writing items to the surrogate cache.
Changes in 0.18.2
2019-10-01
Performance improvements releated to opening raw timeshards.
Disable filesystem read-ahead on NNTBS shards to improve performance.
Various Performance improvements related to data fetching:
Less piecemeal work is performed, which means that long runs of fetches are performed in the same jobq and not fanned out as extensively.
epoch/apocalypse times for numeric fetches are accelerated using activity tracking.
The /rollup engine=dispatch endpoint now does a simple merge of nntbs and raw.
Legacy /rollup behaviour of a complex nntbs/raw/nntbs sandwich is available via engine=dispatch_coarsen.
Greatly improve performance when fetching rollup data for a stream that has no historic data before the starting time and for which there are many prior raw timeshards. This improves the fetch time from tens of seconds to tens of milliseconds.
The graphite series fetch functions no longer move the
fromparameter forward to limit leading nulls in output.Bug: Fix memory leaks in raw data iterator and surrogate db loading
Bug: Change the /fetch API endpoint to perform work in the snowth_fetch_remote and snowth_fetch_local jobqs. It was using an incorrect jobq before.
Bug: Fix use-after-free that could cause crashes when using the /fetch API endpoint.
Bug: Fix crash in graphite fetching when there are greater-than or equal-to the data replication value (W) nodes down.
Bug: Fix ck_fifo usage to prevent memory misuse that could lead to crashes when loading the surrogate DB or processing journal replication data.
Bug: Fix various potential crashes in reconstitute/rebalance.
Bug: Fix console web UI to prevent abusive loading of json data after a suspended connection is reestablished.
Bug: Replace confusing graphite fetch error messages with more coherent ones.
Changes in 0.18.1
2019-09-24
Change raw data reconstitute to use flatbuffers instead of M records. This will require all nodes in the cluster to be updated before reconstitute will work properly.
Add
surrogate_database/@{latest_future_bound,implicit_latest}and track the latest arriving value for metrics accordingly. Expose them via find according to alatestquery string parameter.Add ability to enable/disable the NNT Cache module via a POST command (/module/nnt_cache?active={0,1})
Add ability to manually flush the NNT Cache via a POST command (/module/nnt_cache/flush)
Performance improvements in database iteration - should improve both insert and fetch operations.
Support
**wildcard expansion in Graphite find queries.Bug: Ensure that all NNTBS data is transferred correctly during certain reconstitute edge cases, such as when the NNTBS metric was the final metric in a shard or if there are long gaps where there is no data for a metric resulting in the data not being stored in contiguous shards.
Bug: Ensure that surrogate db reconstitute is finished before inserting text and histogram records during reconstitute to avoid potential race conndition when updating the surrogate db.
CAQL: Support for labeling multiple output streams with label() function.
Changes in 0.18.0
2019-08-27
Remove outdated/broken
/activateendpointAdd additional safety to the topology compilation progress - fail to compile a topology if the write_copies value is higher than the number of nodes.
During data fetch, if no raw data is present, Graphite rollup span now aligns to the best NNT rollup available.
Improve performance, scale, and versatility of rebalance operations.
Bug: Fix broken topology change rejournal code - was writing data to ourselves pointlessly and was occasionally writing data with a bad topology.
Bug: Reject incoming data puts when node is ephemeral or not participating in current topology. Previously, this would cause crashes.
CAQL: Make use of activity period tracking to avoid fetching empty metrics.
Changes in 0.17.3
2019-08-15
Performance improvements to inter-node data journaling.
Bug: Fix prometheus module label equality searches for values beginning with
/or containing wildcard expansions*and?.Bug: Fix bug in reconstitute where the reconstituting node was not writing correct check name and account id data to the surrogate db
Bug: Fix crash when fetching raw numeric data using metric names that cannot be canonicalized.
Changes in 0.17.2
2019-07-29
Add ability to use hostnames in cluster topology files - previously, only IP addresses were allowed.
Improve performace by not updating indexes on non-metadata surrogate DB writes.
Bug: Fix Graphite sum egress function - the fetch was erroneously summing data that was already summed, resulting in reporting values that were larger than expected.
CAQL: Fix a bug in find() where fully completed queries would be reported as truncated
CAQL: Don't truncate find() queries that have been running for less than 4 seconds.
Changes in 0.17.1
2019-07-18
Bug: Various memory leaks fixed in the /fetch endpoint.
Allow snowth topologies to use names instead of just IPv4 addresses in the address attribute, they are resolved once at runtime compilation.
Bug: Fix external metadata replication getting stuck in a loop due to improper checkpoint parsing.
Changes in 0.17.0
2019-07-16
Prometheus and OpenTSDB integrations are now active by default for new installations. If you previously activated one or both of these modules in
/opt/circonus/etc/irondb-modules-site.conf, you may remove those configurations at your convenience after upgrading, though it will not be an error for the module to be configured more than once.Dump out query text to error log on a parse error with tag query finds.
Fix clustered reads in the prometheus module.
Increase default concurrency in process_journal and data_read jobqs.
Implement activity tracking for graphite queries.
Improve surrogate database loading speed.
Bug: Fix occassionaly crashes in pipelined replication journal receptions.
Bug: Optimize surrogate replay and prevent/repair corruption via auto-repair.
Bug: Fix condition where surrogate checkpoint would not complete if no surrogate activity has transpired since boot. This fixes many issues that were caused by this, such as deletes and raw data rollups getting stuck and not completing.
Bug: Fix issue where we'd occasionally return null data when doing a proxy using the rollup endpoint.
Bug: Fix memory leaks related to activity tracking.
CAQL: Return an error on find calls if no account information is found.
Changes in 0.16.3
2019-06-26
Add activity data to
tags/<id>/findJSON responses.Bug: Address inconsistent activity windows on single stream batch loading.
Bug: Fix consistency issue with in-memory indices of check/tag set-crdt data.
Bug: Fix potential crashes related to not acquiring the read lock before cloning an oil (ordered interval list) object for activity tracking.
Bug: Fix memory leaks that occur in the metrics database when using
findto search for metrics.
Changes in 0.16.2
2019-06-19
Change default text fetching to provide the prior value if the requested start offset is between recorded samples. Expose
lead=<true|false>query string parameter, defaulting to true, to turn this feature on or off.Bug: Fix crash on error in full delete with long metric names and tags.
Bug: Remove erroneous "missing activity cf" message in log on startup.
Bug: Remove temporary files accidentally left in /var/tmp during reconstitute.
Bug: Fix opentsdb parsing bug where we handled timestamps without decimal points incorrectly.
CAQL: Update docs.
Changes in 0.16.1
2019-06-04
Bug: Prevent null pointer exception in the data replication path when the check name is undefined.
CAQL: Assert that start times are before or equal to end times in queries.
Changes in 0.16.0
2019-05-28
WARNING: Downgrades will not be possible once this version is installed
Introduce a dedicated column family in the surrogate database to track activity. This results in reduced I/O workload.
Change histogram quantile/sum/mean operations to return approximations that minimize the relative error.
Non-histogram monitor metrics should be tracked as numeric or text, not histogram.
Ensure
/findendpoints emit valid JSON.Faster setmeta serialization for merge.
Increase default
surrogate_writerjob queue concurrency to6(from1).Fix race in metrics db (search indexes) where some metrics might be omitted during index construction.
Fix crash when
/rolluprollup_span ==0(and require rollup_span >0).Documentation: add Monitoring page describing how to obtain and optionally auto-store internal node statistics.
Bug/CAQL: Fix histogam:count_below() to also count samples in the current bucket, as the documentation states.
Bug/CAQL: histogram:stddev() will now return nan ("not a number") for histograms with a single value instead of
0.
Changes in 0.15.8
2019-05-09
/rollup/ and CAQL fetching functions now correctly defer reads on replication delay.
Incoming rest calls are now assigned task IDs based on either the X-Snowth-TaskId header or an an active zipkin trace id.
Performance improvements when debugging is disabled.
Allow graphite and opentsdb raw socket to accept tags with special characters.
Add surrogate checkpoint latency stats.
Added an optional header, "x-snowth-metadata-flush", to delete requests. If set to
0, this will disable metadata flushing.
Changes in 0.15.7
2019-05-01
CAQL: Fix regression introduced in version 0.15.6 that would cause some CAQL fetches to fail.
Changes in 0.15.6
2019-04-30
Fix a performance regression introduced by 0.15.5 where CPU usage could spike.
Performance improvements when looking up locations on the topology ring.
Ensure all journal replication threads are supplied with work. Previously, if more than one replication thread existed and there was not sufficient load to utilize all of them, some journal segments were not removed after their data was replicated. This led to increased disk usage over time, and was exacerbated by a change to the default journal replication concurrency in 0.15.3.
CAQL: Add type checking facilities to CAQL function arguments.
CAQL: histogram:count_*() processing on higher periods, was off by a factor of VIEW_PERIOD/60. This is corrected now.
CAQL: Expand label() functionality.
CAQL: Add tag() function.
Changes in 0.15.5
2019-04-23
Fix max_ingest_age and max_clock_skew parameters in graphite handling. max_clock_skew will default to the raw db max_clock_skew or else one day. Records will be elided if they are earlier than now - max_ingest_age or later than now + max_clock_skew.
Fix thread safety issues that could lead to occasional crashes.
CAQL: Fix
find:histogram_cum()functionality.CAQL: Performance Improvements.
Documentation: Add docs on the UI Internals tab, which contains a rich set of statistics for troubleshooting performance problems.
Changes in 0.15.4
2019-04-12
Fix startup crash bug in maintaining retention windows.
Fix reconstitute bug in cases of incomplete file reads.
Fix bug where multiple time retention maintenance jobs could run concurrently.
Performance improvements to inter-node gossip communications.
Support FlatBuffers requests in /histogram read endpoint.
Support backlog display and stats filtering in UI.
OpenTSDB ingestion is now an optional module.
CAQL: Increase the default histogram fetch limit to 3M.
CAQL: Accelerate sum/sub/prod/div operations.
CAQL: histogram:percentile and histogram:count_* operations now act on multiple input slots rather than just the first one.
Documentation: put
gpgcheck=0back into crash-reporting repo stanza for EL7. These packages are not produced by Circonus, we simply mirror them.
Changes in 0.15.3
2019-04-02
Limit search results to 10,000 items by default. This can be overridden by setting a request header,
x-snowth-advisory-limit, to a positive integer value. Setting it to -1 or "none" removes the limit.Change default journal replication concurrency from 1 to 4.
Memory leak and crash fixes.
Alter search to include check_tags if present.
Add flag to allow nodes to rebalance in parallel rather than forcing nodes to rebalance one at a time.
Various performance improvements.
Changes in 0.15.2
2019-03-27
Improved the CAQL label function to support name and tag extraction
Faster surrogate writes (adding new metrics and updating activity information)
Improve NNTBS timeshard open/close performance by reducing unnecessary locking
Support added for cumulative histograms at read time
Make rebalance more robust
Reduce graphite read workload on datasets with large timespans
Add native prometheus read/write endpoints
Fix crash under repetitive license violations
Changes in 0.15.1
2019-03-19
Add module to monitor IRONdb statistics internally and feed them back into the DB.
Changes in 0.15.0
2019-03-18
Add support for OpenTSDB data ingestion.
Add eventer callback names for events. This will aid in debugging if zipkin spans are enabled and collected.
Remove support for untagged surrogates and surrogate migration.
Add support for pulling tagged stats by adding a "format=tagged" querystring to the stats.json API endpoint.
Move error log "file already found" from snowthimport binary to the debug log.
Fix typo in statistics: "hits_meta" is now "hit_meta".
Changes in 0.14.18
2019-03-12
Support caching metric metadata in NNT cache.
Fix potential crashes and deadlocks in NNTBS timeshard open/close code.
Move graphite fetching code into a loadable module.
If you are upgrading a node that was initially installed with a version prior to 0.13, ensure that you have the necessary config files included from
/opt/circonus/etc/irondb.conf:Remove the
<eventer>stanza near the top of the file.Add the following two lines just below the include of
licenses.conf:<include file="irondb-modules.conf" snippet="true"/> <include file="irondb-eventer.conf" snippet="true"/>
Changes in 0.14.17
2019-03-11
Make efficiency changes to internal locking mechanisms to improve CPU utilization.
Fix bug where metadata deletions could break in-memory indexes.
Add optional NNTBS data cache to improve performance and reduce database iterations.
Installer: Create "metadata" directory and configuration setting. This directory is not currently used in standalone IRONdb installations.
Changes in 0.14.16
2019-02-25
Fix bug in node proxy code that caused incorrect timeout values to be used.
Fix various issues regarding using timeouts incorrectly during graphite data fetches.
Fix memory leaks that could occur during graphite error cases.
Changes in 0.14.15
2019-02-20
Add optional metric prefix parameter to /tag_cats and /tag_vals APIs.
Changes in 0.14.14
2019-02-15
Node will now log error and exit when writes to rocksdb fail - previously, it would log the message and continue running, which could lead to data loss.
Fix off-by-one area in internal metric data storage struct that could cause potential crashes.
Added support for FlatBuffer requests to the
/graphite/tags/findendpoint, which will greatly improve performance for users using Graphite 1.1.Fix license expiration date display bug on GUI.
Changes in 0.14.13
2019-02-07
Fix stats and dashboard for NNTBS data
Enhance snowthsurrogatecontrol to dump all fields, as well as reverse or deleted records.
Fix various bugs that could result in crashes or deadlocks.
Various performance improvements.
Improvements to Graphite tag search - respect Graphite name hierarchy in search results.
Changes in 0.14.12
2019-01-17
Fix proxy bug in the
/findAPI where certain proxy calls were being truncated, leading to incomplete results.Added each:sub(x) and each:exp(x) operators to CAQL.
Performance improvements to full metric delete.
Deduplicate surrogate IDs from the database on startup.
Changes in 0.14.11
2019-01-08
Fix bug where tagged metrics were not being loaded into the surrogate cache at startup correctly.
Tune the surrogate asynch update journal settings to improve performance.
Changes in 0.14.10
2018-12-24
Eliminate raw delete timeout.
Fix bugs in surrogate DB serialization and add additional key validation on deserialization.
Changes in 0.14.9
2018-12-17
Two related bug fixes in the surrogate DB that manifest with metrics whose total stream tag length is more than 127 characters. Metrics with such tag sets could appear to be missing from search results. Metrics that do not have any stream tags, or whose total tag set is less than 127 characters, are not affected.
Performance improvements to full delete.
Fix a bug that could cause crashes during reconstitute.
Changes in 0.14.8
2018-12-13
Add optional metric delete debugging.
Fix bug that causes hanging when trying to delete certain metrics.
Fix occasional crash related to reading NNTBS data.
Changes in 0.14.7
2018-12-05
Fix a bug where reconstitute process could get deadlocked and not make progress.
Fix a potential crash that could occur when reconstituting surrogate data.
Fix a bug where deleting a metric on a system would not remove the surrogate entry if the metric was not local to the node.
Changes in 0.14.6
2018-12-03
Fix bug where text and histogram data transfer could get hung during reconstitute.
Changes in 0.14.5
2018-11-30
Reclassify an error message as a debug message - message occurs in a situation that is not a malfunction and can fill the logs.
Changes in 0.14.4
2018-11-29
Fix crash in metric serialization.
Changes in 0.14.3
2018-11-29
Several memory leaks fixed.
Fix reconstitute bug edge case where certain metric names would cause the reconstitute to spin/cease progress.
Fix bug where certain HTTP requests could hang.
Change default raw db conflict resolver to allow overriding old data with flatbuffer data from a higher generation.
Documentation: Add configuration section describing the surrogate database and its options.
Documentation: Mark
/readnumeric API as deprecated. The rollup API should be used instead.
Changes in 0.14.2
2018-11-19
Several memory leaks fixed.
Improved memory utilization.
Performance improvements.
Increased speed of surrogate cache loading at startup.
Add
snowthsurrogatecontroltool, which allows offline review and modification of the surrogate database.
Changes in 0.14.1
2018-11-09
Improvements to raw-to-NNTBS rollup speeds.
Fix error messages that were printing an uninitialized variable.
Handle escaped Graphite expansions that are leaves.
Performance improvements via smarter use of locking.
More aggressive memory reclamation.
Changes in 0.14.0
2018-11-01
Change some internal HTTP response codes to be more REST compliant/accurate.
Improve error checking when opening NNTBS timeshards.
Improve surrogate DB startup informational logging.
Various memory usage optimizations to reduce the amount of memory needed for snowthd to operate.
Remove global variables from Backtrace.io traces.
Add ability to delete surrogates from the system that are no longer used.
Remove temporary files used during reconstitute - there were a handful of files staying on disk and taking up space unnecessarily.
Increase timeout for pulling raw data during reconstitutes.
Move duplicate startup message to debug log - not actually an error, so should not be reported as one.
Adopt multi-level hash strategy for graphite searches. The goal here is to be faster and more memory-efficient, with a focus on memory efficiency.
Fix logging bug where long lines could end up running together.
Fix crash bug in histogram fetching API.
Changes in 0.13.9
2018-10-16
Installer and startup wrapper will update ownership of
/opt/circonus/etcand/opt/circonus/etc/irondb.confto allow for automatic updating of the topology configuration during rebalance operations.Performance improvements to parsing surrogate database at startup.
Fix some potential crashes.
Disable saving ptrace stdout output files in the default circonus-watchdog.conf file.
Changes in 0.13.8
2018-10-12
Expose more jobq modification via console.
Fix wildcard/regex queries inside tag categories.
Fix issue where certian job queues could have concurrency of zero, causing deadlock.
Add activity ranges to tag_cats/vals.
Add category param to tag_vals.
Changes in 0.13.7
2018-10-11
Documentation: fix missing rebalance state.
Add log deduplication to avoid spamming errorlog with identical messages.
Fix potential deadlock that could be triggered when forking off a process to be monitored by the watchdog.
Fix some potential crashes/memory leaks.
When loading a new topology, return 200 status instead of 500 if the topology is already loaded.
Support tag removal.
Performance/stability improvements for activity list operations.
Changes in 0.13.6
2018-10-01
Move Zipkin setup messages out of the error log and into the debug log.
Skip unparseable metric_locators during replication.
Turn off sync writes in tagged surrogate writer.
Fix potential crashes when check_name is NULL.
Changes in 0.13.5
2018-09-25
Disable asynch core dumps by default.
Use the metric source for incoming metrics instead of hardcoding to RECONNOITER.
Fix some potential use-after-free crashes.
Fixed a crash where we would erroneously assume null termination.
Performance and correctness fixes to internal locking mechanism.
Fix some instances where we would potentially attempt to access a null metric name.
Changes in 0.13.4
2018-09-21
Installer bug since 0.13.1 set incorrect ZFS properties on some datasets. New installs of 0.13.1 or later may need to run the following commands to restore the correct property values. Existing deployments that upgraded from version 0.13 or earlier were not affected.
zfs inherit -r quota <poolname>/irondb/data
zfs inherit -r quota <poolname>/irondb/nntbs
zfs inherit -r quota <poolname>/irondb/hist
zfs inherit -r quota <poolname>/irondb/localstate
zfs inherit -r quota <poolname>/irondb/logs
zfs inherit -r quota <poolname>/irondb/lua
zfs inherit -r quota <poolname>/irondb/metric_name_db
zfs inherit -r logbias <poolname>/irondb/redo
zfs inherit -r logbias <poolname>/irondb/textFix memory leaks and invalid access errors that could potentially lead to crashes.
Changes in 0.13.3
2018-09-18
Fix hashing function for the reverse surrogate cache.
Fix loading of metrics db index when iterating surrogate entries on startup.
Improve logging for surrogate db when there are ID collisions.
Accept check name and source in /surrogate/put - do not allow duplicate surrogate ids in the cache.
Performance improvements to inter-node gossip and NNTBS data writing.
Allow purging metrics from in-memory cache.
Fix some potential crashes on unexpected data.
Allow using tag search to define retention period for metrics.
Changes in 0.13.2
2018-09-13
Fixes for journal surrogate puts and activity rebuilds.
Fix bug where software would loop forever if journal writes were in the future.
Changes in 0.13.1
2018-09-11
Various performance improvements.
Use progressive locks in surrogate DB.
Documentation: fix incorrect header name for raw data submission with Flatbuffer.
Allow deleting metrics by tag.
Allow deleting all metrics in a check.
Allowing deleting metrics based on a wildcard for NNT, text, or histogram data.
Allow 4096 chars for metric name ingestion
New CAQL function:
group_by:*package provides functions to aggregate metrics by tags
Changes in 0.13
2018-08-15
Service config change for EL7: We now ship a native systemd service unit configuration, rather than a traditional init script. The unit name remains the same, but any configuration management or other scripting that used the
chkconfigandservicecommands should be updated to usesystemctl.Installer: better validation of user input.
Config option to disable Activity Tracking which can cause write latency spikes at higher ingest volumes. A fix for this behavior will be coming in a future release.
Add an attribute,
activity_tracking="false"to the<surrogate_database>line inirondb.confto disable tracking.Note that certain search parameters that depend on activity tracking will not work while tracking is disabled, and may not be accurate if tracking is reenabled after some time. Any search query that uses
activity_start_secsoractivity_end_secswill not work when tracking is disabled.
Memory leak fixes in Graphite result handling.
New CAQL functions:
each:*package provides functions that operate on all input slots at once. CAQL Reference: package eachTopKglobal function returns the topkstreams over the currentVIEW_RANGEusing either ameanormaxcomparator. CAQL Reference: global functions
Changes in 0.12.5
2018-08-07
Crash fix on unparseable metric names
Journal fix in pre_commit mmap space
Changes in 0.12.4
2018-08-02
More memory leak fixes
Fixes for graphite tag support
Fix for greedy name matching in graphite queries
Support blank tag values
CAQL if statements and negation operators
CAQL optimizations
Support for building/rebuilding higher level rollups from lower level rollups
Rebalance adds a new completion state to fix races when finishing rebalance ops
Changes in 0.12.3
2018-07-12
More memory leak fixes in name searches
Rebalance fixes
Embed a default license if one isn't provided
Support for raw deletes
Documentation changes:
Add raw delete API
Changes in 0.12.2
2018-07-09
Fix memory leak in name searches
Changes in 0.12.1 (unreleased)
2018-07-09
Enable heap profiling
Changes in 0.12
2018-07-05
This release brings several major new features and represents months of hard work by our Engineering and Operations teams.
New feature: Stream Tags
These are tags that affect the name of a metric stream. They are represented as
category:valuepairs, and are searchable.Each unique combination of metric name and tag list counts as a new metric stream for licensing purposes.
New feature: Activity Tracking
Quickly determine time ranges when a given metric or group of metrics was being collected.
New feature: Configurable rollup retention for numeric data.
Retention is per rollup period defined in configuration.
Operations: There is a one-time operation on the first startup when upgrading to version
0.12.As part of Stream Tags support, the metric_name_database has been combined with another internal index and is no longer stored separately on disk.
The metric name database was always read into memory at startup. After the one-time conversion, its information will be extracted from the other index on subsequent startups. The time to complete the conversion includes the same amount of time to read the existing metric name database as well as to write out an updated index entry for each record encountered. Therefore, it is proportional to the number of unique metric streams stored on this node.
Operations: The
raw_databaseoption rollup_strategy now defaults toraw_iteratorif not specified.If upgrading with a config that does not specify a
rollup_strategy, an active rollup operation will start over on the timeshard it was processing.
Operations: Add the ability to cancel a sweep delete operation.
Operations: Remove the reconstitute-reset option (
-E) and replace with a more complete solution in the form of a script,reset_reconstitute, that will enable the operator to remove all local data and start a fresh rebuild.CAQL: add methods
time:epoch()andtime:tz()Installer: use default ZFS recordsize (128K) for NNT data. This has been shown experimentally to yield significantly better compression ratios. Existing installations will not see any change. To immediately effect these changes on an existing install, issue the following two commands:
zfs inherit -r recordsize <pool>/irondb/data
zfs inherit -r recordsize <pool>/irondb/nntbswhere <pool> is the zpool name. Users of versions < 0.11.1 can omit the second command (this dataset will not be present.) The recordsize change only affects new writes; existing data remains at the previous recordsize. If the full benefit of the change is desired, a node rebuild may be performed.
Documentation: Raw Submission API documentation for already required X-Snowth-Datapoints header
Documentation: Text and Histogram deletion APIs were out of date.
Documentation: Update formatting on API pages, which were auto-converted from a previous format.
Performance and stability fixes too numerous to list here, though there are some highlights:
Converted UUID handling from libuuid to libmtev's faster implementation.
Optimized replication speed.
Changes in 0.11.18
2018-04-12
Fix a bug causing unnecessary duplicated work during sweep deletes
Changes in 0.11.17
2018-04-10
Fix for http header parsing edge case
Changes in 0.11.16
2018-04-09
Allow control over max ingest age for graphite data via config
Optionally provide graphite find and series queries as flatbuffer data
Fix epoch metadata fetch for NNTBS data
Reconstitute state saving bug fixes
Fix cleanup of journal data post replication
Documentation changes:
Add hardware selection advice and system profiles
Correct color rules for latency summaries
Various small doc fixes
Changes in 0.11.15
2018-03-23
Fix potential use-after-free in raw numeric fetch path.
Various fixes to NNTBS batch conversion.
Crash fixes when dealing with NNTBS shards.
UI changes for Replication Latency display:
Initially all remote node latencies are hidden, with just the heading displayed. Click on a heading to expand the remote node listing.
A node's average replication latency is now displayed at the right end of the heading, and color-coded.
Disable Lua modules when in reconstitute mode.
Don't hold on to NNT filehandles after converting them to NNTBS.
Documentation changes:
Include files and Lua modules.
New UI replication tab display.
Changes in 0.11.14
2018-03-13
Fix bug in NNT reconstitution
Changes in 0.11.13 (unreleased)
2018-03-12
Fix for throttling during reconstitute operations
Several small fixes and cleanups
Changes in 0.11.12
2018-03-08
Add an offline NNT to NNTBS conversion mode.
Default conversion is "lazy", as NNT metrics are read.
For read-heavy environments this may produce too much load, so the offline option can be used to take one node at a time out of the cluster and batch-convert all its NNT files to NNTBS block storage.
Performance improvements to gossip replication, avoids watchdog timeout in some configurations.
Fix several crash bugs in reconstitute, NNTBS, and journaling.
Silence noisy error printing during NNTBS conversion.
Formatting fix to a gossip error message (missing newline).
Documentation changes:
Add NNTBS dataset to reconstitute procedure.
New NNTBS conversion-only operations mode (
-N).Clarify that in sided clusters, write copies are distributed as evenly as possible across both sides.
Show the gossip age values that lead to green/yellow/red display in the Replication Latency UI tab.
Changes in 0.11.11
2018-02-23
Final deadlock fixes for timeshard management
Protect against unparseable json coming back from proxy calls
Changes in 0.11.10
2018-02-22
More deadlock fixes for timeshard management
Documentation changes:
Note the lazy migration strategy for NNT to NNTBS conversion.
Changes in 0.11.9
2018-02-20
Fix deadlock that can be hit when attempting to delete a shard during heavy read activity.
Use new libmtev
max_backlogAPI to shed load under extreme conditions.Internal RocksDB tuning to reduce memory footprint, reduce file reads and improve performance.
Add a tool to repair the raw DB if it gets corrupted, as with an unexpected system shutdown.
Configuration changes:
Add a "startup" log to shift certain initialization logs out of the errorlog.
Reduces clutter and makes it easier to see when your instance is up and running.
New installs will have this log enabled by default, written to
/irondb/logs/startuplogand rotated on the same policy aserrorlog.To enable on an existing installation, add this line to
/opt/circonus/etc/irondb.conf, in the<logs>stanza (on a single line):
<log name="notice/startup" type="file" path="/irondb/logs/startuplog"
timestamps="on" rotate_seconds="86400" retain_seconds="604800"/>Documentation changes:
Appendix with cluster sizing recommendations.
GET method for
sweep_deletestatus.
Changes in 0.11.8
2018-02-09
Minor fix to reduce error logging
Changes in 0.11.7
2018-02-08
Minor fixes for histogram database migration
Documentation changes:
Add new section on
nntbsconfiguration
Changes in 0.11.6
2018-02-08
NNTBS timesharded implementation
Changes for supporting very large reconstitution
Do raw database reconstitution in parallel for speed
Documentation changes:
Add new section on the
sweep_deleteAPI, useful for implementing retention policiesAdd new section on migrating to a new cluster from an existing one.
Add page documenting
snowthdcommand-line options.
Changes in 0.11.5
2018-01-23
Yield during reconstitute/rebalance inside NNTBS to prevent starvation of other ops
Changes in 0.11.4
2018-01-22
Fix for iterator re-use in error edge case
Changes in 0.11.3
2018-01-22
Safety fix for rollup code
Corruption fix on hard shutdown or power loss
Changes in 0.11.2
2018-01-18
Crash fix for rollup code
Lock fix for conversion code
Changes for new installations - new installations will have different defaults for
<raw_database>settings:granularitygoes from 1 day to 1 week.min_delete_agegoes from 3 days to 4 weeks.delete_after_quiescent_agegoes from 12 hours to 2 hours.rollup_strategywas added. It is fine to mix new nodes installed with these settings with older nodes who have the older settings. It is not fine to change these settings on an existing installation.
Documentation changes:
Describe
rollup_strategyin the<raw_database>config
Changes in 0.11.1
2018-01-18
Fixes for NNTBS
Add NNTBS stats to admin UI
Various smaller fixes
Changes in 0.11
2018-01-12
Store rollup data in a new format yielding better performance on insert and rollup (NNTBS)
Performance improvements for lua extensions
Reduce logging to error sink
Many smaller fixes and improvements
Dropped support for OmniOS (RIP)
Changes in 0.10.19
2017-12-18
Improve rollup speed by iterating in a more natural DB order, with additional parallelization.
The
setup-irondbscript will now log its output, in addition to stdout. It will log to/var/log/irondb-setup.logand if run multiple times will keep up to five (5) previous logs.The snowthimport tool will now fail with an error if the topology input file contains any node IDs with uppercase letters.
Documentation changes:
Note that all supplied UUIDs during initial setup and cluster configuration should be lowercase. If uppercase UUIDs are supplied, they will be lowercased and a warning logged by setup.
Changes in 0.10.18
2017-12-06
Fix crash in fair queueing
Finish moving rollups to their own jobq
Changes in 0.10.17
2017-12-05
Restore fdatasync behavior from rocksdb 4.5.1 release
Move rollups to their own jobq so as to not interfere with normal reads
Implement fair job queueing for reads so large read jobs cannot starve out other smaller reads
Changes in 0.10.16
2017-11-27
New rocksdb library version 5.8.6
Changes in 0.10.15
2017-11-21
More aggressively load shed by forcing local data fetch jobs to obey timeouts
Changes in 0.10.14
2017-11-20
Allow config driven control over the concurrency of the data_read_jobq
Short circuit local data read jobs if the timeout has elapsed
Add all hidden stats to internal UI tab
Changes in 0.10.13
2017-11-17
Fix potential double free crash upon query cache expiry
Changes in 0.10.12
2017-11-15
Lock free cache for topology hashes
Fix graphite response when we have no data for a known metric name
Changes in 0.10.11
2017-11-13
Disable cache for topology hashes due to live lock
Changes in 0.10.10
2017-11-13
Validate incoming /metrics/find queries are well formed
Move query cache to an LFU
Changes in 0.10.9
2017-11-10
Fix for crash on extremely long /metrics/find queries
Changes in 0.10.8
2017-11-09
IRONdb now supports listening via the Pickle protocol.
Multiple whisper2nnt changes:
Add
--writecountargument for limiting the number of data points submitted per requestSubmit to the primary owning node for a given metric
Disable HTTP keepalive
Add
--find_closest_nameparameter. This is needed for sites that do name manipulation via modules in the metric_name_db and submit metrics with one name but search on them with another name. For example, a metric would get submitted that resemblesfoo.bar_avgand returned from the metric_name_db asfoo.bar. Ingestion of whisper data has to use thefoo.bar_avgname but whisper files on disk do not follow this format. To combat this a new switch which uses the/graphite/metrics/findurl to lookup an already ingested name based on the whisper name as a prefix and uses that name for metric submission under NNT.
Changes in 0.10.7
2017-11-03
Prevent OOM conditions when there are large chunks of new metric_name_db values
Pre-populate the metric_name_db cache on startup
Replace usage of fnmatch with PCRE, fixing some cases where fnmatch fails
Allow proxied metrics/find queries to utilize the cache
Changes in 0.10.6
2017-10-31
Increased parallelism in metric_name_db maintenance
whisper2nnt: include in submission those archives with a period coarser than the minimum
whisper2nnt: re-raise exception after two consecutive submission failures
Better error handling for topology loading failures
Several memory-related bug fixes
Documentation changes:
The IRONdb Relay installer no longer insists on ZFS, and creates directories instead.
Explicitly document that cluster resize/rebalance does not support changes to "sidedness". A new cluster and full reconstitute is required for changing to/from a sided cluster.
Changes in 0.10.5
2017-10-24
Eliminate lock contention on a hot path when debugging is not enabled.
Correct a logic error in choosing the most up-to-date node when proxying.
Fix escaped wildcard queries when proxy-querying leaf nodes.
Log-and-skip rather than crash on flatbuffer read errors.
Crash fix for stack underflow.
Several whisper2nnt fixes:
Retry submissions when a connection to IRONdb is reset.
Sort output before submitting to IRONdb, avoids rewinding epoch on numeric data files.
New arguments to help with debugging:
--debug,--noop
Includes libmtev fix for a startup issue with file permissions.
Changes in 0.10.4
2017-10-12
Fixes for reconstitute status handling.
Fix use-after-free in graphite GET path.
Documentation changes:
Add documentation for irondb-relay, a cluster-aware carbon-relay/carbon-c-relay replacement.
Merge content for deleting numeric metrics and entire checks.
Changes in 0.10.3
2017-10-06
Ensure metrics injected via whisper2nnt tool are visible.
Changes in 0.10.2
2017-10-05
Another late-breaking fix to speed up writes to the metric_name_db.
Changes in 0.10.1
2017-10-05
Late-breaking optimization to avoid sending /metrics/find requests to down nodes.
Changes in 0.10.0
2017-10-04
New replication protocol format, utilizing Google FlatBuffers. This is a backward-incompatible change. A typical rolling upgrade should be performed, but nodes will not send replication data until they detect FlatBuffer support on the other end. As a result, there may be increased replication latency until all nodes are upgraded.
Improved error handling during reconstitute.
Documentation changes:
New page documenting cluster resizing procedures.
Add system tuning suggestions to the Installation page.
Changes in 0.9.11
2017-09-22
Reconstitute fixes.
Fix a bug that prevents a graphite listener from running properly with SSL/TLS on.
Changes in 0.9.10
2017-09-15
Fix bugs in proxying graphite requests where unnecessary work was being triggered.
Generated JSON was badly formatted when mixing remote and local results.
Add internal timeout support for graphite fetches.
Optimize JSON construction for proxy requests.
Enable gzip compression on reconstitute requests.
Documentation changes:
New page documenting the configuration files.
Changes in 0.9.9
2017-09-13
Split graphite metric fetches into separate threads for node-local vs. remote to improve read latency
Provide a configuration option for toggling LZ4 compression on journal sends (WAL replay to other cluster nodes). The default is on (use compression) and is best for most users.
To disable compression on journal sends, set an attribute
send_compressed="false"on the<journal>node inirondb.conf.
Documentation changes:
Added instructions for rebuilding failed or damaged nodes
Changes in 0.9.8
2017-09-11
Optimize JSON processing on metrics_find responses.
Additional fixes to timeouts to prevent cascading congestion on metrics_find queries.
Changes in 0.9.7
2017-09-08
Fix for potential thundering herd on metrics_find queries
Changes in 0.9.6
2017-09-07
Fix a performance regression from 0.9.5 in topology placement calculations
Various minor fixes
Changes in 0.9.5
2017-09-05
Fix lookup key for topology in flatbuffer-based ingestion. Flatbuffer ingestion format is currently only used by the experimental irondb-relay.
Update to new libmtev config API
Changes in 0.9.4
2017-08-18
Various fixes
Changes in 0.9.3
2017-08-16
Fix race condition on Linux with dlopen() of libzfs
Crash fix: skip blank metric names during rollup
Return the first level of metrics_db properly on certain wildcard queries
More efficient Graphite metric parsing
Changes in 0.9.2
2017-08-04
Improve query read speed when synthesizing rollups from raw data
Fix double-free crash in handling of series_multi requests
Changes in 0.9.1
2017-08-01
Fix crash in topology handling for clusters of more than 10 nodes
Check topology configuration more carefully on initial import
Various stability fixes
Document network ports and protocols required for operation
Changes in 0.9.0
2017-07-13
Support for parallelizing rollups, which can be activated by adding a "rollup" element to the
<pools>section ofirondb.conf, with a "concurrency" attribute:<pools> ... <rollup concurrency="N"/> </pools>where
Nis an integer in the range from 1 up to the value ofnnt_putconcurrency but not greater than 16. If not specified, rollups will remain serialized (concurrency of 1). A value of 4 has been shown to provide the most improvement over serialized rollups.Fix for watchdog-panic when fetching large volumes of data via graphite endpoints.
Stop stripping NULLs from beginning and end of graphite responses.
Do not return graphite metric data from before the start of collection for that metric.
Optimization for graphite fetches through the storage finder plugin.
Changes to support data ingestion from new irondb-relay.
Changes in 0.8.35
2017-06-27
Add an option to not use database rollup logic when responding to graphite queries
Changes in 0.8.34
2017-06-26
Throughput optimizations
Changes in 0.8.33
2017-06-26
Fix a bug in database comparator introduced in 0.8.30
Changes in 0.8.32
2017-06-22
Fix a bug with ZFS on Linux integration in the admin UI that caused a segfault on startup.
Changes in 0.8.31
unreleased
Changes in 0.8.30
2017-06-21
Optimizations for raw data ingestion.
Better internal defaults for raw metrics database, to reduce compaction stalls, improving throughput.
Cache SHA256 hashes in topology-handling code to reduce CPU consumption.
Fix memory-usage errors in LRU cache for Graphite queries.
Fix memory leaks relating to replication journals.
Fix for failed deletes due to filename-too-long errors.
Changes in 0.8.29
unreleased
Changes in 0.8.28
unreleased
Changes in 0.8.27
2017-06-12
Fix a bug that caused contention between reads and writes during rollup.
Reduce contention in the raw database write path.
Changes in 0.8.26
2017-06-02
Fix LRU-cache bug for metric queries.
Changes in 0.8.25
2017-05-31
Graphite request proxying preserves original start/end timestamps.
Increase replication performance by bulk-reading from the write-ahead log.
Improve reconstitute performance.
Fix several memory leaks.
Note: 0.8.24 was an unreleased internal version. Its changes are included here.
Changes in 0.8.23
2017-05-18
Cache /metrics/find queries.
Improved journaling performance.
Additional bug fixes.
Changes in 0.8.22
2017-05-16
Efficiency improvement in Graphite queries; we now strip NULLs from both ends of the returned response.
Fix a bug in Graphite query that would return a closely related metric instead of the requested one.
Fix a bug that caused us to request millisecond resolution when zoomed out too far, and 1-day would be better.
First draft of a progress UI for reconstitute.
Changes in 0.8.21
2017-05-15
Inspect and repair write-ahead journal on open.
Add a statistic for
total_put_tuples, covering all metric types.(libmtev) Use locks to protect against cross-thread releases.
Changes in 0.8.20
2017-05-10
Fix for brace expansion in Graphite metric name queries.
Resume in-progress rollups after application restart.
Improved reconstitute handling.
Minor UI fix for displaying sub-minute rollups.
Crash and memory leak fixes.
Changes in 0.8.19
2017-05-03
Lower default batch size for replication log processing from 500K to 50K messages. Can still be tuned higher if necessary.
Improve ingestion performance in the Graphite listener.
Changes in 0.8.18
2017-04-28
Fix potential races in replication.
Speed up metric querying.
Changes in 0.8.17
2017-04-27
(libmtev) Crash fix in HTTP request handling.
Disable watchdog timer during long-running operations at startup.
Limit writing metrics forward into new time shards.
Add multi-threaded replication.
Changes in 0.8.16
2017-04-24
Support brace expansion and escaped queries for Graphite requests.
Faster reconstituting of raw data.
Fix metric name handling during reconstitute.
Changes in 0.8.15
2017-04-20
Move Graphite listener connection processing off the main thread to avoid blocking.
Changes in 0.8.14
2017-04-19
Improve replicate_journal message handling.
Speed up journal processing.
Increase write buffer and block size in raw database to reduce write stalls.
Changes in 0.8.13
2017-04-14
Reduce CPU usage on journal_reader threads.
Fix crash during rollup when rewinding the epoch of a data file.
Increase default read buffer size for Graphite listener.
Use proper libcurl error defines in replication code.
Changes in 0.8.12
2017-04-12
Remove problematic usage of alloca().
Add lz4f support to reconstitute.
Changes in 0.8.11
2017-04-05
Speed up reconstitute through parallel processing.
Changes in 0.8.10
2017-04-04
Improve throughput via socket and send-buffer tuning fixes.
Fix watchdog timeouts when reloading large metric databases.
Changes in 0.8.9
2017-04-03
Preserve null termination in metric names for proper duplicate detection.
Changes in 0.8.8
2017-03-31
Turn off gzip in reconstitute, as testing shows throughput is better without it.
Avoid performing rollups or deletions on a reconstituting node.
Memory leak fixes.
Changes in 0.8.7
2017-03-24
Performance fixes for reconstitute.
Memory leak fixes.
Changes in 0.8.6
2017-03-21
Fix internal wildcard queries, and limit Graphite metric names to 256 levels.
Changes in 0.8.5
2017-03-17
Build Graphite responses using
mtev_jsoninstead of custom strings.
Changes in 0.8.4
2017-03-14
Set a maximum metric name length on ingestion.
Changes in 0.8.3
2017-03-10
Various replication fixes.
Fixes for parsing errors and startup crashes.
Changes in 0.8.2
2017-03-01
Reject Graphite metrics with an encoded length greater than 255.
Changes in 0.8.1
2017-02-27
Internal testing fixes.
Changes in 0.8
2017-02-27
De-duplicate proxied requests.
Deal with unparseably large number strings.
Changes in 0.7
2017-02-23
Add raw ingestion.
Stricter Graphite record parsing.
Memory leak and header-parsing fixes.
Changes in 0.6
2017-02-15
Better handling of JSON parse errors during reconstitute.
Enable
Accept-Encoding: gzip, compress outgoing replication POSTs with lz4f.Optimize UUID comparison to speed up reconstitute.
Changes in 0.5
2017-01-31
Fix crash from Graphite listener connection handling.
Refactor text metric processing in preparation for raw database.
Changes in 0.4
2017-01-16
Fix rollup span calculation for Graphite fetches.
Support getting the topology configuration from an included config file.
Changes in 0.3
2016-12-29
Allow reconstituting of individual data types.
UI fixes for displaying licenses.
Memory leak, crash and hang fixes.
Changes in 0.2
2016-11-29
Don't recaclulate
counter_stddevwhen counter inNaN.
Changes in 0.1
2016-11-29
Add Graphite support.
Changes in 0.0.2
2016-11-21
Fix issues with various inputs being
NaN.
Changes in 0.0.1
2016-11-17
Initial version. Start of "IRONdb" branding of Circonus's internal TSDB implementation.
Last updated
Was this helpful?