This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch fix/runtime-rule-schema-cache-self-heal
in repository https://gitbox.apache.org/repos/asf/skywalking.git
from 8e602b476b Add tests for the runtime-rule query/notify/fence surfaces
+ fix javadoc link
add a6fd9f9af7 Make the runtime-rule schema fence gate dispatch resume
(write-safety) + review fixes
No new revisions were added by this update.
Summary of changes:
docs/en/changes/changes.md | 4 +-
docs/en/setup/backend/admin-api/runtime-rule.md | 2 +-
.../analyzer/v2/compiler/MALClosureCodegen.java | 11 ++
.../cluster/RuntimeRuleClusterServiceImpl.java | 8 +
.../runtimerule/rest/RuntimeRuleService.java | 195 ++++++++++-----------
.../receiver/runtimerule/status/ApplyPhase.java | 25 +--
.../src/main/proto/runtime-rule-cluster.proto | 7 +-
.../cluster/RuntimeRuleClusterServiceImplTest.java | 4 +-
.../core/storage/model/StorageManipulationOpt.java | 35 ++--
.../storage/model/StorageManipulationOptTest.java | 14 ++
.../plugin/banyandb/BanyanDBIndexInstaller.java | 15 +-
11 files changed, 164 insertions(+), 156 deletions(-)