[jira] [Commented] (CASSANDRA-6261) Repair should display number of rows that mismatched.

2014-02-13 Thread Jonathan Ellis (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-6261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900885#comment-13900885
 ] 

Jonathan Ellis commented on CASSANDRA-6261:
---

This should be part of either CASSANDRA-5483 or CASSANDRA-5839 right?

 Repair should display number of rows that mismatched. 
 --

 Key: CASSANDRA-6261
 URL: https://issues.apache.org/jira/browse/CASSANDRA-6261
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Reporter: sankalp kohli
Assignee: Yuki Morishita
Priority: Minor

 Repair currently displays number of ranges which are out of sync. It would be 
 helpful to display how many rows that did not match. 
 We can do this by sending number of rows with each hash in the Merkle tree. 
  Also we can put the size of rows which contributed to that hash. 
 So each leaf node in the tree will have a hash and also the number of rows 
 and its size. 
 We can also emit the avg rows per hash range and also the min and max. 
 All this will help in tuning the repair 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CASSANDRA-6261) Repair should display number of rows that mismatched.

2014-02-13 Thread Yuki Morishita (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-6261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900909#comment-13900909
 ] 

Yuki Morishita commented on CASSANDRA-6261:
---

Absolutely.

 Repair should display number of rows that mismatched. 
 --

 Key: CASSANDRA-6261
 URL: https://issues.apache.org/jira/browse/CASSANDRA-6261
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Reporter: sankalp kohli
Assignee: Yuki Morishita
Priority: Minor

 Repair currently displays number of ranges which are out of sync. It would be 
 helpful to display how many rows that did not match. 
 We can do this by sending number of rows with each hash in the Merkle tree. 
  Also we can put the size of rows which contributed to that hash. 
 So each leaf node in the tree will have a hash and also the number of rows 
 and its size. 
 We can also emit the avg rows per hash range and also the min and max. 
 All this will help in tuning the repair 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CASSANDRA-6261) Repair should display number of rows that mismatched.

2014-02-13 Thread sankalp kohli (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-6261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900920#comment-13900920
 ] 

sankalp kohli commented on CASSANDRA-6261:
--

I think it should be part of both. 

 Repair should display number of rows that mismatched. 
 --

 Key: CASSANDRA-6261
 URL: https://issues.apache.org/jira/browse/CASSANDRA-6261
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Reporter: sankalp kohli
Priority: Minor

 Repair currently displays number of ranges which are out of sync. It would be 
 helpful to display how many rows that did not match. 
 We can do this by sending number of rows with each hash in the Merkle tree. 
  Also we can put the size of rows which contributed to that hash. 
 So each leaf node in the tree will have a hash and also the number of rows 
 and its size. 
 We can also emit the avg rows per hash range and also the min and max. 
 All this will help in tuning the repair 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CASSANDRA-6261) Repair should display number of rows that mismatched.

2013-10-28 Thread Jonathan Ellis (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-6261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807293#comment-13807293
 ] 

Jonathan Ellis commented on CASSANDRA-6261:
---

Isn't this the same as CASSANDRA-2698 ?

 Repair should display number of rows that mismatched. 
 --

 Key: CASSANDRA-6261
 URL: https://issues.apache.org/jira/browse/CASSANDRA-6261
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Reporter: sankalp kohli
Assignee: Yuki Morishita
Priority: Minor

 Repair currently displays number of ranges which are out of sync. It would be 
 helpful to display how many rows that did not match. 
 We can do this by sending number of rows with each hash in the Merkle tree. 
  Also we can put the size of rows which contributed to that hash. 
 So each leaf node in the tree will have a hash and also the number of rows 
 and its size. 
 We can also emit the avg rows per hash range and also the min and max. 
 All this will help in tuning the repair 



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CASSANDRA-6261) Repair should display number of rows that mismatched.

2013-10-28 Thread Brandon Williams (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-6261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807354#comment-13807354
 ] 

Brandon Williams commented on CASSANDRA-6261:
-

Hmm, I suppose it is, though that's a bit more involved.  How hard is it to 
simply log how many rows were streamed?

 Repair should display number of rows that mismatched. 
 --

 Key: CASSANDRA-6261
 URL: https://issues.apache.org/jira/browse/CASSANDRA-6261
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Reporter: sankalp kohli
Assignee: Yuki Morishita
Priority: Minor

 Repair currently displays number of ranges which are out of sync. It would be 
 helpful to display how many rows that did not match. 
 We can do this by sending number of rows with each hash in the Merkle tree. 
  Also we can put the size of rows which contributed to that hash. 
 So each leaf node in the tree will have a hash and also the number of rows 
 and its size. 
 We can also emit the avg rows per hash range and also the min and max. 
 All this will help in tuning the repair 



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CASSANDRA-6261) Repair should display number of rows that mismatched.

2013-10-28 Thread Yuki Morishita (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-6261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807462#comment-13807462
 ] 

Yuki Morishita commented on CASSANDRA-6261:
---

CASSANDRA-2698 added # of rows and sizes to each Merkle tree leaf.
Right now those are only logged in summary to system.log with DEBUG enabled.

And If you want the precise number of rows streamed, we can count as we write 
the rows in receiver side.

 Repair should display number of rows that mismatched. 
 --

 Key: CASSANDRA-6261
 URL: https://issues.apache.org/jira/browse/CASSANDRA-6261
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Reporter: sankalp kohli
Assignee: Yuki Morishita
Priority: Minor

 Repair currently displays number of ranges which are out of sync. It would be 
 helpful to display how many rows that did not match. 
 We can do this by sending number of rows with each hash in the Merkle tree. 
  Also we can put the size of rows which contributed to that hash. 
 So each leaf node in the tree will have a hash and also the number of rows 
 and its size. 
 We can also emit the avg rows per hash range and also the min and max. 
 All this will help in tuning the repair 



--
This message was sent by Atlassian JIRA
(v6.1#6144)