This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a change to branch v0.10.x
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


    from c9961ab39 Support multiple types for the same tag in a single trace or 
sidx part (#1066)
     new 137dabb24 Fix lifecycle migration segment shorter than the configured 
`SegmentInterval` (#1120)
     new a887dfc26 fix: fail fast on incompatible storage version (boot + 
runtime paths) (#1124)
     new d18d4a50d Make the InspectAll CI more stable (#1122)
     new c8d3f7686 chore(mcp): upgrade Node dependencies to latest within 
current majors (#1125)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md                                         |   2 +
 Makefile                                           |  34 +-
 banyand/backup/lifecycle/segment_boundary_utils.go |  43 +-
 .../lifecycle/segment_boundary_utils_test.go       | 229 ++++++++++-
 banyand/backup/lifecycle/steps.go                  |  73 +++-
 banyand/backup/lifecycle/steps_test.go             |  93 +++++
 banyand/internal/storage/rotation_test.go          |  30 +-
 banyand/internal/storage/segment.go                |  24 +-
 banyand/internal/storage/segment_test.go           | 453 +++++++++++++++++++++
 banyand/internal/storage/storage.go                |  39 ++
 banyand/internal/storage/tsdb.go                   |  21 +-
 banyand/internal/storage/tsdb_test.go              | 100 +++++
 banyand/internal/storage/version.go                |   5 +-
 banyand/internal/storage/version_test.go           |  29 ++
 banyand/internal/wqueue/wqueue.go                  |   2 +-
 banyand/internal/wqueue/wqueue_test.go             |  25 +-
 banyand/metadata/schema/property/client.go         |  34 +-
 .../metadata/schema/property/init_handler_test.go  | 209 ++++++++++
 .../queue/sub/group_lifecycle_cold_tier_test.go    |  28 +-
 dist/LICENSE                                       |  12 +-
 dist/licenses/mcp-licenses/license-fast-uri.txt    |   4 +-
 mcp/LICENSE                                        |  12 +-
 mcp/package-lock.json                              | 219 +++++-----
 mcp/package.json                                   |  27 +-
 pkg/initerror/initerror.go                         |  61 +++
 pkg/initerror/initerror_test.go                    |  71 ++++
 pkg/schema/cache.go                                | 298 ++++++++++----
 pkg/schema/cache_test.go                           | 297 ++++++++++++++
 pkg/schema/cache_watcher_fatal_test.go             | 256 ++++++++++++
 pkg/schema/init.go                                 |  12 +-
 30 files changed, 2434 insertions(+), 308 deletions(-)
 create mode 100644 banyand/backup/lifecycle/steps_test.go
 create mode 100644 banyand/metadata/schema/property/init_handler_test.go
 create mode 100644 pkg/initerror/initerror.go
 create mode 100644 pkg/initerror/initerror_test.go
 create mode 100644 pkg/schema/cache_test.go
 create mode 100644 pkg/schema/cache_watcher_fatal_test.go

Reply via email to