Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
GroundWu committed Jun 14, 2024
1 parent 491beeb commit 639565a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions route/route_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ func (i *ObRouteInfo) refreshTableLocations(addr *tcpAddr) error {
isRefreshing.Store(false)
i.taskInfo.tables.AddIfAbsent(tableName, isRefreshing)
i.taskInfo.TriggerRefreshTable()
return true
} else if replica == nil {
log.Warn("Routine", nil, "partLocation leader replica is nil",
log.String("tableName", tableName), log.Uint64("partId", partId))
Expand Down

0 comments on commit 639565a

Please sign in to comment.