This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a change to branch phase-2-cp5-march
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
discard a409991f6 fix(barrier): post-probe membership refresh + chunking
coverage (Copilot CLI review)
omit 47006561f test(schema): re-enable §4.6.2 in distributed; defer §6.8 /
§6.11 / §4.6.4 to Step 2.5
omit 6731df5c0 feat(barrier): cluster fan-out for AwaitSchemaDeleted (Phase
2 §FD-1, §FD-2)
omit 1d789975e feat(barrier): cluster fan-out for AwaitSchemaApplied (Phase
2 §FA-1, §FA-2)
omit 87d2723c3 feat(barrier): mid-call eviction / leave / late-join
handling (Phase 2 §SS-1..SS-4)
omit 3f7a6c759 fix(barrier): make selfName closure explicitly nil-safe
(review #1111)
omit 3588e39c5 feat(barrier): fan out AwaitRevisionApplied across cluster
(Phase 2 Step 2.2)
add c936ce8b7 feat(barrier): cluster fan-out for AwaitRevisionApplied
(Phase 2 Step 2.2) (#1111)
add 4206e0ee6 test(bydbctl): avoid race-prone stdout capture in command
tests (#1105)
new e552d181d feat(barrier): mid-call eviction / leave / late-join
handling (Phase 2 §SS-1..SS-4)
new e9e1afcc9 feat(barrier): cluster fan-out for AwaitSchemaApplied (Phase
2 §FA-1, §FA-2)
new 5f8cc9e41 feat(barrier): cluster fan-out for AwaitSchemaDeleted (Phase
2 §FD-1, §FD-2)
new 7ca9ab0d0 test(schema): re-enable §4.6.2 in distributed; defer §6.8 /
§6.11 / §4.6.4 to Step 2.5
new 9b083ecc9 fix(barrier): post-probe membership refresh + chunking
coverage (Copilot CLI review)
new 5115385da test(schema): re-skip §4.6.2 in distributed pending Step 2.5
new 57eb252f9 feat(schema/registry): add NodeRepoRegistry per-node
aggregator (Phase 2 Step 2.5 §1)
new e4b538efd feat(barrier): expose NodeRepoRegistry on metadata.Service
and register per-service schemaRepos (Phase 2 Step 2.5 §1)
new 725873de6 feat(barrier): repoint NodeSchemaStatusService at
NodeRepoRegistry for executor-tracked kinds (Phase 2 Step 2.5 §2)
new 171758dbc test(schema): re-enable §4.6.2/§4.6.4/§6.8/§6.11 in
distributed mode (Phase 2 Step 2.5)
new 96d3932be feat(liaison): write/query gate reads NodeRepoRegistry, in
lockstep with AwaitXXX (Phase 2 Step 2.5 §GC-1)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a409991f6)
\
N -- N -- N refs/heads/phase-2-cp5-march (96d3932be)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 11 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 | 3 +-
banyand/liaison/grpc/measure.go | 21 +-
banyand/liaison/grpc/schema_revision_registry.go | 92 +++++
.../liaison/grpc/schema_revision_registry_test.go | 383 +++++++++++++++++++++
banyand/liaison/grpc/server.go | 17 +-
banyand/liaison/grpc/stream.go | 19 +-
banyand/liaison/grpc/trace.go | 20 +-
banyand/measure/metadata.go | 23 ++
banyand/measure/svc_data.go | 1 +
banyand/metadata/client.go | 9 +-
banyand/metadata/metadata.go | 8 +
banyand/metadata/schema/property/node_status.go | 256 ++++++++++----
.../schema/property/node_status_registry_test.go | 252 ++++++++++++++
banyand/queue/sub/server.go | 17 +-
banyand/stream/metadata.go | 20 ++
banyand/trace/metadata.go | 19 +
bydbctl/internal/cmd/analyze.go | 12 +-
bydbctl/internal/cmd/analyze_test.go | 13 +-
bydbctl/internal/cmd/auth_test.go | 24 +-
bydbctl/internal/cmd/group.go | 37 +-
bydbctl/internal/cmd/group_test.go | 74 ++--
bydbctl/internal/cmd/health_check.go | 6 +-
bydbctl/internal/cmd/health_check_test.go | 68 ++--
bydbctl/internal/cmd/index_rule.go | 40 +--
bydbctl/internal/cmd/index_rule_binding.go | 40 +--
bydbctl/internal/cmd/index_rule_binding_test.go | 100 ++++--
bydbctl/internal/cmd/index_rule_test.go | 100 ++++--
bydbctl/internal/cmd/measure.go | 34 +-
bydbctl/internal/cmd/measure_test.go | 122 ++++---
bydbctl/internal/cmd/property.go | 40 +--
bydbctl/internal/cmd/property_test.go | 236 ++++++++-----
bydbctl/internal/cmd/rest.go | 14 +-
bydbctl/internal/cmd/root.go | 5 +-
bydbctl/internal/cmd/stream.go | 34 +-
bydbctl/internal/cmd/stream_test.go | 122 ++++---
bydbctl/internal/cmd/topn.go | 34 +-
bydbctl/internal/cmd/topn_test.go | 148 +++++---
bydbctl/internal/cmd/trace.go | 42 +--
bydbctl/internal/cmd/trace_test.go | 122 ++++---
bydbctl/internal/cmd/use.go | 4 +-
.../internal/cmd/use_test.go | 53 +--
dist/LICENSE | 1 -
.../license-github.com-zenizh-go-capturer.txt | 21 --
go.mod | 1 -
go.sum | 2 -
pkg/schema/init.go | 7 +
pkg/schema/registry/registry.go | 178 ++++++++++
pkg/schema/registry/registry_test.go | 200 +++++++++++
test/cases/schema/clamp.go | 24 +-
test/cases/schema/shape_break.go | 64 ++--
50 files changed, 2380 insertions(+), 802 deletions(-)
create mode 100644 banyand/liaison/grpc/schema_revision_registry.go
create mode 100644 banyand/liaison/grpc/schema_revision_registry_test.go
create mode 100644
banyand/metadata/schema/property/node_status_registry_test.go
copy pkg/meter/scope_test.go => bydbctl/internal/cmd/use_test.go (52%)
delete mode 100644 dist/licenses/license-github.com-zenizh-go-capturer.txt
create mode 100644 pkg/schema/registry/registry.go
create mode 100644 pkg/schema/registry/registry_test.go