You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jj...@apache.org on 2019/06/21 17:55:55 UTC

[cassandra] branch trunk updated: Repair: fix log for inconsistent-left-subrange log statement

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 <nj...@osii.com>
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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org