consider making txn_override.js also retry transaction after getting a TransientTransactionError errorLabel

XMLWordPrintableJSON

    Error rendering 'com.atlassian.jira.jira-view-issue-plugin:details-module'. Please contact your Jira administrators.

      Currently, it only appears to retry only when commitTransactions returns that errorLabel or when it is already in the middle of "retrying". Here's an example of such a response:

      {
        "errorLabels" : [
          "TransientTransactionError"
        ],
        "operationTime" : Timestamp(1542746459, 1),
        "ok" : 0,
        "errmsg" : "Unable to acquire lock '{5511606377568395677: Database, 899920359141007773}' within a max lock request timeout of '5ms' milliseconds.",
        "code" : 24,
        "codeName" : "LockTimeout",
      }
      

          Assignee:
          Jack Mulrow
          Reporter:
          Randolph Tan
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Error rendering 'com.atlassian.jira.jira-view-issue-plugin:datesmodule'. Please contact your Jira administrators.