Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, every single call to NameNode will be synced, in the sense that NameNode will not process it until state id catches up. But in certain cases, we would like to bypass this check and allow the call to return immediately, even when the server id is not up to date. One case could be the to-be-added new API in HDFS-13749 that request for current state id. Others may include calls that do not promise real time responses such as getContentSummary. This Jira is to add the mechanism to allow certain calls to bypass sync.
Attachments
Attachments
Issue Links
- duplicates
-
HDFS-13872 Only some protocol methods should perform msync wait
- Resolved