This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a change to branch vectorized-query
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
from 2078ed35b chore(lint): sweep lint findings on the vec tracing changeset
add e695dad96 Fix incorrect counts, rate and missing trace fields in the
lifecycle migration report (#1133)
add 24e8a56ad Merge branch 'main' into vectorized-query
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
.../backup/lifecycle/measure_migration_visitor.go | 14 +-
banyand/backup/lifecycle/migration_integration.go | 148 +++++++-----
banyand/backup/lifecycle/progress.go | 198 +++++++++++++---
banyand/backup/lifecycle/progress_mark_test.go | 192 ++++++++++++++++
.../lifecycle/report_partial_failure_test.go | 255 +++++++++++++++++++++
banyand/backup/lifecycle/service.go | 69 +++++-
.../backup/lifecycle/stream_migration_visitor.go | 21 +-
.../backup/lifecycle/trace_migration_visitor.go | 21 +-
test/cases/lifecycle/lifecycle.go | 141 +++++++++++-
10 files changed, 947 insertions(+), 113 deletions(-)
create mode 100644 banyand/backup/lifecycle/progress_mark_test.go
create mode 100644 banyand/backup/lifecycle/report_partial_failure_test.go