Skip to content

Commit

Permalink
br: send backup request in batch (#52535)
Browse files Browse the repository at this point in the history
ref #52534
  • Loading branch information
Leavrth authored May 7, 2024
1 parent b66a85c commit 81da4f8
Show file tree
Hide file tree
Showing 11 changed files with 413 additions and 200 deletions.
1 change: 1 addition & 0 deletions br/cmd/br/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func TestMain(m *testing.M) {
goleak.IgnoreTopFunction("internal/poll.runtime_pollWait"),
goleak.IgnoreTopFunction("google.golang.org/grpc.(*ClientConn).WaitForStateChange"),
goleak.IgnoreTopFunction("github.com/tikv/client-go/v2/config/retry.(*Config).createBackoffFn.newBackoffFn.func2"),
goleak.IgnoreTopFunction("google.golang.org/grpc/internal/grpcsync.NewCallbackSerializer"),
)
}

Expand Down
Loading

0 comments on commit 81da4f8

Please sign in to comment.