[jira] Updated: (CASSANDRA-1041) Skip large size (Configurable) SSTable in minor or/and major compaction

2010-05-05 Thread Schubert Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Schubert Zhang updated CASSANDRA-1041: -- Attachment: (was: CASSANDRA-1041-0.6.1.patch) Skip large size (Configurable)

[jira] Updated: (CASSANDRA-1041) Skip large size (Configurable) SSTable in minor or/and major compaction

2010-05-05 Thread Schubert Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Schubert Zhang updated CASSANDRA-1041: -- Attachment: CASSANDRA-1041-0.6.1.patch Replace the CASSANDRA-1041-0.6.1.patch. We

[jira] Created: (CASSANDRA-1051) Create sstable2json.bat and json2sstable.bat for working on windows

2010-05-05 Thread dopsun (JIRA)
Create sstable2json.bat and json2sstable.bat for working on windows --- Key: CASSANDRA-1051 URL: https://issues.apache.org/jira/browse/CASSANDRA-1051 Project: Cassandra Issue

[jira] Updated: (CASSANDRA-1051) Create sstable2json.bat and json2sstable.bat for working on windows

2010-05-05 Thread dopsun (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dopsun updated CASSANDRA-1051: -- Attachment: sstable2json.bat json2sstable.bat Create sstable2json.bat and

svn commit: r941327 - in /cassandra/branches/cassandra-0.6: CHANGES.txt conf/storage-conf.xml src/java/org/apache/cassandra/config/DatabaseDescriptor.java src/java/org/apache/cassandra/locator/Abstrac

2010-05-05 Thread jbellis
Author: jbellis Date: Wed May 5 14:50:48 2010 New Revision: 941327 URL: http://svn.apache.org/viewvc?rev=941327view=rev Log: make hinted handoff option global to make it easier to merge to trunk. patch by jbellis Modified: cassandra/branches/cassandra-0.6/CHANGES.txt

[jira] Commented: (CASSANDRA-894) Disable Hinted Handoff Option

2010-05-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864353#action_12864353 ] Jonathan Ellis commented on CASSANDRA-894: -- Turns out per-keyspace is rather a

[jira] Commented: (CASSANDRA-1038) Not all column families are created

2010-05-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864358#action_12864358 ] Jonathan Ellis commented on CASSANDRA-1038: --- +1 Not all column families are

svn commit: r941349 - in /cassandra/trunk: src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/db/migration/ test/unit/org/apache/cassandra/ test/unit/org/apache/cassandra/db/commitlog

2010-05-05 Thread gdusbabek
Author: gdusbabek Date: Wed May 5 15:34:07 2010 New Revision: 941349 URL: http://svn.apache.org/viewvc?rev=941349view=rev Log: restrict how and when CFMetaData objects are added to the static cfid map. Patch by Gary Dusbabek, reviewed by Jonthan Ellis. Modified:

[jira] Created: (CASSANDRA-1052) Move ks/cf definitions into system keyspace

2010-05-05 Thread Jonathan Ellis (JIRA)
Move ks/cf definitions into system keyspace --- Key: CASSANDRA-1052 URL: https://issues.apache.org/jira/browse/CASSANDRA-1052 Project: Cassandra Issue Type: Task Reporter: Jonathan Ellis

svn commit: r941371 - in /cassandra/trunk: ./ conf/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/locator/

2010-05-05 Thread jbellis
Author: jbellis Date: Wed May 5 16:29:26 2010 New Revision: 941371 URL: http://svn.apache.org/viewvc?rev=941371view=rev Log: merge from 0.6 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt cassandra/trunk/conf/cassandra.yaml

[Cassandra Wiki] Trivial Update of ArchitectureAntiEntro py by StuHood

2010-05-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The ArchitectureAntiEntropy page has been changed by StuHood. http://wiki.apache.org/cassandra/ArchitectureAntiEntropy?action=diffrev1=2rev2=3

[jira] Commented: (CASSANDRA-1016) Coprocessors

2010-05-05 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864416#action_12864416 ] Stu Hood commented on CASSANDRA-1016: - I'm extremely curious about the progress

[jira] Created: (CASSANDRA-1053) Expose setting of phi in the FailureDetector

2010-05-05 Thread Brandon Williams (JIRA)
Expose setting of phi in the FailureDetector Key: CASSANDRA-1053 URL: https://issues.apache.org/jira/browse/CASSANDRA-1053 Project: Cassandra Issue Type: Improvement Affects Versions: 0.6

[jira] Created: (CASSANDRA-1054) isSuper flag in cfstore is wrongly set in 0.7

2010-05-05 Thread Sylvain Lebresne (JIRA)
isSuper flag in cfstore is wrongly set in 0.7 - Key: CASSANDRA-1054 URL: https://issues.apache.org/jira/browse/CASSANDRA-1054 Project: Cassandra Issue Type: Bug Components: Core

[jira] Updated: (CASSANDRA-1054) isSuper flag in cfstore is wrongly set in 0.7

2010-05-05 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-1054: Attachment: 0001-Removing-unused-and-wrongly-set-isSuper-flag-in-cfst.patch

svn commit: r941443 - /cassandra/trunk/src/java/org/apache/cassandra/db/ColumnFamilyStore.java

2010-05-05 Thread jbellis
Author: jbellis Date: Wed May 5 19:40:06 2010 New Revision: 941443 URL: http://svn.apache.org/viewvc?rev=941443view=rev Log: r/m unused isSuper flag from CFS. patch by Sylvain Lebresne; reviewed by jbellis for CASSANDRA-1054 Modified:

[jira] Created: (CASSANDRA-1055) Update javadocs for various snitch/rack aware related files

2010-05-05 Thread Jeremy Hanna (JIRA)
Update javadocs for various snitch/rack aware related files --- Key: CASSANDRA-1055 URL: https://issues.apache.org/jira/browse/CASSANDRA-1055 Project: Cassandra Issue Type: Improvement

[jira] Commented: (CASSANDRA-580) vector clock support

2010-05-05 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864475#action_12864475 ] Sylvain Lebresne commented on CASSANDRA-580: Where are you with this patch

[jira] Assigned: (CASSANDRA-1055) Update javadocs for various snitch/rack aware related files

2010-05-05 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna reassigned CASSANDRA-1055: --- Assignee: Jeremy Hanna Update javadocs for various snitch/rack aware related

[jira] Commented: (CASSANDRA-948) Cannot Start Cassandra Under Windows

2010-05-05 Thread Avi Kapuya (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864487#action_12864487 ] Avi Kapuya commented on CASSANDRA-948: -- Fixed by adding CASSANDRA_HOME environment

[jira] Issue Comment Edited: (CASSANDRA-948) Cannot Start Cassandra Under Windows

2010-05-05 Thread Avi Kapuya (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864487#action_12864487 ] Avi Kapuya edited comment on CASSANDRA-948 at 5/5/10 4:19 PM:

[jira] Commented: (CASSANDRA-948) Cannot Start Cassandra Under Windows

2010-05-05 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864493#action_12864493 ] Gary Dusbabek commented on CASSANDRA-948: - from IRC: n] gdusbabek,

svn commit: r941476 - /cassandra/branches/cassandra-0.6/bin/cassandra.bat

2010-05-05 Thread gdusbabek
Author: gdusbabek Date: Wed May 5 20:40:17 2010 New Revision: 941476 URL: http://svn.apache.org/viewvc?rev=941476view=rev Log: make startup work on windows. Patch by Leif Hallgren, reviewed by Gary Dusbabek and tested by n] (IRC nick). Modified:

svn commit: r941477 - /cassandra/branches/cassandra-0.6/CHANGES.txt

2010-05-05 Thread gdusbabek
Author: gdusbabek Date: Wed May 5 20:41:02 2010 New Revision: 941477 URL: http://svn.apache.org/viewvc?rev=941477view=rev Log: make startup work on windows. Patch by Leif Hallgren, reviewed by Gary Dusbabek and tested by n] (IRC nick). Modified: cassandra/branches/cassandra-0.6/CHANGES.txt

[jira] Resolved: (CASSANDRA-948) Cannot Start Cassandra Under Windows

2010-05-05 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek resolved CASSANDRA-948. - Fix Version/s: 0.7 Resolution: Fixed Thanks for the patch Leif! Cannot Start

[jira] Commented: (CASSANDRA-1046) optimize Memtable.getSliceIterator

2010-05-05 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864526#action_12864526 ] Stu Hood commented on CASSANDRA-1046: - That's only one of the bullet points on

[jira] Commented: (CASSANDRA-981) Dynamic endpoint snitch

2010-05-05 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864550#action_12864550 ] Stu Hood commented on CASSANDRA-981: but that is actually solving a different

[Cassandra Wiki] Trivial Update of Operations by jere myhanna

2010-05-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The Operations page has been changed by jeremyhanna. The comment on this change is: Fixed a couple of typos. http://wiki.apache.org/cassandra/Operations?action=diffrev1=42rev2=43

svn commit: r941526 - /cassandra/branches/cassandra-0.6/src/java/org/apache/cassandra/io/SSTableReader.java

2010-05-05 Thread jbellis
Author: jbellis Date: Wed May 5 22:49:46 2010 New Revision: 941526 URL: http://svn.apache.org/viewvc?rev=941526view=rev Log: r/m unused FileSSTableMap class. patch by jbellis Modified: cassandra/branches/cassandra-0.6/src/java/org/apache/cassandra/io/SSTableReader.java Modified:

[jira] Created: (CASSANDRA-1056) size of row in spanned index entries does not include key bytes

2010-05-05 Thread Jonathan Ellis (JIRA)
size of row in spanned index entries does not include key bytes --- Key: CASSANDRA-1056 URL: https://issues.apache.org/jira/browse/CASSANDRA-1056 Project: Cassandra Issue Type: Bug

[jira] Updated: (CASSANDRA-1056) size of row in spanned index entries does not include key bytes

2010-05-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1056: -- Attachment: 1056.txt unit test + fix size of row in spanned index entries does

[Cassandra Wiki] Trivial Update of Operations by jere myhanna

2010-05-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The Operations page has been changed by jeremyhanna. The comment on this change is: fixed a typo. http://wiki.apache.org/cassandra/Operations?action=diffrev1=45rev2=46

[Cassandra Wiki] Trivial Update of Operations by jere myhanna

2010-05-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The Operations page has been changed by jeremyhanna. The comment on this change is: Made a command-line call into code-formatted text to make it consistent..

[Cassandra Wiki] Trivial Update of Operations by jere myhanna

2010-05-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The Operations page has been changed by jeremyhanna. The comment on this change is: fixing a typo. http://wiki.apache.org/cassandra/Operations?action=diffrev1=47rev2=48

[Cassandra Wiki] Update of Operations by jeremyhanna

2010-05-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The Operations page has been changed by jeremyhanna. The comment on this change is: Removed unnecessary ! character (since it preceeded two capital letters).

[jira] Created: (CASSANDRA-1057) Login information stored in threads may be reused.

2010-05-05 Thread Kenny (JIRA)
Login information stored in threads may be reused. -- Key: CASSANDRA-1057 URL: https://issues.apache.org/jira/browse/CASSANDRA-1057 Project: Cassandra Issue Type: Bug Reporter:

[jira] Commented: (CASSANDRA-749) Secondary indices for column families

2010-05-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864626#action_12864626 ] Jonathan Ellis commented on CASSANDRA-749: -- He's referring to CASSANDRA-1016.

[jira] Updated: (CASSANDRA-1040) read failure during flush

2010-05-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1040: -- Fix Version/s: 0.6.2 read failure during flush -

[jira] Issue Comment Edited: (CASSANDRA-1040) read failure during flush

2010-05-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12864635#action_12864635 ] Jonathan Ellis edited comment on CASSANDRA-1040 at 5/5/10 11:28 PM: