Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Reviewed
Description
Short-circuit read (SCR) failed with following error
2017-10-21 16:42:28,024 WARN [B.defaultRpcServer.handler=7,queue=7,port=16020] impl.BlockReaderFactory: BlockReaderFactory(xxx): unknown response code ERROR while attempting to set up short-circuit access. Block xxx is not valid
then short-circuit read is disabled for 10 minutes without any warning message given in the log. This causes us spent some more time to figure out why we had a long time window that SCR was not working. Propose to add a warning log (other places already did) to indicate SCR is disabled and some more logging in DN to display what happened.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-12528 Add an option to not disable short-circuit reads on failures
- Resolved