You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Lokesh Jain (Jira)" <ji...@apache.org> on 2019/12/03 17:51:00 UTC

[jira] [Created] (HDDS-2659) KeyValueHandler#handleCreateContainer should log the exception on container creation failure

Lokesh Jain created HDDS-2659:
---------------------------------

             Summary: KeyValueHandler#handleCreateContainer should log the exception on container creation failure
                 Key: HDDS-2659
                 URL: https://issues.apache.org/jira/browse/HDDS-2659
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
            Reporter: Lokesh Jain


KeyValueHandler#handleCreateContainer does not log the stack trace of the StorageContainerException cause. This leads to difficulty in debugging the reason for failure.

 
{code:java}
2019-11-04 00:40:56,719 INFO org.apache.hadoop.ozone.container.keyvalue.KeyValueHandler: Operation: CreateContainer : Trace ID: 1f7530ed73cf2e47:74588d4de9f1d702:1f7530ed73cf2e47:0 : Message: Container creation failed. : Result: CONTAINER_INTERNAL_ERROR
2019-11-04 00:40:56,720 INFO org.apache.hadoop.ozone.container.common.impl.HddsDispatcher: Operation: WriteChunk : Trace ID: 1f7530ed73cf2e47:74588d4de9f1d702:1f7530ed73cf2e47:0 : Message: ContainerID 11 creation failed : Result: CONTAINER_INTERNAL_ERROR
{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