Skip to content

Commit

Permalink
Update store/tikv/region_cache.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ziqian Qin <[email protected]>
  • Loading branch information
youjiali1995 and ekexium committed May 21, 2021
1 parent 3cdd8ed commit 240d370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/tikv/region_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ const (
)

// initResolve resolves the address of the store that never resolved and returns an
// emptry string if it's a tombstone.
// empty string if it's a tombstone.
func (s *Store) initResolve(bo *Backoffer, c *RegionCache) (addr string, err error) {
s.resolveMutex.Lock()
state := s.getResolveState()
Expand Down

0 comments on commit 240d370

Please sign in to comment.