[ https://issues.apache.org/jira/browse/HDFS-4746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Konstantin Shvachko resolved HDFS-4746. --------------------------------------- Resolution: Won't Fix Resolving as "won't fix" for 2.0 and 2.2. For subsequent versions it is fixed already. > ClassCastException in BlockManager.addStoredBlock() due to that blockReceived > came after file was closed. > --------------------------------------------------------------------------------------------------------- > > Key: HDFS-4746 > URL: https://issues.apache.org/jira/browse/HDFS-4746 > Project: Hadoop HDFS > Issue Type: Bug > Components: namenode > Affects Versions: 2.0.3-alpha > Reporter: Konstantin Shvachko > > In some cases the last block replica of a file can be reported after the file > was closed. In this case file inode is of type INodeFile. > BlockManager.addStoredBlock() though expects it to be > INodeFileUnderConstruction, and therefore class cast to > MutableBlockCollection fails. -- This message was sent by Atlassian JIRA (v6.3.4#6332)