Browse Source

Merge 95f7ff388e into 7d1e9a6b8a

pull/174/merge
seifer 10 years ago
parent
commit
698f3fe205
  1. 2
      go/topology/store_replicate.go

2
go/topology/store_replicate.go

@ -41,6 +41,8 @@ func ReplicatedWrite(masterNode string, s *storage.Store,
return err == nil return err == nil
}) { }) {
ret = 0 ret = 0
// If failed replication then try to delete inconsistent file
ReplicatedDelete(masterNode, s, volumeId, needle, r)
errorStatus = "Failed to write to replicas for volume " + volumeId.String() errorStatus = "Failed to write to replicas for volume " + volumeId.String()
} }
} }

Loading…
Cancel
Save