Details
-
Improvement
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
+underlined text+It is passive behavior about updating Block keys for DataNode currently, and it depends on if NameNode return #KeyUpdateCommand for heartbeat response.
There are several problems of this Block keys synchronization mode:
a. NameNode can't be sensed about if Block Keys reach DataNode successfully,
b. It is also not sensed for DataNode who meets some exception while receive or process heartbeat response which include BlockKeyCommand,
such as HDFS-13441 and HDFS-12749 mentioned.
So I propose improve Push Block Keys from NameNode for DataNode to DataNode Pull Block Keys.