[
https://issues.apache.org/jira/browse/HBASE-8879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13702544#comment-13702544
]
Hudson commented on HBASE-8879:
-------------------------------
Integrated in HBase-TRUNK #4225 (See
[https://builds.apache.org/job/HBase-TRUNK/4225/])
HBASE-8879 Client Scanner spams the logs if there are lots of scanners.
(Revision 1500870)
Result = SUCCESS
eclark :
Files :
*
/hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientScanner.java
> Client Scanner spams the logs if there are lots of scanners.
> ------------------------------------------------------------
>
> Key: HBASE-8879
> URL: https://issues.apache.org/jira/browse/HBASE-8879
> Project: HBase
> Issue Type: Bug
> Components: Client
> Affects Versions: 0.98.0, 0.95.1
> Reporter: Elliott Clark
> Assignee: Elliott Clark
> Labels: noob
> Fix For: 0.98.0, 0.95.2
>
> Attachments: HBASE-8879-0.patch
>
>
> The log in client scanner should probably be on the trace level otherwise you
> end up with this:
> {code}
> 2013-07-05 12:41:12,501 DEBUG [pool-48-thread-3] client.ClientScanner(97):
> Scan table=IntegrationTestMTTR, startRow=
> 2013-07-05 12:41:12,502 DEBUG [pool-48-thread-3] client.ClientScanner(97):
> Scan table=IntegrationTestMTTR, startRow=
> 2013-07-05 12:41:12,503 DEBUG [pool-48-thread-3] client.ClientScanner(97):
> Scan table=IntegrationTestMTTR, startRow=
> 2013-07-05 12:41:12,506 DEBUG [pool-48-thread-3] client.ClientScanner(97):
> Scan table=IntegrationTestMTTR, startRow=
> 2013-07-05 12:41:12,507 DEBUG [pool-48-thread-3] client.ClientScanner(97):
> Scan table=IntegrationTestMTTR, startRow=
> 2013-07-05 12:41:12,508 DEBUG [pool-48-thread-3] client.ClientScanner(97):
> Scan table=IntegrationTestMTTR, startRow=
> 2013-07-05 12:41:12,509 DEBUG [pool-48-thread-3] client.ClientScanner(97):
> Scan table=IntegrationTestMTTR, startRow=
> 2013-07-05 12:41:12,509 DEBUG [pool-48-thread-3] client.ClientScanner(97):
> Scan table=IntegrationTestMTTR, startRow=
> 2013-07-05 12:41:12,510 DEBUG [pool-48-thread-3] client.ClientScanner(97):
> Scan table=IntegrationTestMTTR, startRow=
> {code}
--
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