[jira] [Commented] (CASSANDRA-6451) Allow Cassandra-Stress to Set Compaction Strategy Options

2014-02-14 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901209#comment-13901209 ] Benedict commented on CASSANDRA-6451: - Yes it is. Old is already gone from 2.1 -

[jira] [Commented] (CASSANDRA-6167) Add end-slice termination predicate

2014-02-14 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901224#comment-13901224 ] Sylvain Lebresne commented on CASSANDRA-6167: - Playing devil's advocate

[jira] [Created] (CASSANDRA-6706) Duplicate rows returned when in clause has repeated values

2014-02-14 Thread Gavin Casey (JIRA)
Gavin Casey created CASSANDRA-6706: -- Summary: Duplicate rows returned when in clause has repeated values Key: CASSANDRA-6706 URL: https://issues.apache.org/jira/browse/CASSANDRA-6706 Project:

[jira] [Created] (CASSANDRA-6707) AIOOBE when doing select count(*) from on a mixed cluster.

2014-02-14 Thread JIRA
Piotr Kołaczkowski created CASSANDRA-6707: - Summary: AIOOBE when doing select count(*) from on a mixed cluster. Key: CASSANDRA-6707 URL: https://issues.apache.org/jira/browse/CASSANDRA-6707

[jira] [Commented] (CASSANDRA-6707) AIOOBE when doing select count(*) from on a mixed cluster.

2014-02-14 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-6707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901247#comment-13901247 ] Piotr Kołaczkowski commented on CASSANDRA-6707: --- The following works

[jira] [Created] (CASSANDRA-6708) Dropping non existent table using IF EXISTS throws Exception

2014-02-14 Thread Christoph Werres (JIRA)
Christoph Werres created CASSANDRA-6708: --- Summary: Dropping non existent table using IF EXISTS throws Exception Key: CASSANDRA-6708 URL: https://issues.apache.org/jira/browse/CASSANDRA-6708

[jira] [Updated] (CASSANDRA-6708) Dropping non existent table using IF EXISTS throws Exception

2014-02-14 Thread Christoph Werres (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Werres updated CASSANDRA-6708: Description: When using cqlsh console and dropping a non existent table, an

[jira] [Commented] (CASSANDRA-6561) Static columns in CQL3

2014-02-14 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901312#comment-13901312 ] Sylvain Lebresne commented on CASSANDRA-6561: - Pushed an additional commit

[jira] [Updated] (CASSANDRA-6262) Nodetool compact throws an error after importing data with sstableloader

2014-02-14 Thread Alexey Zotov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Zotov updated CASSANDRA-6262: Since Version: 1.2.4 (was: 1.2.6) Nodetool compact throws an error after importing

[jira] [Created] (CASSANDRA-6709) Changes to KeyCache

2014-02-14 Thread Benedict (JIRA)
Benedict created CASSANDRA-6709: --- Summary: Changes to KeyCache Key: CASSANDRA-6709 URL: https://issues.apache.org/jira/browse/CASSANDRA-6709 Project: Cassandra Issue Type: Improvement

[jira] [Commented] (CASSANDRA-6709) Changes to KeyCache

2014-02-14 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901354#comment-13901354 ] Benedict commented on CASSANDRA-6709: - Oh, and of course it will remove pressure

[jira] [Commented] (CASSANDRA-6709) Changes to KeyCache

2014-02-14 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901364#comment-13901364 ] Benedict commented on CASSANDRA-6709: - One possible variant of this might be if,

git commit: IN on the last clustering columns + ORDER BY DESC yield no results

2014-02-14 Thread slebresne
Updated Branches: refs/heads/cassandra-1.2 de72e7fc0 - c9ade9dc6 IN on the last clustering columns + ORDER BY DESC yield no results patch by slebresne; reviewed by thobbs for CASSANDRA-6701 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[1/2] git commit: IN on the last clustering columns + ORDER BY DESC yield no results

2014-02-14 Thread slebresne
Updated Branches: refs/heads/cassandra-2.0 78df8a33c - 44f9c8689 IN on the last clustering columns + ORDER BY DESC yield no results patch by slebresne; reviewed by thobbs for CASSANDRA-6701 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

2014-02-14 Thread slebresne
Merge branch 'cassandra-1.2' into cassandra-2.0 Conflicts: src/java/org/apache/cassandra/cql3/statements/SelectStatement.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/44f9c868 Tree:

[1/3] git commit: IN on the last clustering columns + ORDER BY DESC yield no results

2014-02-14 Thread slebresne
Updated Branches: refs/heads/trunk 5b0eb01c9 - c36656c06 IN on the last clustering columns + ORDER BY DESC yield no results patch by slebresne; reviewed by thobbs for CASSANDRA-6701 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

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

2014-02-14 Thread slebresne
Merge branch 'cassandra-1.2' into cassandra-2.0 Conflicts: src/java/org/apache/cassandra/cql3/statements/SelectStatement.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/44f9c868 Tree:

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

2014-02-14 Thread slebresne
Merge branch 'cassandra-2.0' into trunk Conflicts: src/java/org/apache/cassandra/cql3/statements/SelectStatement.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c36656c0 Tree:

git commit: Lift limitation that order by columns must be selected for IN queries

2014-02-14 Thread slebresne
Updated Branches: refs/heads/trunk c36656c06 - 0b42b0e76 Lift limitation that order by columns must be selected for IN queries patch by slebresne; reviewed by thobbs for CASSANDRA-4911 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-6561) Static columns in CQL3

2014-02-14 Thread Nicolas Favre-Felix (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901408#comment-13901408 ] Nicolas Favre-Felix commented on CASSANDRA-6561: Hi, I'd like to add

[jira] [Commented] (CASSANDRA-6706) Duplicate rows returned when in clause has repeated values

2014-02-14 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901413#comment-13901413 ] Sylvain Lebresne commented on CASSANDRA-6706: - That is kind of the

[jira] [Commented] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901414#comment-13901414 ] Edward Capriolo commented on CASSANDRA-6704: Why are we using the words

[jira] [Commented] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901436#comment-13901436 ] Jonathan Ellis commented on CASSANDRA-6704: --- Sorry man, Bigtable had

[jira] [Resolved] (CASSANDRA-6708) Dropping non existent table using IF EXISTS throws Exception

2014-02-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-6708. --- Resolution: Duplicate Dropping non existent table using IF EXISTS throws

[jira] [Updated] (CASSANDRA-6707) AIOOBE when doing select count(*) from on a mixed cluster.

2014-02-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6707: -- Assignee: Tyler Hobbs (was: Sylvain Lebresne) Via Sylvain, bq. I think I know

[jira] [Commented] (CASSANDRA-6706) Duplicate rows returned when in clause has repeated values

2014-02-14 Thread Gavin Casey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901446#comment-13901446 ] Gavin Casey commented on CASSANDRA-6706: If I were performing a calculation

[jira] [Commented] (CASSANDRA-6167) Add end-slice termination predicate

2014-02-14 Thread Tupshin Harper (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901454#comment-13901454 ] Tupshin Harper commented on CASSANDRA-6167: --- The example above shows how

[jira] [Commented] (CASSANDRA-6451) Allow Cassandra-Stress to Set Compaction Strategy Options

2014-02-14 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901457#comment-13901457 ] Benedict commented on CASSANDRA-6451: - Pushed patch to

[jira] [Commented] (CASSANDRA-6167) Add end-slice termination predicate

2014-02-14 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901459#comment-13901459 ] Benedict commented on CASSANDRA-6167: - It seems like this could be achieved today

[jira] [Commented] (CASSANDRA-6451) Allow Cassandra-Stress to Set Compaction Strategy Options

2014-02-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901462#comment-13901462 ] Jonathan Ellis commented on CASSANDRA-6451: --- [~rspitzer], can you review?

[jira] [Updated] (CASSANDRA-5514) Track min/max clustered values per sstable to optimize reads

2014-02-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-5514: -- Summary: Track min/max clustered values per sstable to optimize reads (was: Allow

[jira] [Commented] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901463#comment-13901463 ] Sylvain Lebresne commented on CASSANDRA-6704: - bq. Everything CQL is

[jira] [Commented] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901470#comment-13901470 ] Edward Capriolo commented on CASSANDRA-6704: The argument that blocking

[jira] [Commented] (CASSANDRA-6167) Add end-slice termination predicate

2014-02-14 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901477#comment-13901477 ] Sylvain Lebresne commented on CASSANDRA-6167: - bq. it is almost always

[jira] [Commented] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901490#comment-13901490 ] Jonathan Ellis commented on CASSANDRA-6704: --- bq. If other approaches are

[jira] [Commented] (CASSANDRA-6167) Add end-slice termination predicate

2014-02-14 Thread Tupshin Harper (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901513#comment-13901513 ] Tupshin Harper commented on CASSANDRA-6167: --- That certainly has some appeal.

[jira] [Comment Edited] (CASSANDRA-6167) Add end-slice termination predicate

2014-02-14 Thread Tupshin Harper (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901513#comment-13901513 ] Tupshin Harper edited comment on CASSANDRA-6167 at 2/14/14 2:56 PM:

[jira] [Commented] (CASSANDRA-6167) Add end-slice termination predicate

2014-02-14 Thread Tupshin Harper (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901526#comment-13901526 ] Tupshin Harper commented on CASSANDRA-6167: --- Sylvain: so given the

[jira] [Commented] (CASSANDRA-6167) Add end-slice termination predicate

2014-02-14 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901528#comment-13901528 ] Benedict commented on CASSANDRA-6167: - This new example doesn't seem to be a good

[jira] [Commented] (CASSANDRA-6561) Static columns in CQL3

2014-02-14 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901524#comment-13901524 ] Aleksey Yeschenko commented on CASSANDRA-6561: -- bq. I have a small

[jira] [Created] (CASSANDRA-6710) Support union types

2014-02-14 Thread Tupshin Harper (JIRA)
Tupshin Harper created CASSANDRA-6710: - Summary: Support union types Key: CASSANDRA-6710 URL: https://issues.apache.org/jira/browse/CASSANDRA-6710 Project: Cassandra Issue Type:

[jira] [Commented] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901548#comment-13901548 ] Edward Capriolo commented on CASSANDRA-6704: {quote}Didn't Sylvain just

[jira] [Commented] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901555#comment-13901555 ] Edward Capriolo commented on CASSANDRA-6704: {quote}This ticket seems non

[jira] [Commented] (CASSANDRA-6566) Differencer should not run in AntiEntropy Stage

2014-02-14 Thread sankalp kohli (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901560#comment-13901560 ] sankalp kohli commented on CASSANDRA-6566: -- Let me review it. Differencer

[jira] [Created] (CASSANDRA-6711) SecondaryIndexManager#deleteFromIndexes() doesn't correctly retrieve column indexes

2014-02-14 Thread Sergio Bossa (JIRA)
Sergio Bossa created CASSANDRA-6711: --- Summary: SecondaryIndexManager#deleteFromIndexes() doesn't correctly retrieve column indexes Key: CASSANDRA-6711 URL: https://issues.apache.org/jira/browse/CASSANDRA-6711

[jira] [Updated] (CASSANDRA-6711) SecondaryIndexManager#deleteFromIndexes() doesn't correctly retrieve column indexes

2014-02-14 Thread Sergio Bossa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Bossa updated CASSANDRA-6711: Reproduced In: 2.0.5, 1.2.15 (was: 1.2.15, 2.0.5) Description:

[jira] [Commented] (CASSANDRA-6709) Changes to KeyCache

2014-02-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901605#comment-13901605 ] Jonathan Ellis commented on CASSANDRA-6709: --- Good idea! Changes to

[jira] [Commented] (CASSANDRA-6561) Static columns in CQL3

2014-02-14 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901611#comment-13901611 ] Sylvain Lebresne commented on CASSANDRA-6561: - Pushed an additional commit

[jira] [Updated] (CASSANDRA-6711) SecondaryIndexManager#deleteFromIndexes() doesn't correctly retrieve column indexes

2014-02-14 Thread Sergio Bossa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Bossa updated CASSANDRA-6711: Attachment: CASSANDRA-6711-2.0.patch CASSANDRA-6711-1.2.patch

[jira] [Commented] (CASSANDRA-5872) Bundle JNA

2014-02-14 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901645#comment-13901645 ] Ryan McGuire commented on CASSANDRA-5872: - Yes, I think the [proper fix will

[jira] [Commented] (CASSANDRA-6639) Update Guava to version 16

2014-02-14 Thread Kevin McLaughlin (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901656#comment-13901656 ] Kevin McLaughlin commented on CASSANDRA-6639: - Any chance this could make

[jira] [Commented] (CASSANDRA-6711) SecondaryIndexManager#deleteFromIndexes() doesn't correctly retrieve column indexes

2014-02-14 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901659#comment-13901659 ] Sam Tunnicliffe commented on CASSANDRA-6711: +1 LGTM

git commit: Fix SecondaryIndexManager#deleteFromIndexes()

2014-02-14 Thread aleksey
Updated Branches: refs/heads/cassandra-1.2 c9ade9dc6 - 7937ee38f Fix SecondaryIndexManager#deleteFromIndexes() patch by Sergio Bossa; reviewed by Sam Tunnicliffe for CASSANDRA-6711 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

2014-02-14 Thread aleksey
Merge branch 'cassandra-1.2' into cassandra-2.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/15fd82cb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/15fd82cb Diff:

[1/2] git commit: Fix SecondaryIndexManager#deleteFromIndexes()

2014-02-14 Thread aleksey
Updated Branches: refs/heads/cassandra-2.0 44f9c8689 - 15fd82cb9 Fix SecondaryIndexManager#deleteFromIndexes() patch by Sergio Bossa; reviewed by Sam Tunnicliffe for CASSANDRA-6711 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[1/3] git commit: Fix SecondaryIndexManager#deleteFromIndexes()

2014-02-14 Thread aleksey
Updated Branches: refs/heads/trunk 0b42b0e76 - 7fddc09b2 Fix SecondaryIndexManager#deleteFromIndexes() patch by Sergio Bossa; reviewed by Sam Tunnicliffe for CASSANDRA-6711 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

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

2014-02-14 Thread aleksey
Merge branch 'cassandra-2.0' into trunk Conflicts: src/java/org/apache/cassandra/db/index/SecondaryIndexManager.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7fddc09b Tree:

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

2014-02-14 Thread aleksey
Merge branch 'cassandra-1.2' into cassandra-2.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/15fd82cb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/15fd82cb Diff:

[jira] [Commented] (CASSANDRA-6639) Update Guava to version 16

2014-02-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901715#comment-13901715 ] Jonathan Ellis commented on CASSANDRA-6639: --- Sorry, we've had unpleasant

[jira] [Updated] (CASSANDRA-6702) Upgrading node uses the wrong port in gossiping

2014-02-14 Thread Minh Do (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Minh Do updated CASSANDRA-6702: --- Description: When upgrading a node in 1.1.7 (or 1.1.11) cluster to 1.2.15 and inspecting the

[jira] [Commented] (CASSANDRA-6451) Allow Cassandra-Stress to Set Compaction Strategy Options

2014-02-14 Thread Russell Alexander Spitzer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901734#comment-13901734 ] Russell Alexander Spitzer commented on CASSANDRA-6451: -- Discussed

git commit: Fix bad merge

2014-02-14 Thread aleksey
Updated Branches: refs/heads/trunk 7fddc09b2 - 4b08be49a Fix bad merge Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4b08be49 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/4b08be49 Diff:

git commit: User types support for cqlsh.

2014-02-14 Thread mishail
Updated Branches: refs/heads/trunk 4b08be49a - e5199eeac User types support for cqlsh. Patch by Mikhail Stepura; reviewed by Aleksey Yeschenko for CASSANDRA-6305 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-6566) Differencer should not run in AntiEntropy Stage

2014-02-14 Thread sankalp kohli (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901772#comment-13901772 ] sankalp kohli commented on CASSANDRA-6566: -- 1) private final SetDifferencer

[jira] [Commented] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901803#comment-13901803 ] Edward Capriolo commented on CASSANDRA-6704: {quote} I'm sorry but I

[jira] [Comment Edited] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901803#comment-13901803 ] Edward Capriolo edited comment on CASSANDRA-6704 at 2/14/14 7:11 PM:

[jira] [Created] (CASSANDRA-6712) Equals without hashcode in SpeculativeRetry

2014-02-14 Thread Jonathan Ellis (JIRA)
Jonathan Ellis created CASSANDRA-6712: - Summary: Equals without hashcode in SpeculativeRetry Key: CASSANDRA-6712 URL: https://issues.apache.org/jira/browse/CASSANDRA-6712 Project: Cassandra

[jira] [Updated] (CASSANDRA-6712) Equals without hashcode in SpeculativeRetry

2014-02-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6712: -- Attachment: 6712.txt As near as I can tell, SR objects are never compared with

[jira] [Comment Edited] (CASSANDRA-6561) Static columns in CQL3

2014-02-14 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901896#comment-13901896 ] Aleksey Yeschenko edited comment on CASSANDRA-6561 at 2/14/14 8:40 PM:

git commit: Fix eclipse build for trunk

2014-02-14 Thread mishail
Updated Branches: refs/heads/trunk e5199eeac - 21ec02183 Fix eclipse build for trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/21ec0218 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/21ec0218

[jira] [Updated] (CASSANDRA-6566) Differencer should not run in AntiEntropy Stage

2014-02-14 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-6566: -- Attachment: 6566-2.0-v2.txt Attaching v2. bq. 1) private final SetDifferencer

[jira] [Commented] (CASSANDRA-6566) Differencer should not run in AntiEntropy Stage

2014-02-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13901981#comment-13901981 ] Jonathan Ellis commented on CASSANDRA-6566: --- bq. I noticed it too and

[jira] [Commented] (CASSANDRA-6566) Differencer should not run in AntiEntropy Stage

2014-02-14 Thread sankalp kohli (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902004#comment-13902004 ] sankalp kohli commented on CASSANDRA-6566: -- Since differencers are now

[jira] [Created] (CASSANDRA-6713) Snapshot based repair does not send snapshot command to itself

2014-02-14 Thread sankalp kohli (JIRA)
sankalp kohli created CASSANDRA-6713: Summary: Snapshot based repair does not send snapshot command to itself Key: CASSANDRA-6713 URL: https://issues.apache.org/jira/browse/CASSANDRA-6713

[jira] [Commented] (CASSANDRA-6566) Differencer should not run in AntiEntropy Stage

2014-02-14 Thread sankalp kohli (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902012#comment-13902012 ] sankalp kohli commented on CASSANDRA-6566: -- Created CASSANDRA-6713 to back

[jira] [Updated] (CASSANDRA-6713) Snapshot based repair does not send snapshot command to itself

2014-02-14 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-6713: -- Attachment: 6713-1.2.txt I think what we need for 1.2 is just send snapshot

[jira] [Commented] (CASSANDRA-6713) Snapshot based repair does not send snapshot command to itself

2014-02-14 Thread sankalp kohli (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902027#comment-13902027 ] sankalp kohli commented on CASSANDRA-6713: -- The on liner change looks good.

[jira] [Updated] (CASSANDRA-6707) AIOOBE when doing select count(*) from on a mixed cluster.

2014-02-14 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Hobbs updated CASSANDRA-6707: --- Attachment: 6707.patch 6707.patch (and

[jira] [Commented] (CASSANDRA-6705) ALTER TYPE type RENAME field fails sometime with java.lang.AssertionError: null

2014-02-14 Thread Mikhail Stepura (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902045#comment-13902045 ] Mikhail Stepura commented on CASSANDRA-6705: What if we'll override

[jira] [Updated] (CASSANDRA-6705) ALTER TYPE type RENAME field fails sometime with java.lang.AssertionError: null

2014-02-14 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6705: -- Reviewer: Sylvain Lebresne Assignee: Mikhail Stepura ALTER TYPE type RENAME

[jira] [Commented] (CASSANDRA-6705) ALTER TYPE type RENAME field fails sometime with java.lang.AssertionError: null

2014-02-14 Thread Mikhail Stepura (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902037#comment-13902037 ] Mikhail Stepura commented on CASSANDRA-6705: In the current implementation

[jira] [Commented] (CASSANDRA-6713) Snapshot based repair does not send snapshot command to itself

2014-02-14 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902085#comment-13902085 ] Yuki Morishita commented on CASSANDRA-6713: --- Validation first tries to find

[jira] [Commented] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Nate McCall (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902102#comment-13902102 ] Nate McCall commented on CASSANDRA-6704: Collective deep breath... To step

[jira] [Comment Edited] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Nate McCall (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902102#comment-13902102 ] Nate McCall edited comment on CASSANDRA-6704 at 2/14/14 11:24 PM:

[jira] [Comment Edited] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Nate McCall (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902102#comment-13902102 ] Nate McCall edited comment on CASSANDRA-6704 at 2/14/14 11:27 PM:

[jira] [Commented] (CASSANDRA-6616) Nodetool repair is taking a long time.

2014-02-14 Thread sankalp kohli (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902116#comment-13902116 ] sankalp kohli commented on CASSANDRA-6616: -- CASSANDRA-6455 will fix this

[jira] [Commented] (CASSANDRA-6713) Snapshot based repair does not send snapshot command to itself

2014-02-14 Thread sankalp kohli (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902124#comment-13902124 ] sankalp kohli commented on CASSANDRA-6713: -- +1 Snapshot based repair does

[jira] [Commented] (CASSANDRA-6516) Force shutdown of all repair sessions sometimes fails

2014-02-14 Thread sankalp kohli (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902130#comment-13902130 ] sankalp kohli commented on CASSANDRA-6516: -- CASSANDRA-6566 gets rid of the

[jira] [Commented] (CASSANDRA-6712) Equals without hashcode in SpeculativeRetry

2014-02-14 Thread Vijay (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902139#comment-13902139 ] Vijay commented on CASSANDRA-6712: -- +1 Equals without hashcode in SpeculativeRetry

[jira] [Commented] (CASSANDRA-6566) Differencer should not run in AntiEntropy Stage

2014-02-14 Thread sankalp kohli (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902148#comment-13902148 ] sankalp kohli commented on CASSANDRA-6566: -- Comments on v2 patch Since

git commit: use floating pt math for floating pt results

2014-02-14 Thread dbrosius
Repository: cassandra Updated Branches: refs/heads/trunk 21ec02183 - ad2f6bb6f use floating pt math for floating pt results Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ad2f6bb6 Tree:

[jira] [Commented] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902200#comment-13902200 ] Benedict commented on CASSANDRA-6704: - I think the two issues that aren't being

git commit: cqlsh: fix BATCH CAS result printing (for once #6561 is committed)

2014-02-14 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 15fd82cb9 - bbc56eb60 cqlsh: fix BATCH CAS result printing (for once #6561 is committed) Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bbc56eb6

git commit: remove dead 'withOldCfIds' parm to SchemaLoader

2014-02-14 Thread dbrosius
Repository: cassandra Updated Branches: refs/heads/trunk ad2f6bb6f - b0954a0c1 remove dead 'withOldCfIds' parm to SchemaLoader Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b0954a0c Tree:

[jira] [Commented] (CASSANDRA-6561) Static columns in CQL3

2014-02-14 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902223#comment-13902223 ] Aleksey Yeschenko commented on CASSANDRA-6561: -- Also, I think we should

[jira] [Comment Edited] (CASSANDRA-6561) Static columns in CQL3

2014-02-14 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902223#comment-13902223 ] Aleksey Yeschenko edited comment on CASSANDRA-6561 at 2/15/14 1:04 AM:

[1/2] git commit: cqlsh: fix BATCH CAS result printing (for once #6561 is committed)

2014-02-14 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/trunk b0954a0c1 - 41433073f cqlsh: fix BATCH CAS result printing (for once #6561 is committed) Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bbc56eb6 Tree:

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

2014-02-14 Thread aleksey
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/41433073 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/41433073 Diff:

[jira] [Commented] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902235#comment-13902235 ] Edward Capriolo commented on CASSANDRA-6704: 1) your point is well taken,

[jira] [Commented] (CASSANDRA-6704) Create wide row scanners

2014-02-14 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13902249#comment-13902249 ] Brandon Williams commented on CASSANDRA-6704: - bq. look at triggers.

  1   2   >