Revert "Merge pull request #3159 from shichanglin5/_duplicateUUID"

This reverts commit 37da689319, reversing
changes made to 00d53c34c4.
This commit is contained in:
chrislu
2022-06-10 06:38:17 -07:00
parent 873830a7bf
commit 9f8b72a54d
2 changed files with 6 additions and 19 deletions

View File

@@ -293,6 +293,7 @@ func (v *Volume) collectStatus() (maxFileKey types.NeedleId, datFileSize int64,
fileCount = uint64(v.nm.FileCount())
deletedCount = uint64(v.nm.DeletedCount())
deletedSize = v.nm.DeletedSize()
fileCount = uint64(v.nm.FileCount())
return
}