Skip to content

Commit

Permalink
Remove an incorrectly timed dropout update that invalidates a live pr…
Browse files Browse the repository at this point in the history
…obe (#13941)

* 在不需要更新时间的时候不应该更新时间,以免导致探活失效

Approved by: @zhangxu19830126
  • Loading branch information
nnsgmsone authored Jan 3, 2024
1 parent 24a4194 commit f9a847e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/lockservice/lock_table_allocator.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func (l *lockTableAllocator) Get(
if binds == nil {
binds = l.registerService(serviceID, tableID)
}
binds.active()
return l.registerBind(binds, group, tableID, originTableID, sharding)
}

Expand Down

0 comments on commit f9a847e

Please sign in to comment.