ocket8888 opened a new issue #5291: URL: https://github.com/apache/trafficcontrol/issues/5291
## I'm submitting a ... - bug report ## Traffic Control components affected ... - Traffic Ops ## Current behavior: Traffic Ops will sometimes emit the error: ``` ERROR: riak_services.go:343: 2020-11-17T14:10:49.716927165Z: getting riak servers: querying riak servers: sql: transaction has already been committed or rolled back ``` when encountering an error in Riak-related endpoint logic. It's probably calling `HandleErr` without returning. ## Expected behavior: When a fatal error occurs, handling should end and no further attempts should be made to roll back the linked transaction. ## Minimal reproduction of the problem with instructions: I think you can actually just see it in the default CDN-in-a-Box setup logs. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
