zhangqian
2023-10-21 a7e5430cf06a82f7c17b6565bd9f1ce581187adb
serf/sync.go
@@ -371,7 +371,7 @@
}
func (ss *SyncServer) handleClusterMessage(msg []byte) {
   //fmt.Println("clusterMessage:", string(msg))
   logx.Infof("clusterMessage:", string(msg))
   sql := string(msg)
   if len(sql) <= 0 {