Konstantin Shvachko created HDFS-14494:
------------------------------------------

             Summary: Move Server logging of StatedId inside 
receiveRequestState()
                 Key: HDFS-14494
                 URL: https://issues.apache.org/jira/browse/HDFS-14494
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Konstantin Shvachko


HDFS-14270 introduced logging of the client and server StateIds in trace level. 
Unfortunately one of the arguments {{alignmentContext.getLastSeenStateId()}} 
holds a lock on FSEdits, which is called even if trace logging level is 
disabled. I propose to move logging message inside 
{{GlobalStateIdContext.receiveRequestState()}} where {{clientStateId}} and 
{{serverStateId}} already calculated and can be easily printed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to