Skip to content

Commit

Permalink
fix: rewrite topic store for incremental update (#2742)
Browse files Browse the repository at this point in the history
Change BoltDB schema for the topic store to
allow incremental update by AlertID.  Automatic 
upgrade to new topic store schema on startup.

New downgrade command to restore previous 
topic store schema before reverting kapacitor
version.

Clears AlertID status from the topic store on reset
to OK status to reduce on disk size.

closes #2723

Co-authored-by: j. Emrys Landivar (docmerlin) <landivar@gmail.com>
  • Loading branch information
davidby-influx and docmerlin authored Feb 16, 2023
1 parent 3bfeb14 commit dbcc77e
Show file tree
Hide file tree
Showing 45 changed files with 2,053 additions and 2,339 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ release_filter: &release_filter
filters:
tags:
only:
- /.*test/
- /^v[0-9]+(\.[0-9]+){2}(-(rc|beta)[0-9]+)?/
branches:
ignore: /.*/
Expand Down
Loading

0 comments on commit dbcc77e

Please sign in to comment.