Description
When repairing a table using parallel repair the "Requesting merkle trees for x" message is logged twice:
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])
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.