[jira] Commented: (CASSANDRA-2014) Can't delete whole row from Hadoop MapReduce

2011-02-17 Thread Patrik Modesto (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995728#comment-12995728 ] Patrik Modesto commented on CASSANDRA-2014: --- Hi, can the fix be merged

[jira] Created: (CASSANDRA-2180) Cassandra node should log in system.log how and when it was signalled to stop and when it stopped and if it stopped without problems

2011-02-17 Thread Mateusz Korniak (JIRA)
Cassandra node should log in system.log how and when it was signalled to stop and when it stopped and if it stopped without problems Key:

[jira] Updated: (CASSANDRA-2070) replace ExpiringMap with google collections MapMaker

2011-02-17 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2070: --- Attachment: CASSANDRA-2070.patch replace ExpiringMap with google collections

[jira] Updated: (CASSANDRA-2070) replace ExpiringMap with google collections MapMaker

2011-02-17 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2070: --- Remaining Estimate: 4h Original Estimate: 4h replace ExpiringMap with

[jira] Created: (CASSANDRA-2181) sstable2json should return better error message if the usage is wrong

2011-02-17 Thread Shotaro Kamio (JIRA)
sstable2json should return better error message if the usage is wrong - Key: CASSANDRA-2181 URL: https://issues.apache.org/jira/browse/CASSANDRA-2181 Project: Cassandra

[jira] Resolved: (CASSANDRA-2180) Cassandra node should log in system.log how and when it was signalled to stop and when it stopped and if it stopped without problems

2011-02-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2180. --- Resolution: Invalid Cassandra is crash-only. See

svn commit: r1071636 - in /cassandra/branches/cassandra-0.7: CHANGES.txt src/java/org/apache/cassandra/hadoop/ColumnFamilyRecordWriter.java

2011-02-17 Thread jbellis
Author: jbellis Date: Thu Feb 17 15:08:24 2011 New Revision: 1071636 URL: http://svn.apache.org/viewvc?rev=1071636view=rev Log: Handle whole-row deletions in CFOutputFormat patch by Patrik Modesto; reviewed by jbellis for CASSANDRA-2014 Modified: cassandra/branches/cassandra-0.7/CHANGES.txt

[jira] Resolved: (CASSANDRA-2014) Can't delete whole row from Hadoop MapReduce

2011-02-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2014. --- Resolution: Fixed Fix Version/s: (was: 0.7.2) 0.7.3

[jira] Reopened: (CASSANDRA-2070) replace ExpiringMap with google collections MapMaker

2011-02-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reopened CASSANDRA-2070: --- Assignee: (was: Pavel Yaskevich) replace ExpiringMap with google

[jira] Resolved: (CASSANDRA-2070) replace ExpiringMap with google collections MapMaker

2011-02-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2070. --- Resolution: Won't Fix Fix Version/s: (was: 0.8) replace ExpiringMap

[jira] Commented: (CASSANDRA-2070) replace ExpiringMap with google collections MapMaker

2011-02-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995848#comment-12995848 ] Jonathan Ellis commented on CASSANDRA-2070: --- I didn't realize that the guava

svn commit: r1071645 - /cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/utils/ExpiringMap.java

2011-02-17 Thread jbellis
Author: jbellis Date: Thu Feb 17 15:30:08 2011 New Revision: 1071645 URL: http://svn.apache.org/viewvc?rev=1071645view=rev Log: ExpiringMap cleanup patch by Pavel Yaskevich Modified: cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/utils/ExpiringMap.java Modified:

svn commit: r1071646 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/hadoop/ src/java/org/apache/cassandra/utils/

2011-02-17 Thread jbellis
Author: jbellis Date: Thu Feb 17 15:33:51 2011 New Revision: 1071646 URL: http://svn.apache.org/viewvc?rev=1071646view=rev Log: merge from 0.7 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt cassandra/trunk/contrib/ (props changed)

[jira] Commented: (CASSANDRA-2014) Can't delete whole row from Hadoop MapReduce

2011-02-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995852#comment-12995852 ] Hudson commented on CASSANDRA-2014: --- Integrated in Cassandra-0.7 #284 (See

svn commit: r1071649 - /cassandra/trunk/src/java/org/apache/cassandra/db/CounterMutation.java

2011-02-17 Thread jbellis
Author: jbellis Date: Thu Feb 17 15:40:42 2011 New Revision: 1071649 URL: http://svn.apache.org/viewvc?rev=1071649view=rev Log: fix #1255 for counters Modified: cassandra/trunk/src/java/org/apache/cassandra/db/CounterMutation.java Modified:

svn commit: r1071651 - /cassandra/trunk/src/java/org/apache/cassandra/db/CounterMutation.java

2011-02-17 Thread jbellis
Author: jbellis Date: Thu Feb 17 15:41:16 2011 New Revision: 1071651 URL: http://svn.apache.org/viewvc?rev=1071651view=rev Log: ... really fix #1255 for counters Modified: cassandra/trunk/src/java/org/apache/cassandra/db/CounterMutation.java Modified:

svn commit: r1071661 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/service/

2011-02-17 Thread jbellis
Author: jbellis Date: Thu Feb 17 15:54:59 2011 New Revision: 1071661 URL: http://svn.apache.org/viewvc?rev=1071661view=rev Log: merge from 0.7 Modified: cassandra/trunk/ (props changed) cassandra/trunk/contrib/ (props changed)

svn commit: r1071663 - /cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/service/RepairCallback.java

2011-02-17 Thread jbellis
Author: jbellis Date: Thu Feb 17 15:56:10 2011 New Revision: 1071663 URL: http://svn.apache.org/viewvc?rev=1071663view=rev Log: resolve is actually useless unless we have multiple replies patch by jbellis Modified:

[jira] Commented: (CASSANDRA-1902) Migrate cached pages during compaction

2011-02-17 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995861#comment-12995861 ] T Jake Luciani commented on CASSANDRA-1902: --- Attached new version with a

[jira] Updated: (CASSANDRA-2182) Cassandra doesn't startup on single core boxes.

2011-02-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2182: -- Affects Version/s: (was: 0.7.1) 0.7.3 +1 (this was from

[jira] Updated: (CASSANDRA-1938) Use UUID as node identifiers in counters instead of IP addresses

2011-02-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-1938: Attachment: (was: 0001-Use-uuid-instead-of-IP-for-counters.patch) Use

[jira] Updated: (CASSANDRA-1938) Use UUID as node identifiers in counters instead of IP addresses

2011-02-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-1938: Attachment: 0002-Merge-old-shard-locally.patch

[jira] Updated: (CASSANDRA-1938) Use UUID as node identifiers in counters instead of IP addresses

2011-02-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-1938: Attachment: (was: 0002-Merge-old-shard-locally.patch) Use UUID as node

[jira] Resolved: (CASSANDRA-2182) Cassandra doesn't startup on single core boxes.

2011-02-17 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani resolved CASSANDRA-2182. --- Resolution: Fixed Cassandra doesn't startup on single core boxes.

[jira] Created: (CASSANDRA-2183) memtable_flush_after_mins setting not working

2011-02-17 Thread Ching-cheng (JIRA)
memtable_flush_after_mins setting not working - Key: CASSANDRA-2183 URL: https://issues.apache.org/jira/browse/CASSANDRA-2183 Project: Cassandra Issue Type: Bug Components: Core

[jira] Updated: (CASSANDRA-2183) memtable_flush_after_mins setting not working

2011-02-17 Thread Ching-cheng (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ching-cheng updated CASSANDRA-2183: --- Description: We have observed the behavior that memtable_flush_after_mins setting not

[jira] Updated: (CASSANDRA-2183) memtable_flush_after_mins setting not working

2011-02-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2183: -- Attachment: 2183.txt The original approach of checking barely more often than we

[jira] Updated: (CASSANDRA-2183) memtable_flush_after_mins setting not working

2011-02-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2183: -- Reviewer: chenyy Affects Version/s: (was: 0.7.1) Fix

[jira] Commented: (CASSANDRA-1902) Migrate cached pages during compaction

2011-02-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995921#comment-12995921 ] Jonathan Ellis commented on CASSANDRA-1902: --- Can you give an overview of

[jira] Updated: (CASSANDRA-2047) Stress --keep-going should become --keep-trying

2011-02-17 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2047: --- Reviewer: tjake Remaining Estimate: 4h Original Estimate: 4h

[jira] Updated: (CASSANDRA-2047) Stress --keep-going should become --keep-trying

2011-02-17 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2047: --- Attachment: CASSANDRA-2047.patch branch: cassandra-0.7.2 (latest commit

[jira] Commented: (CASSANDRA-2182) Cassandra doesn't startup on single core boxes.

2011-02-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995936#comment-12995936 ] Hudson commented on CASSANDRA-2182: --- Integrated in Cassandra-0.7 #287 (See

[jira] Commented: (CASSANDRA-1902) Migrate cached pages during compaction

2011-02-17 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995947#comment-12995947 ] T Jake Luciani commented on CASSANDRA-1902: --- bq. Can you give an overview of

[jira] Commented: (CASSANDRA-1902) Migrate cached pages during compaction

2011-02-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995960#comment-12995960 ] Jonathan Ellis commented on CASSANDRA-1902: --- Instead of re-memmapping

[jira] Commented: (CASSANDRA-1902) Migrate cached pages during compaction

2011-02-17 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995963#comment-12995963 ] T Jake Luciani commented on CASSANDRA-1902: --- I tried that first but it

[jira] Created: (CASSANDRA-2184) Returning split length of 0 confuses Pig

2011-02-17 Thread Jonathan Ellis (JIRA)
Returning split length of 0 confuses Pig Key: CASSANDRA-2184 URL: https://issues.apache.org/jira/browse/CASSANDRA-2184 Project: Cassandra Issue Type: Bug Components: Hadoop Affects

[jira] Updated: (CASSANDRA-2137) stress.java should have a way to specify the replication strategy

2011-02-17 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2137: --- Remaining Estimate: 0.5h Original Estimate: 0.5h stress.java should have a

[jira] Updated: (CASSANDRA-2137) stress.java should have a way to specify the replication strategy

2011-02-17 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2137: --- Attachment: CASSANDRA-2137.patch branch cassandra-0.7.2 (latest commit

[jira] Updated: (CASSANDRA-2124) JDBC driver for CQL

2011-02-17 Thread Vivek Mishra (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vivek Mishra updated CASSANDRA-2124: Attachment: cassandra_generic_decoder.patch Draft patch with logic for column decoding

[jira] Commented: (CASSANDRA-2137) stress.java should have a way to specify the replication strategy

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995995#comment-12995995 ] Brandon Williams commented on CASSANDRA-2137: - We also need to be able to

[jira] Updated: (CASSANDRA-2175) make key cache preheating use less memory

2011-02-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2175: -- Attachment: 2175-0.6.txt adds -Dcompaction_preheat_key_cache (default false) for

[jira] Commented: (CASSANDRA-2175) make key cache preheating use less memory

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12996020#comment-12996020 ] Brandon Williams commented on CASSANDRA-2175: - +1 make key cache

[jira] Updated: (CASSANDRA-2137) stress.java should have a way to specify the replication strategy

2011-02-17 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2137: --- Attachment: CASSANDRA-2137-v2.patch Options are: -R (--replication-strategy) -O

[jira] Updated: (CASSANDRA-1278) Make bulk loading into Cassandra less crappy, more pluggable

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1278: Fix Version/s: (was: 0.7.2) 0.7.3 Make bulk loading

[jira] Updated: (CASSANDRA-1472) Add bitmap secondary indexes

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1472: Fix Version/s: (was: 0.7.2) 0.7.3 Add bitmap secondary

[jira] Updated: (CASSANDRA-1337) parallelize fetching rows for low-cardinality indexes

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1337: Fix Version/s: (was: 0.7.2) 0.7.3 parallelize fetching

[jira] Updated: (CASSANDRA-1143) Nodetool gives cryptic errors when given a nonexistent keyspace arg

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1143: Fix Version/s: (was: 0.7.2) 0.7.3 Nodetool gives

[jira] Updated: (CASSANDRA-1379) Uncached row reads may block cached reads

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1379: Fix Version/s: (was: 0.7.2) 0.7.3 Uncached row reads

[jira] Updated: (CASSANDRA-1537) Add option (on CF) to remove expired column on minor compactions

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1537: Fix Version/s: (was: 0.7.2) 0.7.3 Add option (on CF)

[jira] Updated: (CASSANDRA-1498) Add a simple MapReduce system test

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1498: Fix Version/s: (was: 0.7.2) 0.7.3 Add a simple

[jira] Updated: (CASSANDRA-1740) Nodetool commands to query and stop compaction, repair, and cleanup

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1740: Fix Version/s: (was: 0.7.2) 0.7.3 Nodetool commands to

[jira] Updated: (CASSANDRA-1882) rate limit all background I/O

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1882: Fix Version/s: (was: 0.7.2) 0.7.3 rate limit all

[jira] Updated: (CASSANDRA-1673) Add a way to force remove tombstones before GCGraceSeconds

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1673: Fix Version/s: (was: 0.7.2) 0.7.3 Add a way to force

[jira] Updated: (CASSANDRA-1585) Schema rename with compaction race

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1585: Fix Version/s: (was: 0.7.2) 0.7.3 Schema rename with

[jira] Updated: (CASSANDRA-1559) make {SuperColumn,ColumnFamily}.addColumn() correct in the face of concurrent removals

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1559: Fix Version/s: (was: 0.7.2) 0.7.3 make

[jira] Updated: (CASSANDRA-1877) sstable2json fails to skip corrupt rows

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1877: Fix Version/s: (was: 0.7.2) 0.7.3 sstable2json fails

[jira] Updated: (CASSANDRA-1761) Indexes: Auto-generating the CFname may collide with user-generated names

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1761: Fix Version/s: (was: 0.7.2) 0.7.3 Indexes:

[jira] Updated: (CASSANDRA-1828) Create a pig storefunc

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1828: Fix Version/s: (was: 0.7.2) 0.7.3 Create a pig

[jira] Updated: (CASSANDRA-1956) Convert row cache to row+filter cache

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1956: Fix Version/s: (was: 0.7.2) 0.7.3 Convert row cache to

[jira] Updated: (CASSANDRA-1955) memtable flushing can block writes due to queue size limitations even though overall write throughput is below capacity

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1955: Fix Version/s: (was: 0.7.2) 0.7.3 memtable flushing

[jira] Updated: (CASSANDRA-1996) Add to the hadoop integration contrib stuff - more complicated set of text

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1996: Fix Version/s: (was: 0.7.2) 0.7.3 Add to the hadoop

[jira] Updated: (CASSANDRA-2003) get_range_slices test

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2003: Fix Version/s: (was: 0.7.2) 0.7.3 get_range_slices

[jira] Updated: (CASSANDRA-2008) CLI help incorrect in places

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2008: Fix Version/s: (was: 0.7.2) 0.7.3 CLI help incorrect

[jira] Updated: (CASSANDRA-2019) add interface to DatabaseDescriptor to help setting seeds and tokens at boot time (for EC2 feature)

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2019: Fix Version/s: (was: 0.7.2) 0.7.3 add interface to

[jira] Updated: (CASSANDRA-2062) Better control of iterator consumption

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2062: Fix Version/s: (was: 0.7.2) 0.7.3 Better control of

[jira] Updated: (CASSANDRA-2075) Eliminate excess comparator creation

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2075: Fix Version/s: (was: 0.7.2) 0.7.3 Eliminate excess

[jira] Updated: (CASSANDRA-1978) get_range_slices: allow key and token to be interoperable

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1978: Fix Version/s: (was: 0.7.2) 0.7.3 get_range_slices:

[jira] Updated: (CASSANDRA-2100) Restart required to change cache_save_period

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2100: Fix Version/s: (was: 0.7.2) 0.7.3 Restart required to

[jira] Updated: (CASSANDRA-2045) Simplify HH to decrease read load when nodes come back

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2045: Fix Version/s: (was: 0.7.2) 0.7.3 Simplify HH to

[jira] Updated: (CASSANDRA-2007) Move demo Keyspace1 definition from casandra.yaml to an input file for cassandra-cli

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2007: Fix Version/s: (was: 0.7.2) 0.7.3 Move demo Keyspace1

[jira] Updated: (CASSANDRA-2047) Stress --keep-going should become --keep-trying

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2047: Fix Version/s: (was: 0.7.2) 0.7.3 Stress --keep-going

[jira] Updated: (CASSANDRA-2107) MessageDigests are created in several places, centralize the creation and error handling

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2107: Fix Version/s: (was: 0.7.2) 0.7.3 MessageDigests are

[jira] Updated: (CASSANDRA-2108) stress.py uses the same fmt string in several places, it should be centralized

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2108: Fix Version/s: (was: 0.7.2) 0.7.3 stress.py uses the

[jira] Updated: (CASSANDRA-2034) Make Read Repair unnecessary when Hinted Handoff is enabled

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2034: Fix Version/s: (was: 0.7.2) 0.7.3 Make Read Repair

[jira] Updated: (CASSANDRA-2129) removetoken after removetoken rf error fails to work

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2129: Fix Version/s: (was: 0.7.2) 0.7.3 removetoken after

[jira] Updated: (CASSANDRA-2137) stress.java should have a way to specify the replication strategy

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2137: Fix Version/s: (was: 0.7.2) 0.7.3 stress.java should

[jira] Updated: (CASSANDRA-2145) Simplify ColumnSortedMap

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2145: Fix Version/s: (was: 0.7.2) 0.7.3 Simplify

[jira] Updated: (CASSANDRA-2160) Add join command to the nodetool

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2160: Fix Version/s: (was: 0.7.2) 0.7.3 Add join command to

[jira] Updated: (CASSANDRA-2158) memtable_throughput_in_mb can not support sizes over 2.2 gigs because of an integer overflow.

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2158: Fix Version/s: (was: 0.7.2) 0.7.3

[jira] Updated: (CASSANDRA-2166) Add getNaturalEndpoints method for token/ip

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2166: Fix Version/s: (was: 0.7.2) 0.7.3 Add

[jira] Updated: (CASSANDRA-2154) Update StreamingTransferTest to include multiple ColumnFamilies

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2154: Fix Version/s: (was: 0.7.2) 0.7.3 Update

svn commit: r1071771 - /cassandra/branches/cassandra-0.7/contrib/stress/src/org/apache/cassandra/contrib/stress/Session.java

2011-02-17 Thread brandonwilliams
Author: brandonwilliams Date: Thu Feb 17 20:30:54 2011 New Revision: 1071771 URL: http://svn.apache.org/viewvc?rev=1071771view=rev Log: Add ability to configure replication strategy and strategy opts to stress. Patch by Pavel Yaskevich, reviewed by brandonwilliams for CASSANDRA-2137 Modified:

[jira] Commented: (CASSANDRA-2162) cassandra-cli --keyspace option doesn't work properly when used with authentication

2011-02-17 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12996052#comment-12996052 ] Pavel Yaskevich commented on CASSANDRA-2162: LGTM cassandra-cli

[jira] Commented: (CASSANDRA-2047) Stress --keep-going should become --keep-trying

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12996059#comment-12996059 ] Brandon Williams commented on CASSANDRA-2047: - I think we still need

[jira] Updated: (CASSANDRA-2100) Restart required to change cache_save_period

2011-02-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2100: -- Reviewer: brandon.williams Restart required to change cache_save_period

svn commit: r1071777 - in /cassandra/branches/cassandra-0.6: CHANGES.txt src/java/org/apache/cassandra/db/CompactionManager.java

2011-02-17 Thread jbellis
Author: jbellis Date: Thu Feb 17 20:46:51 2011 New Revision: 1071777 URL: http://svn.apache.org/viewvc?rev=1071777view=rev Log: make key cache preheating default to false patch by jbellis; reviewed by brandonwilliams for CASSANDRA-2175 Modified: cassandra/branches/cassandra-0.6/CHANGES.txt

[jira] Commented: (CASSANDRA-1311) Support (asynchronous) triggers

2011-02-17 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12996063#comment-12996063 ] Stu Hood commented on CASSANDRA-1311: - I haven't really seen a good example of

svn commit: r1071786 - in /cassandra/branches/cassandra-0.7: ./ conf/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/db/

2011-02-17 Thread jbellis
Author: jbellis Date: Thu Feb 17 21:03:34 2011 New Revision: 1071786 URL: http://svn.apache.org/viewvc?rev=1071786view=rev Log: merge from 0.6 Modified: cassandra/branches/cassandra-0.7/ (props changed) cassandra/branches/cassandra-0.7/CHANGES.txt

[jira] Resolved: (CASSANDRA-2175) make key cache preheating use less memory

2011-02-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2175. --- Resolution: Fixed Reviewer: brandon.williams Assignee: Jonathan Ellis

svn commit: r1071789 - /cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/cli/CliMain.java

2011-02-17 Thread jbellis
Author: jbellis Date: Thu Feb 17 21:05:42 2011 New Revision: 1071789 URL: http://svn.apache.org/viewvc?rev=1071789view=rev Log: Swap the order of processing the authentication and keyspace CLI arguments patch by Jim Ancona; reviewed by Pavel Yaskevich for CASSANDRA-2162 Modified:

[jira] Updated: (CASSANDRA-2047) Stress --keep-going should become --keep-trying

2011-02-17 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2047: --- Attachment: CASSANDRA-2047-v2.patch --keep-going or -K is back. Stress

[jira] Commented: (CASSANDRA-2047) Stress --keep-going should become --keep-trying

2011-02-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12996081#comment-12996081 ] Brandon Williams commented on CASSANDRA-2047: - I would prefer to make

svn commit: r1071793 - in /cassandra/branches/cassandra-0.6: build.xml debian/changelog

2011-02-17 Thread eevans
Author: eevans Date: Thu Feb 17 21:15:16 2011 New Revision: 1071793 URL: http://svn.apache.org/viewvc?rev=1071793view=rev Log: update versioning for 6.12 release Modified: cassandra/branches/cassandra-0.6/build.xml cassandra/branches/cassandra-0.6/debian/changelog Modified:

[jira] Updated: (CASSANDRA-2047) Stress --keep-going should become --keep-trying

2011-02-17 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2047: --- Attachment: CASSANDRA-2047-v3.patch -k is for --keep-going and -K is for

[jira] Updated: (CASSANDRA-2179) Secondary indexing of columns with duplicate values does not return all row keys

2011-02-17 Thread Todd Nine (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Nine updated CASSANDRA-2179: - Attachment: test.patch Patch for test case Secondary indexing of columns with duplicate

[jira] Commented: (CASSANDRA-2108) stress.py uses the same fmt string in several places, it should be centralized

2011-02-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12996100#comment-12996100 ] Hudson commented on CASSANDRA-2108: --- Integrated in Cassandra-0.7 #288 (See

[jira] Commented: (CASSANDRA-2137) stress.java should have a way to specify the replication strategy

2011-02-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12996099#comment-12996099 ] Hudson commented on CASSANDRA-2137: --- Integrated in Cassandra-0.7 #288 (See

[jira] Commented: (CASSANDRA-2162) cassandra-cli --keyspace option doesn't work properly when used with authentication

2011-02-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12996101#comment-12996101 ] Hudson commented on CASSANDRA-2162: --- Integrated in Cassandra-0.7 #288 (See

[jira] Updated: (CASSANDRA-2047) Stress --keep-going should become --keep-trying

2011-02-17 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2047: --- Attachment: CASSANDRA-2047-v3-rebased.patch rebased with cassandra-0.7 branch

[jira] Commented: (CASSANDRA-2175) make key cache preheating use less memory

2011-02-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12996107#comment-12996107 ] Hudson commented on CASSANDRA-2175: --- Integrated in Cassandra-0.6 #60 (See

  1   2   >