1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-14 13:00:38 +02:00

remove comments

This commit is contained in:
Chris Lu 2019-05-27 21:21:52 -07:00
parent b4b407e403
commit ac1ba3b667

View file

@ -108,7 +108,6 @@ func (ms *MasterServer) SendHeartbeat(stream master_pb.Seaweed_SendHeartbeatServ
}
if len(heartbeat.NewEcShards) > 0 || len(heartbeat.DeletedEcShards) > 0 {
// TODO send out the delta
// update master internal volume layouts
t.IncrementalSyncDataNodeEcShards(heartbeat.NewEcShards, heartbeat.DeletedEcShards, dn)