You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Yuanbo Liu (Jira)" <ji...@apache.org> on 2022/05/06 03:17:00 UTC

[jira] [Created] (HADOOP-18225) Consider attaching block location info from client when closing a completed file

Yuanbo Liu created HADOOP-18225:
-----------------------------------

             Summary: Consider attaching block location info from client when closing a completed file
                 Key: HADOOP-18225
                 URL: https://issues.apache.org/jira/browse/HADOOP-18225
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Yuanbo Liu


when a file is finished, client will not close it until DNs send RECEIVED_BLOCK by ibr or client is timeout. we can always see such kind of log in namenode


{code:java}
is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file{code}

Since client already has the last block locations, it's not necessary to rely on the ibr from DN when closing file.



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

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