[skip ci]Add comment for NewBgChecker (#10224)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/10226/head
sunby 2021-10-19 21:00:35 +08:00 committed by GitHub
parent 0bad693cd1
commit 6d5671add8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ func (f *ConsistentHashChannelPolicyFactory) NewReassignPolicy() ChannelReassign
return EmptyReassignPolicy
}
// NewBgChecker creates a new background checker
func (f *ConsistentHashChannelPolicyFactory) NewBgChecker() ChannelBGChecker {
return EmptyBgChecker
}