Description
Running jstack on a hung process and reading the stack traces is a helpful way to determine exactly what code in the process is stuck. This would be even more helpful if we included more descriptive information about the specific file system method call.
Attachments
Issue Links
- relates to
-
HDFS-11063 Set NameNode RPC server handler thread name with more descriptive information about the RPC call.
- Open