diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-04-14 04:39:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-14 04:39:14 -0700 |
| commit | 8efd331ce0ad7fc659e6d8bab513710e901ced8d (patch) | |
| tree | 6cb6a7d4b3560f77820c8444e869d866194a1fd4 | |
| parent | 90677e1097e18567999d98436d8c1e8eba4cc611 (diff) | |
| parent | 270645f8d7b706f8eeb7ecb7ecc985efa481ca59 (diff) | |
| download | seaweedfs-8efd331ce0ad7fc659e6d8bab513710e901ced8d.tar.xz seaweedfs-8efd331ce0ad7fc659e6d8bab513710e901ced8d.zip | |
Merge pull request #1997 from qieqieplus/fix-volume-assign
fix #1996
| -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 |
