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 arp7 <gi...@git.apache.org> on 2016/03/11 01:56:36 UTC

[GitHub] hadoop pull request: HDFS-9941. Do not log StandbyException on NN,...

GitHub user arp7 opened a pull request:

    https://github.com/apache/hadoop/pull/83

    HDFS-9941. Do not log StandbyException on NN, other minor logging fixes.

    v1 patch includes the following fixes:
    # Suppress StandbyException log messages for NameNode.
    # {{saveAllocatedBlock}} logs the block locations (DN xfer addresses).
    # {{logBlockReplicationInfo}} logs to the blockStateChangeLog instead of {{DecomissionManager#LOG}}. Also added a log level guard.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/arp7/hadoop HDFS-9941

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hadoop/pull/83.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #83
    
----
commit fbf1bf7fd6d530687b2e9610b8c160e9c7a3fdcb
Author: Arpit Agarwal <ar...@apache.org>
Date:   2016-03-10T19:17:17Z

    HDFS-9941. Do not log StandbyException on NN, other minor logging fixes.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---