[ 
https://issues.apache.org/jira/browse/HDFS-17879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HDFS-17879:
----------------------------------
    Labels: pull-request-available  (was: )

> Premature error handling accesses uninitialized dnInfo
> ------------------------------------------------------
>
>                 Key: HDFS-17879
>                 URL: https://issues.apache.org/jira/browse/HDFS-17879
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 3.4.1
>            Reporter: John Doe
>            Priority: Major
>              Labels: pull-request-available
>
> During block reading, an {{IOException}} triggers error-handling logic in 
> {{createBlockReader}} that assumes {{dnInfo}} has already been initialized, 
> but the failure occurs before this initialization completes, causing a 
> {{NullPointerException}} when {{dnInfo}} is prematurely used.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to