Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Oct 29, 2024
1 parent 5c43913 commit d2519ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/tso/keyspace_group_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -1103,9 +1103,6 @@ func (kgm *KeyspaceGroupManager) HandleTSORequest(
if err != nil {
return err
}
if allocator.IsInitialize() {
return nil
}
// TODO: support the Local TSO Allocator.
return allocator.Initialize(0)
})
Expand Down

0 comments on commit d2519ae

Please sign in to comment.