You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Vladimir Rodionov (JIRA)" <ji...@apache.org> on 2016/11/28 21:45:58 UTC

[jira] [Updated] (HBASE-17147) Reduce logging in BackupLogCleaner

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

Vladimir Rodionov updated HBASE-17147:
--------------------------------------
    Attachment: HBASE-17147-v1.patch

Patch v1. cc: [~enis], [~tedyu@apache.org]

> Reduce logging in BackupLogCleaner
> ----------------------------------
>
>                 Key: HBASE-17147
>                 URL: https://issues.apache.org/jira/browse/HBASE-17147
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Vladimir Rodionov
>            Assignee: Vladimir Rodionov
>         Attachments: HBASE-17147-v1.patch
>
>
> Every minute log cleaner logs the following:
> {quote}
> 2016-11-21 11:23:09,565 DEBUG [ve0524.halxg.cloudera.com,16000,1479750005565_ChoreService_1] impl.BackupSystemTable: Has backup sessions from hbase:backup
> 2016-11-21 11:23:09,567 DEBUG [hconnection-0x4e9c4023-shared-pool11-t85] ipc.RpcConnection: Use SIMPLE authentication for service ClientService, sasl=false
> 2016-11-21 11:23:09,568 DEBUG [hconnection-0x4e9c4023-shared-pool11-t85] ipc.NettyRpcConnection: Connecting to ve0528.halxg.cloudera.com/10.17.240.22:16020
> 2016-11-21 11:23:09,575 DEBUG [hconnection-0x4e9c4023-shared-pool11-t86] ipc.RpcConnection: Use SIMPLE authentication for service ClientService, sasl=false
> 2016-11-21 11:23:09,576 DEBUG [hconnection-0x4e9c4023-shared-pool11-t86] ipc.NettyRpcConnection: Connecting to ve0528.halxg.cloudera.com/10.17.240.22:16020
> 2016-11-21 11:23:09,579 DEBUG [ve0524.halxg.cloudera.com,16000,1479750005565_ChoreService_1] ipc.RpcConnection: Use SIMPLE authentication for service ClientService, sasl=false
> 2016-11-21 11:23:09,579 DEBUG [ve0524.halxg.cloudera.com,16000,1479750005565_ChoreService_1] ipc.NettyRpcConnection: Connecting to ve0528.halxg.cloudera.com/10.17.240.22:16020
> 2016-11-21 11:23:09,581 DEBUG [ve0524.halxg.cloudera.com,16000,1479750005565_ChoreService_1] master.BackupLogCleaner: BackupLogCleaner has no backup sessions
> 2016-11-21 11:23:09,760 DEBUG [Default-IPC-NioEventLoopGroup-1-51] ipc.NettyRpcDuplexHandler: shutdown connection to ve0528.halxg.cloudera.com/10.17.240.22:16020 because idle for a long time
> 2016-11-21 11:23:09,775 DEBUG [Default-IPC-NioEventLoopGroup-1-52] ipc.NettyRpcDuplexHandler: shutdown connection to ve0528.halxg.cloudera.com/10.17.240.22:16020 because idle for a long time
> 2016-11-21 11:23:09,778 DEBUG [Default-IPC-NioEventLoopGroup-1-53] ipc.NettyRpcDuplexHandler: shutdown connection to ve0528.halxg.cloudera.com/10.17.240.22:16020 because idle for a long time
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)