You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2021/11/15 14:55:00 UTC

[jira] [Created] (HDDS-5989) Binary content printed for failed chunk write

Attila Doroszlai created HDDS-5989:
--------------------------------------

             Summary: Binary content printed for failed chunk write
                 Key: HDDS-5989
                 URL: https://issues.apache.org/jira/browse/HDDS-5989
             Project: Apache Ozone
          Issue Type: Bug
          Components: Ozone Client
            Reporter: Attila Doroszlai
            Assignee: Attila Doroszlai


When write chunk command fails, the exception thrown includes binary data in the message:

{code}
java.io.IOException: Failed to execute command cmdType: WriteChunk
containerID: 1
datanodeUuid: "4aa35961-c206-4fa0-b9fe-cb5f2bafa5b5"
writeChunk {
  blockID {
    containerID: 1
    localID: 18
    blockCommitSequenceId: 96618
  }
  chunkData {
    chunkName: "dq9c8amgzt_testdata_chunk_96618"
    offset: 5064622080
    len: 1048576
    checksumData {
      type: CRC32
      bytesPerChecksum: 1048576
      checksums: "R\205\335\331"
    }
  }
  data: "/OMxtNJH{gG8[\":w{5OAHd@Y7V6HW\"p> .... <more binary content here>"
}
{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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