Skip to content

Commit

Permalink
resovle conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Mar 24, 2024
1 parent f359c9f commit 2df2144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vttablet/grpctmclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ func (client *Client) ExecuteMultiFetchAsDba(ctx context.Context, tablet *topoda
var err error
if usePool {
if poolDialer, ok := client.dialer.(poolDialer); ok {
c, err = poolDialer.dialPool(ctx, tablet)
c, _, err = poolDialer.dialPool(ctx, DialPoolGroupDefault, tablet)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 2df2144

Please sign in to comment.