diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-02-06 20:30:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-06 20:30:16 -0800 |
| commit | 928efc642cf33c5b41278449d85397f2662bfcfd (patch) | |
| tree | 2adda8b766fe5d36b6c3731402e32a24de230fa6 /unmaintained/diff_volume_servers/diff_volume_servers.go | |
| parent | 7fca4324f9f91f5c7f3b05e1071731952b6f1fee (diff) | |
| parent | 7256902fb0c3ac637d40d8ee91508216b42a6d60 (diff) | |
| download | seaweedfs-928efc642cf33c5b41278449d85397f2662bfcfd.tar.xz seaweedfs-928efc642cf33c5b41278449d85397f2662bfcfd.zip | |
Merge pull request #1785 from bingoohuang/master
Diffstat (limited to 'unmaintained/diff_volume_servers/diff_volume_servers.go')
| -rw-r--r-- | unmaintained/diff_volume_servers/diff_volume_servers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unmaintained/diff_volume_servers/diff_volume_servers.go b/unmaintained/diff_volume_servers/diff_volume_servers.go index 6107f3d48..27a537617 100644 --- a/unmaintained/diff_volume_servers/diff_volume_servers.go +++ b/unmaintained/diff_volume_servers/diff_volume_servers.go @@ -168,7 +168,7 @@ func getVolumeFiles(v uint32, addr string) (map[types.NeedleId]needleState, int6 size: size, } } - if actual := offset.ToAcutalOffset(); actual > maxOffset { + if actual := offset.ToActualOffset(); actual > maxOffset { maxOffset = actual } return nil |
