Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.6
Description
When calling WebHDFS to create a file (I'm sure the same problem occurs for other actions e.g. OPEN but I haven't checked all of them yet) it will happily redirect to nodes that are in maintenance.
The reason is in the chooseDatanode method in NamenodeWebHdfsMethods where it will only call the BlockPlacementPolicy (which considers all these edge cases) in case the remoteAddr (i.e. the address making the request to WebHDFS) is also running a DataNode.
In all other cases it just refers to NetworkTopology#chooseRandom which does not consider any of these circumstances (e.g. load, maintenance).
I don't understand the reason to not just always refer to the placement policy and we're currently testing a patch to do just that.
I have attached a draft patch for now.
Attachments
Attachments
Issue Links
- links to