Git Push Summary

2014-03-31 Thread slebresne
Repository: cassandra Updated Tags: refs/tags/1.2.16-tentative [deleted] 05fcfa2be

Git Push Summary

2014-03-31 Thread slebresne
Repository: cassandra Updated Tags: refs/tags/cassandra-1.2.16 [created] ef3b9b7d1

[jira] [Commented] (CASSANDRA-6931) BatchLogManager shouldn't serialize mutations with version 1.2 in 2.1.

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955038#comment-13955038 ] Sylvain Lebresne commented on CASSANDRA-6931: - It's a bit annoying to have

[jira] [Commented] (CASSANDRA-6931) BatchLogManager shouldn't serialize mutations with version 1.2 in 2.1.

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955039#comment-13955039 ] Sylvain Lebresne commented on CASSANDRA-6931: - bq. can't we just special c

[jira] [Commented] (CASSANDRA-6869) Broken 1.2 sstables support in 2.1

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955040#comment-13955040 ] Sylvain Lebresne commented on CASSANDRA-6869: - bq. this looks extremely da

[jira] [Created] (CASSANDRA-6955) Version of commons-cli is still at commons-cli-1.1.jar even in C* 2.0

2014-03-31 Thread Sucwinder Bassi (JIRA)
Sucwinder Bassi created CASSANDRA-6955: -- Summary: Version of commons-cli is still at commons-cli-1.1.jar even in C* 2.0 Key: CASSANDRA-6955 URL: https://issues.apache.org/jira/browse/CASSANDRA-6955

[jira] [Commented] (CASSANDRA-6869) Broken 1.2 sstables support in 2.1

2014-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955059#comment-13955059 ] Aleksey Yeschenko commented on CASSANDRA-6869: -- bq. What about the first

git commit: 2.0 compatibility modifications for CASSANDRA-6931

2014-03-31 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 6874aaa0d -> d049017ac 2.0 compatibility modifications for CASSANDRA-6931 patch by Aleksey Yeschenko; reviewed by Sylvain Lebresne for CASSANDRA-6931 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http:/

[jira] [Commented] (CASSANDRA-6953) Optimise CounterCell#reconcile

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955065#comment-13955065 ] Sylvain Lebresne commented on CASSANDRA-6953: - lgtm, +1. > Optimise Count

svn commit: r1583281 - in /cassandra/site: publish/download/index.html src/settings.py

2014-03-31 Thread slebresne
Author: slebresne Date: Mon Mar 31 09:57:43 2014 New Revision: 1583281 URL: http://svn.apache.org/r1583281 Log: Update website for 1.2.16 Modified: cassandra/site/publish/download/index.html cassandra/site/src/settings.py Modified: cassandra/site/publish/download/index.html URL: http://

[jira] [Created] (CASSANDRA-6956) SELECT ... LIMIT offset by 1 with static columns

2014-03-31 Thread Pavel Eremeev (JIRA)
Pavel Eremeev created CASSANDRA-6956: Summary: SELECT ... LIMIT offset by 1 with static columns Key: CASSANDRA-6956 URL: https://issues.apache.org/jira/browse/CASSANDRA-6956 Project: Cassandra

[jira] [Updated] (CASSANDRA-6924) Data Inserted Immediately After Secondary Index Creation is not Indexed

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-6924: Fix Version/s: (was: 1.2.16) 2.0.7 > Data Inserted Immed

[1/3] git commit: 2.0 compatibility modifications for CASSANDRA-6931

2014-03-31 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 684446289 -> b7ac8f96c 2.0 compatibility modifications for CASSANDRA-6931 patch by Aleksey Yeschenko; reviewed by Sylvain Lebresne for CASSANDRA-6931 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http:/

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

2014-03-31 Thread aleksey
Merge branch 'cassandra-2.0' into cassandra-2.1 Conflicts: src/java/org/apache/cassandra/db/BatchlogManager.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f6daf4e3 Tree: http://git-wip-us.apache.org/repo

[3/3] git commit: Serialize batchlog mutations with the version of the target node

2014-03-31 Thread aleksey
Serialize batchlog mutations with the version of the target node patch by Aleksey Yeschenko; reviewed by Sylvain Lebresne for CASSANDRA-6931 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b7ac8f96 Tree: http://git-wi

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

2014-03-31 Thread aleksey
Merge branch 'cassandra-2.0' into cassandra-2.1 Conflicts: src/java/org/apache/cassandra/db/BatchlogManager.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f6daf4e3 Tree: http://git-wip-us.apache.org/repo

[3/4] git commit: Serialize batchlog mutations with the version of the target node

2014-03-31 Thread aleksey
Serialize batchlog mutations with the version of the target node patch by Aleksey Yeschenko; reviewed by Sylvain Lebresne for CASSANDRA-6931 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b7ac8f96 Tree: http://git-wi

[4/4] git commit: Merge branch 'cassandra-2.1' into trunk

2014-03-31 Thread aleksey
Merge branch 'cassandra-2.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a2a463a6 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a2a463a6 Diff: http://git-wip-us.apache.org/repos/asf/cassand

[1/4] git commit: 2.0 compatibility modifications for CASSANDRA-6931

2014-03-31 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/trunk eeef4061b -> a2a463a66 2.0 compatibility modifications for CASSANDRA-6931 patch by Aleksey Yeschenko; reviewed by Sylvain Lebresne for CASSANDRA-6931 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip

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

2014-03-31 Thread aleksey
Merge branch 'cassandra-2.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6f78382f Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6f78382f Diff: http://git-wip-us.apache.org/repos/asf/cassand

git commit: Add missing CHANGES.txt entry for CASSANDRA-6931

2014-03-31 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 b7ac8f96c -> 86c79d6d8 Add missing CHANGES.txt entry for CASSANDRA-6931 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/86c79d6d Tree: http://git-wip

[1/2] git commit: Add missing CHANGES.txt entry for CASSANDRA-6931

2014-03-31 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/trunk a2a463a66 -> 6f78382fa Add missing CHANGES.txt entry for CASSANDRA-6931 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/86c79d6d Tree: http://git-wip-us.apac

[jira] [Updated] (CASSANDRA-6931) BatchLogManager shouldn't serialize mutations with version 1.2 in 2.1.

2014-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-6931: - Fix Version/s: 2.0.7 > BatchLogManager shouldn't serialize mutations with ver

git commit: Optimize CounterColumn#reconcile()

2014-03-31 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 86c79d6d8 -> a79d54eea Optimize CounterColumn#reconcile() patch by Aleksey Yeschenko; reviewed by Sylvain Lebresne for CASSANDRA-6953 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apac

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

2014-03-31 Thread aleksey
Merge branch 'cassandra-2.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cbde9672 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/cbde9672 Diff: http://git-wip-us.apache.org/repos/asf/cassand

[1/2] git commit: Optimize CounterColumn#reconcile()

2014-03-31 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/trunk 6f78382fa -> cbde96724 Optimize CounterColumn#reconcile() patch by Aleksey Yeschenko; reviewed by Sylvain Lebresne for CASSANDRA-6953 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/r

[2/2] git commit: Merge branch 'cassandra-2.1' of https://git-wip-us.apache.org/repos/asf/cassandra into cassandra-2.1

2014-03-31 Thread slebresne
Merge branch 'cassandra-2.1' of https://git-wip-us.apache.org/repos/asf/cassandra into cassandra-2.1 Conflicts: CHANGES.txt NEWS.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3632811f Tree: http

[1/2] git commit: Remove 1.2 sstable support in 2.1

2014-03-31 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 a79d54eea -> 3632811fa Remove 1.2 sstable support in 2.1 patch by slebresne; reviewed by iamaleksey for CASSANDRA-6869 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/as

[2/3] git commit: Merge branch 'cassandra-2.1' of https://git-wip-us.apache.org/repos/asf/cassandra into cassandra-2.1

2014-03-31 Thread slebresne
Merge branch 'cassandra-2.1' of https://git-wip-us.apache.org/repos/asf/cassandra into cassandra-2.1 Conflicts: CHANGES.txt NEWS.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3632811f Tree: http

[1/3] git commit: Remove 1.2 sstable support in 2.1

2014-03-31 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/trunk cbde96724 -> 93bd9ec25 Remove 1.2 sstable support in 2.1 patch by slebresne; reviewed by iamaleksey for CASSANDRA-6869 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassan

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

2014-03-31 Thread slebresne
Merge branch 'cassandra-2.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/93bd9ec2 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/93bd9ec2 Diff: http://git-wip-us.apache.org/repos/asf/cassand

[jira] [Resolved] (CASSANDRA-6738) java.lang.ClassCastException: org.apache.cassandra.db.composites.CompoundComposite cannot be cast to org.apache.cassandra.db.composites.CellName

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne resolved CASSANDRA-6738. - Resolution: Cannot Reproduce As said above, I think there is something wrong

[jira] [Commented] (CASSANDRA-6764) Using Batch commitlog_sync is slow and doesn't actually batch writes

2014-03-31 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955122#comment-13955122 ] Jonathan Ellis commented on CASSANDRA-6764: --- batch and periodic have always

[jira] [Created] (CASSANDRA-6957) testNewRepairedSSTable fails intermittently

2014-03-31 Thread Jonathan Ellis (JIRA)
Jonathan Ellis created CASSANDRA-6957: - Summary: testNewRepairedSSTable fails intermittently Key: CASSANDRA-6957 URL: https://issues.apache.org/jira/browse/CASSANDRA-6957 Project: Cassandra

[jira] [Commented] (CASSANDRA-6764) Using Batch commitlog_sync is slow and doesn't actually batch writes

2014-03-31 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955126#comment-13955126 ] Benedict commented on CASSANDRA-6764: - Well this _does_ come under the heading of

[jira] [Assigned] (CASSANDRA-6956) SELECT ... LIMIT offset by 1 with static columns

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne reassigned CASSANDRA-6956: --- Assignee: Sylvain Lebresne > SELECT ... LIMIT offset by 1 with static col

[jira] [Updated] (CASSANDRA-6956) SELECT ... LIMIT offset by 1 with static columns

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-6956: Fix Version/s: 2.0.7 > SELECT ... LIMIT offset by 1 with static columns > -

[jira] [Commented] (CASSANDRA-4050) Unable to remove snapshot files on Windows while original sstables are live

2014-03-31 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955152#comment-13955152 ] Benedict commented on CASSANDRA-4050: - I've uploaded a tidied up version [here|ht

[jira] [Updated] (CASSANDRA-6956) SELECT ... LIMIT offset by 1 with static columns

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-6956: Attachment: 6956.txt Currently the columnCounter will count the static "block"

[jira] [Updated] (CASSANDRA-6764) Using Batch commitlog_sync is slow and doesn't actually batch writes

2014-03-31 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict updated CASSANDRA-6764: Attachment: 6764.fix2.txt Take two > Using Batch commitlog_sync is slow and doesn't actually b

[jira] [Created] (CASSANDRA-6958) upgradesstables does not maintain levels for existing SSTables

2014-03-31 Thread Wei Deng (JIRA)
Wei Deng created CASSANDRA-6958: --- Summary: upgradesstables does not maintain levels for existing SSTables Key: CASSANDRA-6958 URL: https://issues.apache.org/jira/browse/CASSANDRA-6958 Project: Cassandra

[jira] [Updated] (CASSANDRA-6958) upgradesstables does not maintain levels for existing SSTables

2014-03-31 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-6958: -- Assignee: Marcus Eriksson > upgradesstables does not maintain levels for existing S

[jira] [Commented] (CASSANDRA-6912) SSTableReader.isReplaced does not allow for safe resource cleanup

2014-03-31 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955236#comment-13955236 ] Jonathan Ellis commented on CASSANDRA-6912: --- Can you summarize the changes i

[jira] [Assigned] (CASSANDRA-6954) Native protocol v2 spec is missing column type definition for text

2014-03-31 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams reassigned CASSANDRA-6954: --- Assignee: Sylvain Lebresne > Native protocol v2 spec is missing column ty

[jira] [Commented] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955258#comment-13955258 ] Jonathan Ellis commented on CASSANDRA-6477: --- bq. The problem is that this me

[jira] [Commented] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955260#comment-13955260 ] Jonathan Ellis commented on CASSANDRA-6477: --- Sylvain had a different idea:

[jira] [Commented] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955262#comment-13955262 ] Jonathan Ellis commented on CASSANDRA-6477: --- This does mean that a tombstone

[jira] [Updated] (CASSANDRA-6892) Cassandra 2.0.x validates Thrift columns incorrectly and causes InvalidRequestException

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-6892: Attachment: 6892-2.0-v2.txt The fact that a default alias could conflict with a

[jira] [Commented] (CASSANDRA-6523) "Unable to contact any seeds!" with multi-DC cluster and listen != broadcast address

2014-03-31 Thread Chris Burroughs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955303#comment-13955303 ] Chris Burroughs commented on CASSANDRA-6523: I believe it's a regression c

git commit: Add missing entry in protocol spec (#6954)

2014-03-31 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 d049017ac -> 07dc6e189 Add missing entry in protocol spec (#6954) Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/07dc6e18 Tree: http://git-wip-us.ap

[1/2] git commit: Add missing entry in protocol spec (#6954)

2014-03-31 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 3632811fa -> 2bb30af66 Add missing entry in protocol spec (#6954) Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/07dc6e18 Tree: http://git-wip-us.ap

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

2014-03-31 Thread slebresne
Merge branch 'cassandra-2.0' into cassandra-2.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2bb30af6 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2bb30af6 Diff: http://git-wip-us.apache.org/repos/asf

[jira] [Commented] (CASSANDRA-6912) SSTableReader.isReplaced does not allow for safe resource cleanup

2014-03-31 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955313#comment-13955313 ] Benedict commented on CASSANDRA-6912: - Sure: basically instead of a boolean isRepl

[jira] [Updated] (CASSANDRA-6892) Cassandra 2.0.x validates Thrift columns incorrectly and causes InvalidRequestException

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-6892: Attachment: (was: 6892-2.0-v2.txt) > Cassandra 2.0.x validates Thrift colum

[jira] [Updated] (CASSANDRA-6892) Cassandra 2.0.x validates Thrift columns incorrectly and causes InvalidRequestException

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-6892: Attachment: 6892-2.0-v2.txt > Cassandra 2.0.x validates Thrift columns incorrec

[jira] [Resolved] (CASSANDRA-6954) Native protocol v2 spec is missing column type definition for text

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne resolved CASSANDRA-6954. - Resolution: Fixed Weird. Well, pushed fix, thanks. > Native protocol v2 spec

[jira] [Updated] (CASSANDRA-6952) Cannot bind variables to USE statements

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-6952: Issue Type: New Feature (was: Bug) > Cannot bind variables to USE statements >

[jira] [Commented] (CASSANDRA-6952) Cannot bind variables to USE statements

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955327#comment-13955327 ] Sylvain Lebresne commented on CASSANDRA-6952: - Marking as new feature as t

[jira] [Commented] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955333#comment-13955333 ] Sylvain Lebresne commented on CASSANDRA-6477: - I'll note that the idea abo

[jira] [Commented] (CASSANDRA-6952) Cannot bind variables to USE statements

2014-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955336#comment-13955336 ] Aleksey Yeschenko commented on CASSANDRA-6952: -- It's only useful to avoid

[jira] [Commented] (CASSANDRA-6952) Cannot bind variables to USE statements

2014-03-31 Thread Matt Stump (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955357#comment-13955357 ] Matt Stump commented on CASSANDRA-6952: --- Can we get a better error message or a

[jira] [Commented] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955358#comment-13955358 ] Benedict commented on CASSANDRA-6477: - I may be being dim here, but it seems to me

[jira] [Comment Edited] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955260#comment-13955260 ] Jonathan Ellis edited comment on CASSANDRA-6477 at 3/31/14 4:49 PM:

[jira] [Comment Edited] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955258#comment-13955258 ] Jonathan Ellis edited comment on CASSANDRA-6477 at 3/31/14 4:49 PM:

[jira] [Comment Edited] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955260#comment-13955260 ] Jonathan Ellis edited comment on CASSANDRA-6477 at 3/31/14 4:50 PM:

[jira] [Comment Edited] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955384#comment-13955384 ] Jeremiah Jordan edited comment on CASSANDRA-6477 at 3/31/14 5:02 PM: ---

[jira] [Commented] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955384#comment-13955384 ] Jeremiah Jordan commented on CASSANDRA-6477: bq. I'll note that the idea a

[jira] [Commented] (CASSANDRA-6956) SELECT ... LIMIT offset by 1 with static columns

2014-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955387#comment-13955387 ] Aleksey Yeschenko commented on CASSANDRA-6956: -- +1 (would rename lastGrou

[jira] [Commented] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955394#comment-13955394 ] Jeremiah Jordan commented on CASSANDRA-6477: bq. I may be being dim here,

[jira] [Updated] (CASSANDRA-6958) upgradesstables does not maintain levels for existing SSTables

2014-03-31 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-6958: --- Attachment: 0001-Use-LeveledCompactionTask-for-upgradesstables-when-L.patch > upg

[jira] [Updated] (CASSANDRA-6958) upgradesstables does not maintain levels for existing SSTables

2014-03-31 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-6958: --- Priority: Major (was: Critical) > upgradesstables does not maintain levels for e

[jira] [Commented] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955397#comment-13955397 ] Benedict commented on CASSANDRA-6477: - bq. No, you resolve it in compaction or on

[jira] [Commented] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955400#comment-13955400 ] Jeremiah Jordan commented on CASSANDRA-6477: If you have the race, you may

[jira] [Commented] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955412#comment-13955412 ] Benedict commented on CASSANDRA-6477: - [~jjordan] is that in response to me? Becau

[jira] [Commented] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955399#comment-13955399 ] Jonathan Ellis commented on CASSANDRA-6477: --- That's why Sylvain said, it's "

[jira] [Commented] (CASSANDRA-6106) QueryState.getTimestamp() & FBUtilities.timestampMicros() reads current timestamp with System.currentTimeMillis() * 1000 instead of System.nanoTime() / 1000

2014-03-31 Thread Christopher Smith (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955416#comment-13955416 ] Christopher Smith commented on CASSANDRA-6106: -- Isn't using gettimeofday

[jira] [Updated] (CASSANDRA-6958) upgradesstables does not maintain levels for existing SSTables

2014-03-31 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-6958: Reviewer: Yuki Morishita > upgradesstables does not maintain levels for existin

[jira] [Commented] (CASSANDRA-6958) upgradesstables does not maintain levels for existing SSTables

2014-03-31 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955431#comment-13955431 ] Yuki Morishita commented on CASSANDRA-6958: --- We need to cover standalone off

[jira] [Commented] (CASSANDRA-4050) Unable to remove snapshot files on Windows while original sstables are live

2014-03-31 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955439#comment-13955439 ] Joshua McKenzie commented on CASSANDRA-4050: Good catch on getPosition - I

[jira] [Commented] (CASSANDRA-4050) Unable to remove snapshot files on Windows while original sstables are live

2014-03-31 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955451#comment-13955451 ] Benedict commented on CASSANDRA-4050: - bq. It looks like we run the risk of Bad Th

[jira] [Updated] (CASSANDRA-6958) upgradesstables does not maintain levels for existing SSTables

2014-03-31 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-6958: --- Attachment: 0001-Use-6958-v2.patch ah right, attached > upgradesstables does not

[jira] [Commented] (CASSANDRA-4050) Unable to remove snapshot files on Windows while original sstables are live

2014-03-31 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955474#comment-13955474 ] Joshua McKenzie commented on CASSANDRA-4050: {quote} the skipBytes method

[jira] [Commented] (CASSANDRA-4050) Unable to remove snapshot files on Windows while original sstables are live

2014-03-31 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955480#comment-13955480 ] Benedict commented on CASSANDRA-4050: - Ah, this is my failure to delete the skipBy

[jira] [Commented] (CASSANDRA-4050) Unable to remove snapshot files on Windows while original sstables are live

2014-03-31 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955483#comment-13955483 ] Benedict commented on CASSANDRA-4050: - In fact, it looks like that is simply a bug

[jira] [Commented] (CASSANDRA-4050) Unable to remove snapshot files on Windows while original sstables are live

2014-03-31 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955486#comment-13955486 ] Joshua McKenzie commented on CASSANDRA-4050: Sure enough. given the docs

[jira] [Commented] (CASSANDRA-6924) Data Inserted Immediately After Secondary Index Creation is not Indexed

2014-03-31 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955489#comment-13955489 ] Ryan McGuire commented on CASSANDRA-6924: - I ported [~thobbs]' pycassa test to

[jira] [Updated] (CASSANDRA-6924) Data Inserted Immediately After Secondary Index Creation is not Indexed

2014-03-31 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McGuire updated CASSANDRA-6924: Reproduced In: 2.1 beta1, 2.0.6, 1.2.16 > Data Inserted Immediately After Secondary Ind

[jira] [Created] (CASSANDRA-6959) Reusing Keyspace and CF raises assertion errors

2014-03-31 Thread Ryan McGuire (JIRA)
Ryan McGuire created CASSANDRA-6959: --- Summary: Reusing Keyspace and CF raises assertion errors Key: CASSANDRA-6959 URL: https://issues.apache.org/jira/browse/CASSANDRA-6959 Project: Cassandra

[jira] [Commented] (CASSANDRA-6924) Data Inserted Immediately After Secondary Index Creation is not Indexed

2014-03-31 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955505#comment-13955505 ] Ryan McGuire commented on CASSANDRA-6924: - Also, this test raises some asserti

[jira] [Commented] (CASSANDRA-6236) Update native protocol server to Netty 4

2014-03-31 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955528#comment-13955528 ] Norman Maurer commented on CASSANDRA-6236: -- There is now even the recorded vi

[jira] [Commented] (CASSANDRA-6477) Partitioned indexes

2014-03-31 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955527#comment-13955527 ] Jeremiah Jordan commented on CASSANDRA-6477: [~benedict] two threads updat

[jira] [Commented] (CASSANDRA-6236) Update native protocol server to Netty 4

2014-03-31 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955535#comment-13955535 ] Benedict commented on CASSANDRA-6236: - A quick bit of Google-due-diligence suggest

[jira] [Commented] (CASSANDRA-6236) Update native protocol server to Netty 4

2014-03-31 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955538#comment-13955538 ] Benedict commented on CASSANDRA-6236: - i.e. that would be great! > Update native

[jira] [Updated] (CASSANDRA-6959) Reusing Keyspace and CF names raises assertion errors

2014-03-31 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McGuire updated CASSANDRA-6959: Reproduced In: 2.1 beta1, 2.0.6 (was: 2.0.6, 2.1 beta1) Summary: Reusing Keys

[jira] [Commented] (CASSANDRA-6236) Update native protocol server to Netty 4

2014-03-31 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955542#comment-13955542 ] Norman Maurer commented on CASSANDRA-6236: -- lol.. Ok tell me from which branc

[jira] [Commented] (CASSANDRA-6236) Update native protocol server to Netty 4

2014-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955545#comment-13955545 ] Aleksey Yeschenko commented on CASSANDRA-6236: -- [~norman] cassandra-2.1

[jira] [Created] (CASSANDRA-6960) Cassandra requires allow filtering"

2014-03-31 Thread J.B. Langston (JIRA)
J.B. Langston created CASSANDRA-6960: Summary: Cassandra requires allow filtering" Key: CASSANDRA-6960 URL: https://issues.apache.org/jira/browse/CASSANDRA-6960 Project: Cassandra Issue T

[jira] [Updated] (CASSANDRA-6960) Cassandra requires ALLOW FILTERING for a range scan

2014-03-31 Thread J.B. Langston (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] J.B. Langston updated CASSANDRA-6960: - Reproduced In: 2.0.5 Description: Given this table definition: {code} CREATE T

[jira] [Commented] (CASSANDRA-6450) sstable2json hangs if keyspace uses authentication

2014-03-31 Thread Chris Lohfink (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955588#comment-13955588 ] Chris Lohfink commented on CASSANDRA-6450: -- not sure if related to authentica

[jira] [Commented] (CASSANDRA-6106) QueryState.getTimestamp() & FBUtilities.timestampMicros() reads current timestamp with System.currentTimeMillis() * 1000 instead of System.nanoTime() / 1000

2014-03-31 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955596#comment-13955596 ] Jonathan Ellis commented on CASSANDRA-6106: --- Shouldn't we be able to do that

  1   2   >