Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
As mentioned in the design doc in HDFS-12943, to ensure consistent read, we need to introduce an RPC call msync. Specifically, client can issue a msync call to Observer node along with a transactionID. The msync will only return when the Observer's transactionID has caught up to the given ID. This JIRA is to add this API.
Attachments
Attachments
Issue Links
- Dependency
-
HDFS-12976 Introduce ObserverReadProxyProvider
- Resolved
-
HDFS-13767 Add msync server implementation.
- Resolved