You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nicolas Liochon (JIRA)" <ji...@apache.org> on 2013/04/30 17:54:15 UTC

[jira] [Created] (HBASE-8466) Netty messages in the logs

Nicolas Liochon created HBASE-8466:
--------------------------------------

             Summary: Netty messages in the logs
                 Key: HBASE-8466
                 URL: https://issues.apache.org/jira/browse/HBASE-8466
             Project: HBase
          Issue Type: Bug
          Components: master
    Affects Versions: 0.95.0, 0.98.0
            Reporter: Nicolas Liochon
            Assignee: Nicolas Liochon
            Priority: Minor
             Fix For: 0.98.0, 0.95.1


We've got this:
{noformat}
ATTENTION: The pipeline contains no upstream handlers; discarding: [id: 0x1f79354a] OPEN
ATTENTION: The pipeline contains no upstream handlers; discarding: [id: 0x1f79354a] BOUND: 0.0.0.0/0.0.0.0:37250
ATTENTION: The pipeline contains no upstream handlers; discarding: [id: 0x1f79354a, 0.0.0.0/0.0.0.0:37250 => /226.1.1.3:60100] CONNECTED: /226.1.1.3:60100
ATTENTION: The pipeline contains no upstream handlers; discarding: [id: 0x1f79354a, 0.0.0.0/0.0.0.0:37250 => /226.1.1.3:60100] WRITTEN_AMOUNT: 129
ATTENTION: The pipeline contains no upstream handlers; discarding: [id: 0x1f79354a, 0.0.0.0/0.0.0.0:37250 :> /226.1.1.3:60100] DISCONNECTED
ATTENTION: The pipeline contains no upstream handlers; discarding: [id: 0x1f79354a, 0.0.0.0/0.0.0.0:37250 :> /226.1.1.3:60100] UNBOUND
ATTENTION: The pipeline contains no upstream handlers; discarding: [id: 0x1f79354a, 0.0.0.0/0.0.0.0:37250 :> /226.1.1.3:60100] CLOSED
{noformat}

We can fix this by adding an upstream handler that discards the message without printing them.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira