plugin/secondary: reset catalog members on ID change (#8281)

Signed-off-by: houyuwushang <liuluoqianqiu@outlook.com>
This commit is contained in:
houyuwushang
2026-07-15 09:51:12 +08:00
committed by GitHub
parent 5131b8f944
commit 7cd99da013
3 changed files with 135 additions and 26 deletions

View File

@@ -25,6 +25,7 @@ type Secondary struct {
type dynamicZone struct {
catalog string
memberID string
shutdown chan bool
stopOnce sync.Once
}