diff options
| author | qieqieplus <admin@qieqie.me> | 2021-04-14 18:29:28 +0800 |
|---|---|---|
| committer | qieqieplus <admin@qieqie.me> | 2021-04-14 18:29:28 +0800 |
| commit | 270645f8d7b706f8eeb7ecb7ecc985efa481ca59 (patch) | |
| tree | 6cb6a7d4b3560f77820c8444e869d866194a1fd4 /weed/operation/assign_file_id.go | |
| parent | 90677e1097e18567999d98436d8c1e8eba4cc611 (diff) | |
| download | seaweedfs-270645f8d7b706f8eeb7ecb7ecc985efa481ca59.tar.xz seaweedfs-270645f8d7b706f8eeb7ecb7ecc985efa481ca59.zip | |
fix #1996
Diffstat (limited to 'weed/operation/assign_file_id.go')
| -rw-r--r-- | weed/operation/assign_file_id.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/operation/assign_file_id.go b/weed/operation/assign_file_id.go index cc1359961..ffd3e4938 100644 --- a/weed/operation/assign_file_id.go +++ b/weed/operation/assign_file_id.go @@ -86,6 +86,7 @@ func Assign(masterFn GetMasterFn, grpcDialOption grpc.DialOption, primaryRequest continue } + break } return ret, lastError |
