diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-05-16 07:42:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-16 07:42:58 -0700 |
| commit | 72e7dcde51d148494c2dcb734565f6681dba27fd (patch) | |
| tree | 44a1313fbd86fd9662d90b25092f1be698bca979 /unmaintained/fix_dat/fix_dat.go | |
| parent | a84f4eefc23e1d9841908ba717d0606e414014ea (diff) | |
| parent | b72f0634d7d7d736cee96477852a8d36e89ac1cb (diff) | |
| download | seaweedfs-72e7dcde51d148494c2dcb734565f6681dba27fd.tar.xz seaweedfs-72e7dcde51d148494c2dcb734565f6681dba27fd.zip | |
Merge pull request #3060 from natmaka/master
Diffstat (limited to 'unmaintained/fix_dat/fix_dat.go')
| -rw-r--r-- | unmaintained/fix_dat/fix_dat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unmaintained/fix_dat/fix_dat.go b/unmaintained/fix_dat/fix_dat.go index 70bce3bf9..457c5c592 100644 --- a/unmaintained/fix_dat/fix_dat.go +++ b/unmaintained/fix_dat/fix_dat.go @@ -24,7 +24,7 @@ var ( /* This is to resolve an one-time issue that caused inconsistency with .dat and .idx files. -In this case, the .dat file contains all data, but some of deletion caused incorrect offset. +In this case, the .dat file contains all data, but some deletion caused incorrect offset. The .idx has all correct offsets. 1. fix the .dat file, a new .dat_fixed file will be generated. |
