mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 17:06:17 +08:00
remove comments
This commit is contained in:
@@ -108,7 +108,6 @@ func (ms *MasterServer) SendHeartbeat(stream master_pb.Seaweed_SendHeartbeatServ
|
|||||||
}
|
}
|
||||||
|
|
||||||
if len(heartbeat.NewEcShards) > 0 || len(heartbeat.DeletedEcShards) > 0 {
|
if len(heartbeat.NewEcShards) > 0 || len(heartbeat.DeletedEcShards) > 0 {
|
||||||
// TODO send out the delta
|
|
||||||
|
|
||||||
// update master internal volume layouts
|
// update master internal volume layouts
|
||||||
t.IncrementalSyncDataNodeEcShards(heartbeat.NewEcShards, heartbeat.DeletedEcShards, dn)
|
t.IncrementalSyncDataNodeEcShards(heartbeat.NewEcShards, heartbeat.DeletedEcShards, dn)
|
||||||
|
Reference in New Issue
Block a user