Removing OK Aurora acknowledgment.

This commit is contained in:
Renan DelValle 2018-03-06 15:00:29 -08:00
parent 69442d5957
commit 8d5a2d2414
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -181,7 +181,6 @@ func (r *realisClient) thriftCallWithRetries(thriftCall auroraThriftCall) (*auro
// If the thrift call succeeded, stop retrying
case aurora.ResponseCode_OK:
r.debugLogger.Println("OK reply from Aurora")
return resp, nil
// If the response code is transient, continue retrying