You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Mukul Kumar Singh (Jira)" <ji...@apache.org> on 2020/10/16 07:03:00 UTC

[jira] [Created] (HDDS-4354) Avoid spamming of logs because of deleted transactions

Mukul Kumar Singh created HDDS-4354:
---------------------------------------

             Summary: Avoid spamming of logs because of deleted transactions
                 Key: HDDS-4354
                 URL: https://issues.apache.org/jira/browse/HDDS-4354
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
          Components: SCM
            Reporter: Mukul Kumar Singh
            Assignee: Mukul Kumar Singh


The following two log entries are seen every regularly during MiniOzoneChaosTests
{code}
2020-10-15 17:21:25,467 [CommandWatcher-LeaseManager#LeaseMonitor] ERROR lease.LeaseManager (LeaseManager.java:run(238)) - Execution was interrupted
java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at org.apache.hadoop.ozone.lease.LeaseManager$LeaseMonitor.run(LeaseManager.java:234)
        at java.lang.Thread.run(Thread.java:748)
{code}

{code}
2020-10-15 17:21:58,487 [IPC Server handler 11 on default port 59106] WARN  block.DeletedBlockLogImpl (DeletedBlockLogImpl.java:incrementCount(135)) - Deleted TXID 27 not found.
2020-10-15 17:21:58,488 [IPC Server handler 11 on default port 59106] WARN  block.DeletedBlockLogImpl (DeletedBlockLogImpl.java:incrementCount(135)) - Deleted TXID 30 not found.
{code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org