Mukul Kumar Singh created HDDS-1899:
---------------------------------------

             Summary: DeleteBlocksCommandHandler is unable to find the 
container in SCM
                 Key: HDDS-1899
                 URL: https://issues.apache.org/jira/browse/HDDS-1899
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
          Components: SCM
    Affects Versions: 0.4.0
            Reporter: Mukul Kumar Singh


DeleteBlocksCommandHandler is unable to find a container in SCM.

{code}
2019-08-02 14:04:56,735 WARN  commandhandler.DeleteBlocksCommandHandler 
(DeleteBlocksCommandHandler.java:lambda$handle$0(140)) - Failed to delete 
blocks for container=33, TXID=184
org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException: 
Unable to find the container 33
        at 
org.apache.hadoop.ozone.container.common.statemachine.commandhandler.DeleteBlocksCommandHandler.lambda$handle$0(DeleteBlocksCommandHandler.java:122)
        at java.util.ArrayList.forEach(ArrayList.java:1257)
        at 
java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
        at 
org.apache.hadoop.ozone.container.common.statemachine.commandhandler.DeleteBlocksCommandHandler.handle(DeleteBlocksCommandHandler.java:114)
        at 
org.apache.hadoop.ozone.container.common.statemachine.commandhandler.CommandDispatcher.handle(CommandDispatcher.java:93)
        at 
org.apache.hadoop.ozone.container.common.statemachine.DatanodeStateMachine.lambda$initCommandHandlerThread$1(DatanodeStateMachine.java:432)
        at java.lang.Thread.run(Thread.java:748)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to