Skip to content

Commit

Permalink
Handle comments
Browse files Browse the repository at this point in the history
Signed-off-by: Bin Shi <[email protected]>
  • Loading branch information
binshi-bing committed May 19, 2023
1 parent 4151fac commit 33c21f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/grpc_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func (s *GrpcServer) GetMinTSFromTSOService(dcLocation string) (*pdpb.Timestamp,
defer wg.Done()
resp, err := s.getMinTSFromSingleServer(s.ctx, dcLocation, addr)
if err != nil || resp == nil {
log.Warn("[tso] failed to get min ts from tso server",
log.Warn("failed to get min ts from tso server",
zap.String("address", addr), zap.Error(err))
return
}
Expand Down

0 comments on commit 33c21f3

Please sign in to comment.