[ 
https://issues.apache.org/jira/browse/HDFS-14878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16942474#comment-16942474
 ] 

Brahma Reddy Battula commented on HDFS-14878:
---------------------------------------------

[~ayushtkn]  you can raise seperate Jira to track that.

> DataStreamer's ResponseProceesor#run() should log with Warn loglevel
> --------------------------------------------------------------------
>
>                 Key: HDFS-14878
>                 URL: https://issues.apache.org/jira/browse/HDFS-14878
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: hemanthboyina
>            Assignee: hemanthboyina
>            Priority: Major
>         Attachments: HDFS-14878.001.patch
>
>
> {code:java}
>   if (duration > dfsclientSlowLogThresholdMs) {
>     LOG.info("Slow ReadProcessor read fields for block " + block
>           + " took " + duration + "ms (threshold="
>           + dfsclientSlowLogThresholdMs + "ms); ack: " + ack
>           + ", targets: " + Arrays.asList(targets));
>   } {code}
> log level should be warn here



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
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