You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Renukaprasad C (Jira)" <ji...@apache.org> on 2022/05/16 18:15:00 UTC

[jira] [Created] (HDFS-16580) Datanode to print the blockID while releasing the SCFds

Renukaprasad C created HDFS-16580:
-------------------------------------

             Summary: Datanode to print the blockID while releasing the SCFds
                 Key: HDFS-16580
                 URL: https://issues.apache.org/jira/browse/HDFS-16580
             Project: Hadoop HDFS
          Issue Type: Improvement
    Affects Versions: 3.3.2, 3.1.4, 3.4.0
            Reporter: Renukaprasad C
            Assignee: Renukaprasad C


Method - org.apache.hadoop.hdfs.server.datanode.DataXceiver#requestShortCircuitFds prints the block ID entered for short circuit read, but corresponding entry missing in org.apache.hadoop.hdfs.server.datanode.DataXceiver#releaseShortCircuitFds. 

Its good to have corresponding blockID in release method as well.

We are facing some random file read issues when SCR enabled. It From the current logs, we cannot map request & release flows. 

It will be helpful in debugging issues if we log blockID in release methods as well.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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