mirror of https://github.com/milvus-io/milvus.git
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>pull/21083/head
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…
Reference in New Issue