[ 
https://issues.apache.org/jira/browse/HDDS-4616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ke-Yi Sung reassigned HDDS-4616:
--------------------------------

    Assignee: Ke-Yi Sung

> Deleted TXID not found can be printed many times
> ------------------------------------------------
>
>                 Key: HDDS-4616
>                 URL: https://issues.apache.org/jira/browse/HDDS-4616
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: SCM
>            Reporter: Lokesh Jain
>            Assignee: Ke-Yi Sung
>            Priority: Major
>
> 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.
>  
> {code:java}
>           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;
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to