[ 
https://issues.apache.org/jira/browse/HDFS-14094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konstantin Shvachko updated HDFS-14094:
---------------------------------------
       Resolution: Fixed
     Hadoop Flags: Reviewed
    Fix Version/s: HDFS-12943
           Status: Resolved  (was: Patch Available)

I just committed this. Thank you [~ayushtkn].

> Fix the order of logging arguments in ObserverReadProxyProvider.
> ----------------------------------------------------------------
>
>                 Key: HDFS-14094
>                 URL: https://issues.apache.org/jira/browse/HDFS-14094
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: logging
>    Affects Versions: HDFS-12943
>            Reporter: Konstantin Shvachko
>            Assignee: Ayush Saxena
>            Priority: Major
>             Fix For: HDFS-12943
>
>         Attachments: HDFS-14094-HDFS-12943-01.patch
>
>
> [~zero45] finding from HDFS-14067
> In ObserverReadProxyProvider there is a warn message:
> {code:java}
>         LOG.warn("{} observers have failed for read request {}; also found " +
>             "{} standby and {} active. Falling back to active.",
>             failedObserverCount, standbyCount, activeCount, method.getName());
> {code}
> Seems the arguments are out of order, should probably be 
> {{failedObserverCount, method.getName(), standbyCount, activeCoun}}`.



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