Removing OK Aurora acknowledgment.
This commit is contained in:
parent
69442d5957
commit
8d5a2d2414
1 changed files with 0 additions and 1 deletions
1
retry.go
1
retry.go
|
@ -181,7 +181,6 @@ func (r *realisClient) thriftCallWithRetries(thriftCall auroraThriftCall) (*auro
|
||||||
|
|
||||||
// If the thrift call succeeded, stop retrying
|
// If the thrift call succeeded, stop retrying
|
||||||
case aurora.ResponseCode_OK:
|
case aurora.ResponseCode_OK:
|
||||||
r.debugLogger.Println("OK reply from Aurora")
|
|
||||||
return resp, nil
|
return resp, nil
|
||||||
|
|
||||||
// If the response code is transient, continue retrying
|
// If the response code is transient, continue retrying
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue