Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-4616

Deleted TXID not found can be printed many times

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • SCM

    Description

      In a cluster it was seen that "Deleted TXID not found" can be logged multiple times in SCM. Ideally this should not be logged and the jira aims to investigate the issue. It is not a serious issue but could have a performance impact on deletion.

                if (LOG.isDebugEnabled()) {
                  // This can occur due to race condition between retry and old
                  // service task where old task removes the transaction and the new
                  // task is resending
                  LOG.debug("Deleted TXID {} not found.", txID);
                }
                continue;
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ljain Lokesh Jain
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: