You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hairong Kuang (JIRA)" <ji...@apache.org> on 2007/06/05 20:17:26 UTC

[jira] Created: (HADOOP-1464) IPC server should not log thread stacks at the info level

IPC server should not log thread stacks at the info level
---------------------------------------------------------

                 Key: HADOOP-1464
                 URL: https://issues.apache.org/jira/browse/HADOOP-1464
             Project: Hadoop
          Issue Type: Bug
          Components: ipc
    Affects Versions: 0.12.3
            Reporter: Hairong Kuang
             Fix For: 0.14.0


Currently when IPC server get a call which becomes too old, i.e. the call has not been served for too long time, it dumps all thread stacks to logs at the info level. Because the size of all thread stacks size might be very big, it would be better to log them at the debug level.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.