diff options
| author | guol-fnst <goul-fnst@fujitsu.com> | 2022-05-17 14:51:01 +0800 |
|---|---|---|
| committer | guol-fnst <guol-fnst@fujitsu.com> | 2022-05-17 15:41:49 +0800 |
| commit | b12944f9c6fe8756250bcbd3c035ffff60353e5f (patch) | |
| tree | e4f89fc2cd2ee1efdc26f8e2ebfa89efd16dfbd4 /weed/topology/topology.go | |
| parent | 076595fbdd50f416998033384c28014f73aae9b9 (diff) | |
| download | seaweedfs-b12944f9c6fe8756250bcbd3c035ffff60353e5f.tar.xz seaweedfs-b12944f9c6fe8756250bcbd3c035ffff60353e5f.zip | |
fix naming convention
notify volume server of duplicate directoris
improve searching efficiency
Diffstat (limited to 'weed/topology/topology.go')
| -rw-r--r-- | weed/topology/topology.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/topology/topology.go b/weed/topology/topology.go index f82f63379..631c1fa29 100644 --- a/weed/topology/topology.go +++ b/weed/topology/topology.go @@ -45,8 +45,8 @@ type Topology struct { RaftServer raft.Server HashicorpRaft *hashicorpRaft.Raft - UUIDAccessLock sync.RWMutex - UUIDMap map[string][]string + UuidAccessLock sync.RWMutex + UuidMap map[string][]string } func NewTopology(id string, seq sequence.Sequencer, volumeSizeLimit uint64, pulse int, replicationAsMin bool) *Topology { |
