mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 12:27:58 +08:00
Revert "Merge pull request #3159 from shichanglin5/_duplicateUUID"
This reverts commit37da689319
, reversing changes made to00d53c34c4
.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user