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

Jean-Daniel Cryans updated HBASE-9033:
--------------------------------------

    Attachment: HBASE-9033.patch

Patch that adds the tracing. I'm also lowering the log level of "Getting x rs 
from peer cluster" because of feedback I got that it was spammy when the peer 
is down.

Also I'm fixing HBASE-8599 as with this logging I saw that we weren't getting 
rid of all the logs. I now call clean right after we get a new log since we 
know we can clean the previous one. The semantics of those methods since to 
have changed over time...

I'm also adding a new total in ReplicationSource to count the number of rows 
that are replicated, useful when debugging tests.
                
> Add tracing to ReplicationSource and enable it in tests
> -------------------------------------------------------
>
>                 Key: HBASE-9033
>                 URL: https://issues.apache.org/jira/browse/HBASE-9033
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.98.0, 0.95.2
>
>         Attachments: HBASE-9033.patch
>
>
> We used to have a lot of logging in ReplicationSource but most of it went 
> away, but debugging the big replication tests is still pretty hard. I think 
> we should add that logging back but at the TRACE level, and enable it only 
> for the unit tests.

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

Reply via email to