File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,13 +146,13 @@ type Group struct {
146
146
cacheBytes int64 // limit for sum of mainCache and hotCache size
147
147
148
148
// mainCache is a cache of the keys for which this process
149
- // (amongst its peers) is authorative . That is, this cache
149
+ // (amongst its peers) is authoritative . That is, this cache
150
150
// contains keys which consistent hash on to this process's
151
151
// peer number.
152
152
mainCache cache
153
153
154
154
// hotCache contains keys/values for which this peer is not
155
- // authorative (otherwise they would be in mainCache), but
155
+ // authoritative (otherwise they would be in mainCache), but
156
156
// are popular enough to warrant mirroring in this process to
157
157
// avoid going over the network to fetch from a peer. Having
158
158
// a hotCache avoids network hotspotting, where a peer's
You can’t perform that action at this time.
0 commit comments