This is an automated email from the ASF dual-hosted git repository.
jjirsa pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new 802989d Repair: fix log for inconsistent-left-subrange log statement
802989d is described below
commit 802989dce75847f87a5a47e2fe5d590d02f086fa
Author: Jackels <[email protected]>
AuthorDate: Wed Jun 19 21:53:09 2019 -0500
Repair: fix log for inconsistent-left-subrange log statement
Closes #327
Patch by Nathan Jackles; Reviewed by Jeff Jirsa for CASSANDRA-15173
---
src/java/org/apache/cassandra/utils/MerkleTree.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/java/org/apache/cassandra/utils/MerkleTree.java
b/src/java/org/apache/cassandra/utils/MerkleTree.java
index 1d51f03..d131ff5 100644
--- a/src/java/org/apache/cassandra/utils/MerkleTree.java
+++ b/src/java/org/apache/cassandra/utils/MerkleTree.java
@@ -313,7 +313,7 @@ public class MerkleTree implements Serializable
}
else if (!lreso)
{
- logger.debug("({}) Left sub-range fully inconsistent {}",
active.depth, right);
+ logger.debug("({}) Left sub-range fully inconsistent {}",
active.depth, left);
ldiff = FULLY_INCONSISTENT;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]