[
https://issues.apache.org/jira/browse/CASSANDRA-11486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcus Eriksson updated CASSANDRA-11486:
----------------------------------------
Reviewer: Marcus Eriksson
> Duplicate logging of merkle tree request
> ----------------------------------------
>
> Key: CASSANDRA-11486
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11486
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Marcus Olsson
> Assignee: Marcus Olsson
> Priority: Trivial
> Attachments: duplicate_repair_logging-2.2.patch,
> duplicate_repair_logging-3.0.patch
>
>
> When repairing a table using parallel repair the "Requesting merkle trees for
> x" message is logged twice:
> {noformat}
> 2016-04-04T13:17:06.217+0200 INFO [Repair#47:1] RepairJob.java:107 [repair
> #c370f703-fa56-11e5-a98e-bbedcba36f16] requesting merkle trees for x (to
> [/x.x.x.1, /x.x.x.2, /x.x.x.3])
> 2016-04-04T13:17:06.217+0200 INFO [Repair#47:1] RepairJob.java:181 [repair
> #c370f703-fa56-11e5-a98e-bbedcba36f16] Requesting merkle trees for x (to
> [/x.x.x.1, /x.x.x.2, /x.x.x.3])
> {noformat}
> Attaching trivial patches that removes the duplicate logging as well as
> adding a repair trace message to sequential validations. The 3.0 version
> should apply cleanly to trunk.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)