diff options
| author | rustrover <154583430+rustrover@users.noreply.github.com> | 2024-03-09 23:35:47 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-09 07:35:47 -0800 |
| commit | ab70aa92da9b0baf1b918656e792b2344f4a766e (patch) | |
| tree | a7754362fef0b64f7daadd0dcdddaf914d08629f /weed/server/volume_grpc_copy.go | |
| parent | b544a69550d6793dc61eafccc9b850d43bee5d32 (diff) | |
| download | seaweedfs-ab70aa92da9b0baf1b918656e792b2344f4a766e.tar.xz seaweedfs-ab70aa92da9b0baf1b918656e792b2344f4a766e.zip | |
remove repetitive words (#5364)
Diffstat (limited to 'weed/server/volume_grpc_copy.go')
| -rw-r--r-- | weed/server/volume_grpc_copy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/server/volume_grpc_copy.go b/weed/server/volume_grpc_copy.go index 92fe0a1be..51b61b225 100644 --- a/weed/server/volume_grpc_copy.go +++ b/weed/server/volume_grpc_copy.go @@ -226,7 +226,7 @@ func (vs *VolumeServer) doCopyFileWithThrottler(client volume_server_pb.VolumeSe /* * -only check the the differ of the file size +only check the differ of the file size todo: maybe should check the received count and deleted count of the volume */ func checkCopyFiles(originFileInf *volume_server_pb.ReadVolumeFileStatusResponse, hasRemoteDatFile bool, idxFileName, datFileName string) error { |
