[jira] [Updated] (CASSANDRA-4687) Exception: DecoratedKey(xxx, yyy) != DecoratedKey(zzz, kkk)

2013-11-15 Thread Mikhail Mazursky (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Mazursky updated CASSANDRA-4687: Reproduced In: 2.0.2 Just run into this issue too with C* 2.0.2. {noformat}

[jira] [Commented] (CASSANDRA-6348) TimeoutException throws if Cql query allows data filtering and index is too big and it can't find the data in base CF after filtering

2013-11-15 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823528#comment-13823528 ] Sylvain Lebresne commented on CASSANDRA-6348: - What version is that test

[jira] [Updated] (CASSANDRA-6350) Timestamp-with-timezone type

2013-11-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6350: -- Priority: Minor (was: Major) Issue Type: Wish (was: Bug) Summary:

[jira] [Commented] (CASSANDRA-6095) INSERT query adds new value to collection type

2013-11-15 Thread Ngoc Minh Vo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823666#comment-13823666 ] Ngoc Minh Vo commented on CASSANDRA-6095: - It looks like that the issue is

[jira] [Resolved] (CASSANDRA-6095) INSERT query adds new value to collection type

2013-11-15 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne resolved CASSANDRA-6095. - Resolution: Cannot Reproduce Thanks for confirming it. INSERT query adds

[jira] [Updated] (CASSANDRA-6333) ArrayIndexOutOfBound when using count(*) with over 10,000 rows

2013-11-15 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-6333: Attachment: 6333.txt Ok, this is due to the fact that SP.getRangeSlice might

git commit: Make the CL native protocol code match the on in 2.0

2013-11-15 Thread slebresne
Updated Branches: refs/heads/cassandra-1.2 4c08800b4 - 9d7b5671f Make the CL native protocol code match the on in 2.0 patch by slebresne; reviewed by jasobrown for CASSANDRA-6347 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/2] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

2013-11-15 Thread slebresne
Merge branch 'cassandra-1.2' into cassandra-2.0 Conflicts: src/java/org/apache/cassandra/db/ConsistencyLevel.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/09b2470b Tree:

[1/2] git commit: Make the CL native protocol code match the on in 2.0

2013-11-15 Thread slebresne
Updated Branches: refs/heads/cassandra-2.0 6fe83cdac - 09b2470b3 Make the CL native protocol code match the on in 2.0 patch by slebresne; reviewed by jasobrown for CASSANDRA-6347 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[3/3] git commit: Merge branch 'cassandra-2.0' into trunk

2013-11-15 Thread slebresne
Merge branch 'cassandra-2.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fab27bd5 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/fab27bd5 Diff:

[2/3] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

2013-11-15 Thread slebresne
Merge branch 'cassandra-1.2' into cassandra-2.0 Conflicts: src/java/org/apache/cassandra/db/ConsistencyLevel.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/09b2470b Tree:

[1/3] git commit: Make the CL native protocol code match the on in 2.0

2013-11-15 Thread slebresne
Updated Branches: refs/heads/trunk c41eedf22 - fab27bd59 Make the CL native protocol code match the on in 2.0 patch by slebresne; reviewed by jasobrown for CASSANDRA-6347 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Created] (CASSANDRA-6351) When dropping a CF, row cache is not invalidated

2013-11-15 Thread Fabien Rousseau (JIRA)
Fabien Rousseau created CASSANDRA-6351: -- Summary: When dropping a CF, row cache is not invalidated Key: CASSANDRA-6351 URL: https://issues.apache.org/jira/browse/CASSANDRA-6351 Project: Cassandra

[jira] [Updated] (CASSANDRA-6351) When dropping a CF, row cache is not invalidated

2013-11-15 Thread Fabien Rousseau (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabien Rousseau updated CASSANDRA-6351: --- Attachment: 0001-invalidate-row-cache-when-dropping-CF.patch When dropping a

[jira] [Updated] (CASSANDRA-6351) When dropping a CF, row cache is not invalidated

2013-11-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6351: -- Reviewer: Jonathan Ellis Component/s: Core Priority: Minor

[jira] [Created] (CASSANDRA-6352) Cluster does not repond to new SELECT query after a timeout

2013-11-15 Thread Ngoc Minh Vo (JIRA)
Ngoc Minh Vo created CASSANDRA-6352: --- Summary: Cluster does not repond to new SELECT query after a timeout Key: CASSANDRA-6352 URL: https://issues.apache.org/jira/browse/CASSANDRA-6352 Project:

[jira] [Updated] (CASSANDRA-6352) Cluster does not repond to new SELECT query after a timeout

2013-11-15 Thread Ngoc Minh Vo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ngoc Minh Vo updated CASSANDRA-6352: Description: Hello, We encounter the following issue three times. Here are the

[jira] [Comment Edited] (CASSANDRA-6352) Cluster does not repond to new SELECT query after a timeout

2013-11-15 Thread Ngoc Minh Vo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823712#comment-13823712 ] Ngoc Minh Vo edited comment on CASSANDRA-6352 at 11/15/13 2:57 PM:

[jira] [Updated] (CASSANDRA-6352) Cluster does not repond to new SELECT query after a timeout

2013-11-15 Thread Ngoc Minh Vo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ngoc Minh Vo updated CASSANDRA-6352: Attachment: ErrorStack.txt Descriptions of our table and indexes: CREATE KEYSPACE myks

[jira] [Commented] (CASSANDRA-2527) Add ability to snapshot data as input to hadoop jobs

2013-11-15 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823722#comment-13823722 ] Jeremiah Jordan commented on CASSANDRA-2527: Now that we have the cql

[jira] [Commented] (CASSANDRA-2527) Add ability to snapshot data as input to hadoop jobs

2013-11-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823726#comment-13823726 ] Jonathan Ellis commented on CASSANDRA-2527: --- Not really feasible; Hadoop is

[jira] [Commented] (CASSANDRA-2527) Add ability to snapshot data as input to hadoop jobs

2013-11-15 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823729#comment-13823729 ] Jeremy Hanna commented on CASSANDRA-2527: - related: HBASE-8369 Add ability

[jira] [Commented] (CASSANDRA-6352) Cluster does not repond to new SELECT query after a timeout

2013-11-15 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823735#comment-13823735 ] Sylvain Lebresne commented on CASSANDRA-6352: - You're almost surely

[jira] [Commented] (CASSANDRA-6352) Cluster does not repond to new SELECT query after a timeout

2013-11-15 Thread Ngoc Minh Vo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823787#comment-13823787 ] Ngoc Minh Vo commented on CASSANDRA-6352: - Thanks for your quick answer! We

[jira] [Commented] (CASSANDRA-6275) 2.0.x leaks file handles

2013-11-15 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823796#comment-13823796 ] Marcus Eriksson commented on CASSANDRA-6275: ok, this is what i have so

[jira] [Commented] (CASSANDRA-6275) 2.0.x leaks file handles

2013-11-15 Thread Duncan Sands (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823805#comment-13823805 ] Duncan Sands commented on CASSANDRA-6275: - I originally saw the issue on

[jira] [Commented] (CASSANDRA-6275) 2.0.x leaks file handles

2013-11-15 Thread Pieter Callewaert (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823806#comment-13823806 ] Pieter Callewaert commented on CASSANDRA-6275: -- I also have the problem

[jira] [Commented] (CASSANDRA-6275) 2.0.x leaks file handles

2013-11-15 Thread Michael Shuler (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823814#comment-13823814 ] Michael Shuler commented on CASSANDRA-6275: --- My tests were on Ubuntu

[jira] [Commented] (CASSANDRA-6348) TimeoutException throws if Cql query allows data filtering and index is too big and it can't find the data in base CF after filtering

2013-11-15 Thread Alex Liu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823819#comment-13823819 ] Alex Liu commented on CASSANDRA-6348: - It was tested against on 1.2.11 release.

[jira] [Updated] (CASSANDRA-6348) TimeoutException throws if Cql query allows data filtering and index is too big and it can't find the data in base CF after filtering

2013-11-15 Thread Alex Liu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Liu updated CASSANDRA-6348: Since Version: 1.2.11 TimeoutException throws if Cql query allows data filtering and index is

[jira] [Comment Edited] (CASSANDRA-6348) TimeoutException throws if Cql query allows data filtering and index is too big and it can't find the data in base CF after filtering

2013-11-15 Thread Alex Liu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823819#comment-13823819 ] Alex Liu edited comment on CASSANDRA-6348 at 11/15/13 5:16 PM:

[Cassandra Wiki] Update of Streaming_JP by GehrigKunz

2013-11-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The Streaming_JP page has been changed by GehrigKunz: https://wiki.apache.org/cassandra/Streaming_JP?action=diffrev1=4rev2=5 Comment: statcounter

[Cassandra Wiki] Update of ThirdPartySupport by GehrigKunz

2013-11-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The ThirdPartySupport page has been changed by GehrigKunz: https://wiki.apache.org/cassandra/ThirdPartySupport?action=diffrev1=41rev2=42 Comment: statcounter (Other providers

[jira] [Commented] (CASSANDRA-6348) TimeoutException throws if Cql query allows data filtering and index is too big and it can't find the data in base CF after filtering

2013-11-15 Thread Alex Liu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823830#comment-13823830 ] Alex Liu commented on CASSANDRA-6348: - We should be able to auto page through 2i

[jira] [Created] (CASSANDRA-6353) My guess would be we actually read the data, then throw it away

2013-11-15 Thread Jeremiah Jordan (JIRA)
Jeremiah Jordan created CASSANDRA-6353: -- Summary: My guess would be we actually read the data, then throw it away Key: CASSANDRA-6353 URL: https://issues.apache.org/jira/browse/CASSANDRA-6353

[jira] [Updated] (CASSANDRA-6353) Rename key to partition in cassandra.yaml

2013-11-15 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Jordan updated CASSANDRA-6353: --- Summary: Rename key to partition in cassandra.yaml (was: My guess would be we

[jira] [Updated] (CASSANDRA-6353) Rename key_cache to partition_cache in cassandra.yaml

2013-11-15 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Jordan updated CASSANDRA-6353: --- Description: We should rename all the key_cache settings in the cassandra.yaml

[jira] [Updated] (CASSANDRA-6353) Rename key_cache to partition_cache in cassandra.yaml

2013-11-15 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Jordan updated CASSANDRA-6353: --- Summary: Rename key_cache to partition_cache in cassandra.yaml (was: Rename key

[jira] [Updated] (CASSANDRA-6353) Rename key_cache to partition_cache in cassandra.yaml

2013-11-15 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Jordan updated CASSANDRA-6353: --- Labels: lhf (was: ) Rename key_cache to partition_cache in cassandra.yaml

[jira] [Updated] (CASSANDRA-6353) Rename key_cache to partition_cache in cassandra.yaml

2013-11-15 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-6353: Priority: Minor (was: Major) Rename key_cache to partition_cache in

[Cassandra Wiki] Update of ThriftExamples by GehrigKunz

2013-11-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The ThriftExamples page has been changed by GehrigKunz: https://wiki.apache.org/cassandra/ThriftExamples?action=diffrev1=93rev2=94 Comment: statcounter }}} The Cassandra.Client

[jira] [Commented] (CASSANDRA-6353) Rename key_cache to partition_cache in cassandra.yaml

2013-11-15 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823845#comment-13823845 ] Sylvain Lebresne commented on CASSANDRA-6353: - For what it's worth, I'm

[jira] [Updated] (CASSANDRA-6353) Rename row/key cache settings in cassandra.yaml

2013-11-15 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Jordan updated CASSANDRA-6353: --- Summary: Rename row/key cache settings in cassandra.yaml (was: Rename key_cache

[jira] [Updated] (CASSANDRA-6353) Rename row/key cache settings in cassandra.yaml

2013-11-15 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Jordan updated CASSANDRA-6353: --- Description: We should rename all the key_cache settings in the cassandra.yaml

[jira] [Commented] (CASSANDRA-6353) Rename row/key cache settings in cassandra.yaml

2013-11-15 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823847#comment-13823847 ] Jeremiah Jordan commented on CASSANDRA-6353: I guess partition cache is

[jira] [Comment Edited] (CASSANDRA-6353) Rename row/key cache settings in cassandra.yaml

2013-11-15 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823847#comment-13823847 ] Jeremiah Jordan edited comment on CASSANDRA-6353 at 11/15/13 5:48 PM:

[Cassandra Wiki] Update of ThriftExamples03 by GehrigKunz

2013-11-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The ThriftExamples03 page has been changed by GehrigKunz: https://wiki.apache.org/cassandra/ThriftExamples03?action=diffrev1=3rev2=4 Comment: statcounter } }}} +

[Cassandra Wiki] Update of TimeBaseUUIDNotes by GehrigKunz

2013-11-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The TimeBaseUUIDNotes page has been changed by GehrigKunz: https://wiki.apache.org/cassandra/TimeBaseUUIDNotes?action=diffrev1=2rev2=3 Comment: statcounter 1. More than one

[Cassandra Wiki] Update of UUID by GehrigKunz

2013-11-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The UUID page has been changed by GehrigKunz: https://wiki.apache.org/cassandra/UUID?action=diffrev1=1rev2=2 Comment: statcounter == TimeUUIDType == The TimeUUIDType is used for

[jira] [Created] (CASSANDRA-6354) No cleanup of excess gossip connections

2013-11-15 Thread Rick Branson (JIRA)
Rick Branson created CASSANDRA-6354: --- Summary: No cleanup of excess gossip connections Key: CASSANDRA-6354 URL: https://issues.apache.org/jira/browse/CASSANDRA-6354 Project: Cassandra

[Cassandra Wiki] Update of VersionsAndBuilds by GehrigKunz

2013-11-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The VersionsAndBuilds page has been changed by GehrigKunz: https://wiki.apache.org/cassandra/VersionsAndBuilds?action=diffrev1=63rev2=64 Comment: statcounter Instructions for

[Cassandra Wiki] Update of VirtualNodes/Balance by GehrigKunz

2013-11-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The VirtualNodes/Balance page has been changed by GehrigKunz: https://wiki.apache.org/cassandra/VirtualNodes/Balance?action=diffrev1=8rev2=9 Comment: statcounter TODO +

[jira] [Commented] (CASSANDRA-2527) Add ability to snapshot data as input to hadoop jobs

2013-11-15 Thread Alex Liu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823991#comment-13823991 ] Alex Liu commented on CASSANDRA-2527: - Is it possible to have a snapshot data with

[jira] [Updated] (CASSANDRA-6333) ArrayIndexOutOfBound when using count(*) with over 10,000 rows

2013-11-15 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-6333: - Reviewer: Aleksey Yeschenko ArrayIndexOutOfBound when using count(*) with

[jira] [Updated] (CASSANDRA-4511) Secondary index support for CQL3 collections

2013-11-15 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-4511: - Reviewer: Aleksey Yeschenko Secondary index support for CQL3 collections

[jira] [Commented] (CASSANDRA-2527) Add ability to snapshot data as input to hadoop jobs

2013-11-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13824049#comment-13824049 ] Jonathan Ellis commented on CASSANDRA-2527: --- No. Add ability to snapshot

[jira] [Created] (CASSANDRA-6355) SSTable/SSTableReader cleanup

2013-11-15 Thread Yuki Morishita (JIRA)
Yuki Morishita created CASSANDRA-6355: - Summary: SSTable/SSTableReader cleanup Key: CASSANDRA-6355 URL: https://issues.apache.org/jira/browse/CASSANDRA-6355 Project: Cassandra Issue

[jira] [Updated] (CASSANDRA-6355) SSTable/SSTableReader cleanup

2013-11-15 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-6355: -- Attachment: 6355.txt also: https://github.com/yukim/cassandra/commits/6355

[jira] [Created] (CASSANDRA-6356) Proposal: Statistics.db (SSTableMetadata) format change

2013-11-15 Thread Yuki Morishita (JIRA)
Yuki Morishita created CASSANDRA-6356: - Summary: Proposal: Statistics.db (SSTableMetadata) format change Key: CASSANDRA-6356 URL: https://issues.apache.org/jira/browse/CASSANDRA-6356 Project:

[jira] [Commented] (CASSANDRA-6355) SSTable/SSTableReader cleanup

2013-11-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13824064#comment-13824064 ] Jonathan Ellis commented on CASSANDRA-6355: --- +1 SSTable/SSTableReader

[jira] [Created] (CASSANDRA-6357) Flush memtables to seperate directory

2013-11-15 Thread Patrick McFadin (JIRA)
Patrick McFadin created CASSANDRA-6357: -- Summary: Flush memtables to seperate directory Key: CASSANDRA-6357 URL: https://issues.apache.org/jira/browse/CASSANDRA-6357 Project: Cassandra

git commit: SSTable/SSTableReader cleanup

2013-11-15 Thread yukim
Updated Branches: refs/heads/trunk fab27bd59 - f388c9d69 SSTable/SSTableReader cleanup patch by yukim; reviewed by jbellis for CASSANDRA-6355 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f388c9d6 Tree:

[jira] [Created] (CASSANDRA-6358) SSTable read meter sync not cancelled when reader is closed

2013-11-15 Thread Tyler Hobbs (JIRA)
Tyler Hobbs created CASSANDRA-6358: -- Summary: SSTable read meter sync not cancelled when reader is closed Key: CASSANDRA-6358 URL: https://issues.apache.org/jira/browse/CASSANDRA-6358 Project:

[jira] [Updated] (CASSANDRA-6358) SSTable read meter sync not cancelled when reader is closed

2013-11-15 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Hobbs updated CASSANDRA-6358: --- Attachment: 0001-Cancel-SSTR-read-meter-syncer-on-close.patch Attached patch (and

[jira] [Created] (CASSANDRA-6359) sstableloader does not free off-heap memory for index summary

2013-11-15 Thread Tyler Hobbs (JIRA)
Tyler Hobbs created CASSANDRA-6359: -- Summary: sstableloader does not free off-heap memory for index summary Key: CASSANDRA-6359 URL: https://issues.apache.org/jira/browse/CASSANDRA-6359 Project:

[jira] [Updated] (CASSANDRA-6359) sstableloader does not free off-heap memory for index summary

2013-11-15 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Hobbs updated CASSANDRA-6359: --- Attachment: 0001-Free-off-heap-memory-when-releasing-index-summary.patch Attached patch

[jira] [Updated] (CASSANDRA-6357) Flush memtables to seperate directory

2013-11-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6357: -- Attachment: 6357.txt Patch that allows splitting out {{flush_directory}} to a

[jira] [Updated] (CASSANDRA-6357) Flush memtables to separate directory

2013-11-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6357: -- Tester: Quentin Conner Summary: Flush memtables to separate directory (was:

[jira] [Updated] (CASSANDRA-5906) Avoid allocating over-large bloom filters

2013-11-15 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-5906: -- Fix Version/s: (was: 2.0.3) 2.1 Avoid allocating

[jira] [Commented] (CASSANDRA-5906) Avoid allocating over-large bloom filters

2013-11-15 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13824180#comment-13824180 ] Yuki Morishita commented on CASSANDRA-5906: --- Push this to be released on

[jira] [Assigned] (CASSANDRA-6349) IOException in MessagingService.run() causes orphaned storage server socket

2013-11-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-6349: - Assignee: Mikhail Stepura IOException in MessagingService.run() causes

[jira] [Created] (CASSANDRA-6360) Make nodetool cfhistograms output easily understandable

2013-11-15 Thread Tyler Hobbs (JIRA)
Tyler Hobbs created CASSANDRA-6360: -- Summary: Make nodetool cfhistograms output easily understandable Key: CASSANDRA-6360 URL: https://issues.apache.org/jira/browse/CASSANDRA-6360 Project: Cassandra

[jira] [Commented] (CASSANDRA-6357) Flush memtables to separate directory

2013-11-15 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13824269#comment-13824269 ] Aleksey Yeschenko commented on CASSANDRA-6357: -- Should handle the best

[jira] [Created] (CASSANDRA-6361) Gossiper not work correctly while upgrade c*1.1.9 to c*1.2.6

2013-11-15 Thread Boole Guo (JIRA)
Boole Guo created CASSANDRA-6361: Summary: Gossiper not work correctly while upgrade c*1.1.9 to c*1.2.6 Key: CASSANDRA-6361 URL: https://issues.apache.org/jira/browse/CASSANDRA-6361 Project:

[jira] [Updated] (CASSANDRA-6349) IOException in MessagingService.run() causes orphaned storage server socket

2013-11-15 Thread Mikhail Stepura (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Stepura updated CASSANDRA-6349: --- Attachment: CASSANDRA-2.0-6349.patch One of the options is to close the socket

[jira] [Created] (CASSANDRA-6362) Test node changing IP address

2013-11-15 Thread Jonathan Ellis (JIRA)
Jonathan Ellis created CASSANDRA-6362: - Summary: Test node changing IP address Key: CASSANDRA-6362 URL: https://issues.apache.org/jira/browse/CASSANDRA-6362 Project: Cassandra Issue

[jira] [Created] (CASSANDRA-6363) CAS not applied on rows containing an expired ttl column

2013-11-15 Thread JIRA
MichaƂ Ziemski created CASSANDRA-6363: - Summary: CAS not applied on rows containing an expired ttl column Key: CASSANDRA-6363 URL: https://issues.apache.org/jira/browse/CASSANDRA-6363 Project: