Andrew Johnson created CASSANDRA-7989:
-----------------------------------------

             Summary: "nodetool repair" goes to infinite repair, continue 
beyond the number of tokens handled in a single repair. 
                 Key: CASSANDRA-7989
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7989
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Andrew Johnson
            Priority: Minor
             Fix For: 2.0.9


DSE 4.0.3 with patch (Cassandra 2.0.9.61)

Percentage reported stays in 99.999%

We are computing % complete by

[ (Current token processed - initial token processed) / (# of token handled by 
this node) ] * 100 = xx.xx %

In this case, it goes beyond 100% meaning numerator(repaired number of tokens 
in this session) is greater than the number of tokens handled by this node 
(5624 in this node), we caught this and report 99.999%

AntiEntropySession increments and there are no visible errors nor exceptions in 
the log once it was stabilized, also a sub process neither terminated nor 
finished. 
(Note, when this session started, there were many exceptions - snapshot 
creation - causing a sub process to be terminated and restarted about 5 times 
within a hour but once it is stabilized, it kept going since Aug 22.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to