[jira] [Commented] (CASSANDRA-3255) Sstable scrub status persists in compactionstats after scrub is complete

2011-09-28 Thread Jonathan Ellis (Commented) (JIRA)

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

Jonathan Ellis commented on CASSANDRA-3255:
---

+1 on Pavel's patch

 Sstable scrub status persists in compactionstats after scrub is complete
 

 Key: CASSANDRA-3255
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3255
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Affects Versions: 0.8.5
Reporter: Jason Harvey
Assignee: Pavel Yaskevich
Priority: Trivial
  Labels: compaction
 Fix For: 0.8.7

 Attachments: CASSANDRA-3255.patch


 When scrubbing the sstables on a node, the 'Scrub' info persists in the 
 'compactionstats' nodetool utility, even after the scrub is complete.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (CASSANDRA-3255) Sstable scrub status persists in compactionstats after scrub is complete

2011-09-28 Thread Hudson (Commented) (JIRA)

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

Hudson commented on CASSANDRA-3255:
---

Integrated in Cassandra-0.8 #347 (See 
[https://builds.apache.org/job/Cassandra-0.8/347/])
Fix Scrub compaction finishing
patch by Pavel Yaskevich; reviewed by Jonathan Ellis for (CASSANDRA-3255)

xedin : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1176926
Files : 
* /cassandra/branches/cassandra-0.8/CHANGES.txt
* 
/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/db/compaction/CompactionManager.java


 Sstable scrub status persists in compactionstats after scrub is complete
 

 Key: CASSANDRA-3255
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3255
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Affects Versions: 0.8.5
Reporter: Jason Harvey
Assignee: Pavel Yaskevich
Priority: Trivial
  Labels: compaction
 Fix For: 0.8.7

 Attachments: CASSANDRA-3255.patch


 When scrubbing the sstables on a node, the 'Scrub' info persists in the 
 'compactionstats' nodetool utility, even after the scrub is complete.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (CASSANDRA-3255) Sstable scrub status persists in compactionstats after scrub is complete

2011-09-24 Thread Jeremy Hanna (JIRA)

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

Jeremy Hanna commented on CASSANDRA-3255:
-

Is this the same as CASSANDRA-3236?

 Sstable scrub status persists in compactionstats after scrub is complete
 

 Key: CASSANDRA-3255
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3255
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Affects Versions: 0.8.5
Reporter: Jason Harvey
Assignee: Pavel Yaskevich
Priority: Trivial
  Labels: compaction
 Fix For: 0.8.7


 When scrubbing the sstables on a node, the 'Scrub' info persists in the 
 'compactionstats' nodetool utility, even after the scrub is complete.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (CASSANDRA-3255) Sstable scrub status persists in compactionstats after scrub is complete

2011-09-24 Thread Jason Harvey (JIRA)

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

Jason Harvey commented on CASSANDRA-3255:
-

Yep, didn't see that. I'm fine with closing this as a duplicate.

 Sstable scrub status persists in compactionstats after scrub is complete
 

 Key: CASSANDRA-3255
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3255
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Affects Versions: 0.8.5
Reporter: Jason Harvey
Assignee: Pavel Yaskevich
Priority: Trivial
  Labels: compaction
 Fix For: 0.8.7


 When scrubbing the sstables on a node, the 'Scrub' info persists in the 
 'compactionstats' nodetool utility, even after the scrub is complete.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (CASSANDRA-3255) Sstable scrub status persists in compactionstats after scrub is complete

2011-09-24 Thread Jason Harvey (JIRA)

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

Jason Harvey commented on CASSANDRA-3255:
-

Actually, the other issue claims that the scrub is hanging. The issue I've 
listed here is that the information just persists even after completion.

This is very easy to test. Just create a CF, add some data, flush, and then run 
scrub a few times in a row. The scrubs will all complete, but all of the info 
from the scrubs will stick around in 'compactionstats'.

 Sstable scrub status persists in compactionstats after scrub is complete
 

 Key: CASSANDRA-3255
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3255
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Affects Versions: 0.8.5
Reporter: Jason Harvey
Assignee: Pavel Yaskevich
Priority: Trivial
  Labels: compaction
 Fix For: 0.8.7


 When scrubbing the sstables on a node, the 'Scrub' info persists in the 
 'compactionstats' nodetool utility, even after the scrub is complete.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira