Revisions of influxdb
buildservice-autocommit
accepted
request 741339
from
Martin Pluskal (pluskalm)
(revision 27)
baserev update by copy to link target
Martin Pluskal (pluskalm)
accepted
request 741197
from
Dirk Mueller (dirkmueller)
(revision 26)
- update to 1.7.8: * Update flux to 0.36.2 Bugfixes: #14264: Fix Prometheus read panic. #14271: Remove stray fmt.Println in tsm1.StringArrayEncodeAll. #14286: Fix issue where fields re-appear after DROP MEASUREMENT. #14295: Remove a dubugging println call. #14307: Subquery ordering with aggregates in descending mode was wrong. #14402: Fix the http handler to not mislabel series as partial. #14557: fix(query): make show series exact cardinality count only distinct series. #14593: fix(query/compile.go): time range was exceeding min/max bounds under …. #13441: Fix the sort order for aggregates so that they are sorted by tag and then time. #13459: Fill resets the previous value when a new series or window is encountered. #13463: Use the timezone when evaluating time literals in subqueries. #13566: Fix csv decoder bug where empty tag values cause an array index panic. #13697: Remove query language from version command. #13837: Fix open/close race in SeriesFile. #13854: Fix the ordering for selectors within a subquery with different outer tags. #13860: Sync series segment after truncate. #14083: Don't panic when length of source slice is too large.
buildservice-autocommit
accepted
request 711854
from
Martin Pluskal (pluskalm)
(revision 25)
baserev update by copy to link target
Martin Pluskal (pluskalm)
accepted
request 711843
from
Dirk Mueller (dirkmueller)
(revision 24)
- update to 1.7.6: * Over 200 features, bugfixes and security fixes, see https://docs.influxdata.com/influxdb/v1.7/about_the_project/releasenotes-changelog/ Breaking Changes: * Chunked query was added into the Go client v2 interface. * If math is used with the same selector multiple times, it will now act as a selector rather than an aggregate. See #9563 for details. * For data received from Prometheus endpoints, every Prometheus measurement is now stored in its own InfluxDB measurement rather than storing everything in the _ measurement using the Prometheus measurement name as the __name__ label. Highlights of the Features: * Flux v0.7 technical preview * Time Series Index (TSI) query performance and throughputs improvements * Support proxy environment variables in the influx client. * Implement basic trigonometry functions. * Add ability to delete many series with predicate. * Implement floor, ceil, and round functions. * Add more math functions to InfluxQL. * Allow customizing the unix socket group and permissions created by the server. * Add suppress-write-log option to disable the write log when the log is enabled. * Add additional technical analysis algorithms. * Log information about index version during startup. * Add key sanitization to deletetsm command in influx_inspect utility. * Optimize the spread function to process points iteratively instead of in batch. * Allow math functions to be used in the condition. * Add HTTP write throttle settings: max-concurrent-write-limit, max-enqueued-write-limit, and enqueued-write-timeout. * Implement SHOW STATS FOR indexes. * Add dumptsmwal command to influx_inspect utility. * Improve the number of regex patterns that are optimized to static OR conditions.
buildservice-autocommit
accepted
request 694012
from
Matwey Kornilov (matwey)
(revision 23)
baserev update by copy to link target
Matwey Kornilov (matwey)
accepted
request 693925
from
Dirk Mueller (dirkmueller)
(revision 22)
- update to 1.5.5: * reduce allocations in TSI TagSets implementation. * tsdb: Copy return value of IndexSet.MeasurementNamesByExpr * Ensure orphaned series cleaned up with shard drop. * Fix the derivative and others time ranges for aggregate data. * Fix the stream iterator to not ignore errors. * Do not panic when a series ID iterator is nil. * Fix panic in IndexSet. * Pass the query authorizer to subqueries. * Fix TSM1 panic on reader error.
buildservice-autocommit
accepted
request 668278
from
Matwey Kornilov (matwey)
(revision 21)
baserev update by copy to link target
Matwey Kornilov (matwey)
accepted
request 668259
from
Thomas Bechtold (tbechtold)
(revision 20)
- Fix permissions and add (noreplace) for /etc/influxdb/config.toml The file should be readable by the influxdb group and not readable by anybody else. Also it shouldn't be replaced on package upgrades when the file was modified. - Use %license macro - Use %tmpfiles_create macro when systemd is used - Use /run instead of /var/run
Dominique Leuenberger (dimstar_suse)
accepted
request 640281
from
Matwey Kornilov (matwey)
(revision 19)
initialized devel package after accepting 640281
Martin Pluskal (pluskalm)
accepted
request 640074
from
Matwey Kornilov (matwey)
(revision 18)
Misc fixes to make Factory happy.
Tuukka Pasanen (illuusio)
accepted
request 636844
from
Matwey Kornilov (matwey)
(revision 17)
- Put README.packaging into Source
Martin Pluskal (pluskalm)
accepted
request 626114
from
Matwey Kornilov (matwey)
(revision 16)
- Update 1.5.4: * [1.5] Fix panic in readTombstoneV4. * buildtsi: Do not escape measurement names. * Fix the validation for multiple nested distinct calls. * Return the correct auxiliary values for top/bottom. * backport: check for failure case where backup dir has no manifest files. * Fix regression to allow now() to be used as the group by offset again. * 1.5: Revert "Use MADV_WILLNEED when loading TSM files". * Ignore index size in Engine.DiskSize(). * [1.5] Fix buildtsi partition key. * Ensure that conditions are encoded correctly even if the AST is not properly formed. * Allow time variable to be case insensitive again. * Support setting the log level through the environment variable. * Ensure correct number of tags parsed. * Fix panic when checking fieldsets. * Fix data race in WAL. * Improve CLI connection warnings * Backup utility prints a list of backup files. * Backup/Restore can produce/consume data in the same format as the enterprise backup/restore tool. * Restore runs in online mode, does not delete existing databases * Export functionality using start/end to filter exported data by timestamp * Handle high cardinality deletes in TSM engine * Improve inmem index startup performance for high cardinality. * Add further tsi support for streaming/copying shards. * Schedule a full compaction after a successful import * Add Prometheus /metrics endpoint. * Add ability to generate shard digests. * Allow setting the node id in the influx cli program. * Add logging configuration to the main configuration file. * Suppress the InfluxDB banner if the log output is not a TTY. * Added option to write HTTP request logs to separate file. * Update logging calls to take advantage of structured logging. * Generate trace logs for a number of important InfluxDB operations. * Improve startup time of inmem index.
Martin Pluskal (pluskalm)
accepted
request 617600
from
Jimmy Berry (jberry)
(revision 15)
Used on metrics.o.o and ran into the problem several times. - Include LimitNOFILE=100000 in service file as influxdb suggests and crashes with relatively small amounts of data without this.
Martin Pluskal (pluskalm)
accepted
request 576790
from
Matwey Kornilov (matwey)
(revision 14)
- Pass version to linker (fix boo#1079997)
Matwey Kornilov (matwey)
accepted
request 575773
from
Matwey Kornilov (matwey)
(revision 13)
- inxludb 1.4 requires go 1.9
Matwey Kornilov (matwey)
accepted
request 575637
from
Tuukka Pasanen (illuusio)
(revision 12)
As 1.4.x series is upstream updated to that and added BIG Fat warning that this will break your system.
Martin Pluskal (pluskalm)
accepted
request 559637
from
Matwey Kornilov (matwey)
(revision 11)
- Require go in influxdb-devel package. - Fix build for openSUSE Leap 42.x
Martin Pluskal (pluskalm)
accepted
request 555290
from
Matwey Kornilov (matwey)
(revision 10)
- Version 1.3.8: * Add 'influx_inspect inmem2tsi' command. * Fix race condition in the merge iterator close method. * Fix compaction aborting early and dropping remaining series
Martin Pluskal (pluskalm)
accepted
request 546916
from
Tuukka Pasanen (illuusio)
(revision 9)
- Version 1.3.7 * Don't assume which is present in package post-install script. * Fix use of INFLUXD_OPTS in service file * Fix missing man pages in new packaging output * Add RPM dependency on shadow-utils for useradd. * Fix data deleted outside of time range * Fix data dropped incorrectly during compaction * Return query.ErrQueryInterrupted for a successful read on InterruptCh. * Copy returned bytes from TSI meta functions.
Martin Pluskal (pluskalm)
accepted
request 534096
from
Matwey Kornilov (matwey)
(revision 8)
- Version 1.3.6: * Reduce how long it takes to walk the varrefs in an expression. * panic: runtime error: invalid memory address or nil pointer dereference. * Fix increased memory usage in cache and wal readers * Prevent deadlock when doing math on the result of a subquery. * Fix several races in the shard and engine. * Fix race on cache entry. - Version 1.3.5:
Displaying revisions 41 - 60 of 67