Konstantin Shvachko created HDFS-14094:
------------------------------------------

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


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