nickva opened a new pull request #1: Do not create a new transaction object during retries URL: https://github.com/apache/couchdb-erlfdb/pull/1 `on_error` function automatically resets the transaction object but preserves retry and backoff-related information in the object. Avoid creating a new transaction object which would lose that context in case transactions retry more than 2 times. Reference: https://apple.github.io/foundationdb/api-c.html#c.fdb_transaction_on_error
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services