Description
Since the gateway can't commit random write, it caches the COMMIT requests in a queue and send back response only when the data can be committed or stream timeout (failure in the latter case). This could cause problems two patterns:
(1) file uploading failure
(2) the mount dir is stuck on the same client, but other NFS clients can still access NFS gateway.
The error pattern (2) is because there are too many COMMIT requests pending, so the NFS client can't send any other requests(e.g., for "ls") to NFS gateway with its pending requests limit.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-7180 NFSv3 gateway frequently gets stuck due to GC
- Closed