Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.23.7, 2.1.0-beta, 3.0.0-alpha1
-
None
-
Reviewed
Description
Namenode can slow down significantly if a rogue client/job issues massive number of requests that will fail. E.g. permission denied, quota overage, etc. The major contributing factor in slow down is the long namenode log message, which includes full stack trace.
Previously similar issues involving safe mode and standby node have been addressed and we can extend it to suppress logging stack traces for configured list of exception classes.
Attachments
Attachments
Issue Links
- depends upon
-
HADOOP-8711 provide an option for IPC server users to avoid printing stack information for certain exceptions
- Closed
- is related to
-
HDFS-3817 avoid printing stack information for SafeModeException
- Closed