mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com> Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com> Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
7149b01c86
commit
61592cdecc
@ -302,8 +302,10 @@ func (s *Server) Init() error {
|
||||
// datanodes etcd watch, etcd alive check and flush completed status check
|
||||
// 4. set server state to Healthy
|
||||
func (s *Server) Start() error {
|
||||
s.compactionHandler.start()
|
||||
s.compactionTrigger.start()
|
||||
if Params.DataCoordCfg.EnableCompaction {
|
||||
s.compactionHandler.start()
|
||||
s.compactionTrigger.start()
|
||||
}
|
||||
|
||||
if s.enableActiveStandBy {
|
||||
s.activateFunc = func() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user