Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid risky early abort before attempting to send a tx in tx mgr (#11016
) * Warn instead of error if anything goes wrong with tx hash conflict detection Ignore any other errors from the DELETE, since we're only looking for an edge case--usually there will be no txhash conflict, and if there is we'll abort anyway on the INSERT. In some cases aborting before we even try to send the tx could be hurtful (risking tx mgr to get stuck) and in others it won't matter either way, but in no case would it ever be helpful. * Document error handling * Raise Warn level to Error, so a persistent error in DELETE query doesn't go unnoticed
- Loading branch information