[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13956140#comment-13956140 ] Marcus Eriksson commented on CASSANDRA-6958: agree, i have quite a few cha

[1/3] git commit: Make sure we keep the sstable level when running upgradesstables.

2014-03-31 Thread marcuse
Repository: cassandra Updated Branches: refs/heads/trunk 3b1423945 -> 5cdfa69ca Make sure we keep the sstable level when running upgradesstables. Patch by marcuse; reviewed by yukim for CASSANDRA-6958 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.ap

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

2014-03-31 Thread marcuse
Merge branch 'cassandra-2.0' into cassandra-2.1 Conflicts: CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/26191ca6 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/26191ca6 Diff: http:/

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

2014-03-31 Thread marcuse
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/5cdfa69c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5cdfa69c Diff: http://git-wip-us.apache.org/repos/asf/cassand

[1/2] git commit: Make sure we keep the sstable level when running upgradesstables.

2014-03-31 Thread marcuse
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 e5639f44c -> 26191ca69 Make sure we keep the sstable level when running upgradesstables. Patch by marcuse; reviewed by yukim for CASSANDRA-6958 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-w

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

2014-03-31 Thread marcuse
Merge branch 'cassandra-2.0' into cassandra-2.1 Conflicts: CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/26191ca6 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/26191ca6 Diff: http:/

git commit: Make sure we keep the sstable level when running upgradesstables.

2014-03-31 Thread marcuse
Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 0fce7ace0 -> a90b98e90 Make sure we keep the sstable level when running upgradesstables. Patch by marcuse; reviewed by yukim for CASSANDRA-6958 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-w

[jira] [Created] (CASSANDRA-6965) sstableloader fails to stream data

2014-03-31 Thread Ryan McGuire (JIRA)
Ryan McGuire created CASSANDRA-6965: --- Summary: sstableloader fails to stream data Key: CASSANDRA-6965 URL: https://issues.apache.org/jira/browse/CASSANDRA-6965 Project: Cassandra Issue Type

[7/8] 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/e5639f44 Tree: http://git-wip-us.apache.org/repo

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

2014-03-31 Thread aleksey
Merge branch 'cassandra-1.2' into cassandra-2.0 Conflicts: CHANGES.txt NEWS.txt build.xml debian/changelog src/java/org/apache/cassandra/db/BatchlogManager.java src/java/org/apache/cassandra/db/DeletionInfo.java Project: http://git-wip-us.apache.or

[4/8] 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 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

[5/8] git commit: Fix batchlogManager#deleteBatch() use of millisecond timsestamps

2014-03-31 Thread aleksey
Fix batchlogManager#deleteBatch() use of millisecond timsestamps patch by Aleksey Yeschenko; reviewed by Pavel Yaskevich for CASSANDRA-6822 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dc3f22b6 Tree: http://git-wip

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

2014-03-31 Thread aleksey
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.apache.org/repos/asf/cassandra/tree/07dc6e18 Diff: http://git-wip-us.apache.org/repos/asf/cass

[8/8] 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/3b142394 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3b142394 Diff: http://git-wip-us.apache.org/repos/asf/cassand

[1/8] git commit: Fix typo in DeletionInfo

2014-03-31 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/trunk 93bd9ec25 -> 3b1423945 Fix typo in DeletionInfo Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/91130373 Tree: http://git-wip-us.apache.org/repos/asf/cassand

[2/8] git commit: Update versions and NEWS for 1.2.16 release

2014-03-31 Thread aleksey
Update versions and NEWS for 1.2.16 release Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/05fcfa2b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/05fcfa2b Diff: http://git-wip-us.apache.org/repos/asf/cas

[3/5] git commit: Fix batchlogManager#deleteBatch() use of millisecond timsestamps

2014-03-31 Thread aleksey
Fix batchlogManager#deleteBatch() use of millisecond timsestamps patch by Aleksey Yeschenko; reviewed by Pavel Yaskevich for CASSANDRA-6822 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dc3f22b6 Tree: http://git-wip

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

2014-03-31 Thread aleksey
Merge branch 'cassandra-1.2' into cassandra-2.0 Conflicts: CHANGES.txt NEWS.txt build.xml debian/changelog src/java/org/apache/cassandra/db/BatchlogManager.java src/java/org/apache/cassandra/db/DeletionInfo.java Project: http://git-wip-us.apache.or

[2/5] git commit: Update versions and NEWS for 1.2.16 release

2014-03-31 Thread aleksey
Update versions and NEWS for 1.2.16 release Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/05fcfa2b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/05fcfa2b Diff: http://git-wip-us.apache.org/repos/asf/cas

[5/5] 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/e5639f44 Tree: http://git-wip-us.apache.org/repo

[1/5] git commit: Fix typo in DeletionInfo

2014-03-31 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 2bb30af66 -> e5639f44c Fix typo in DeletionInfo Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/91130373 Tree: http://git-wip-us.apache.org/repos/asf

[2/4] git commit: Update versions and NEWS for 1.2.16 release

2014-03-31 Thread aleksey
Update versions and NEWS for 1.2.16 release Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/05fcfa2b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/05fcfa2b Diff: http://git-wip-us.apache.org/repos/asf/cas

[1/4] git commit: Fix typo in DeletionInfo

2014-03-31 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 07dc6e189 -> 0fce7ace0 Fix typo in DeletionInfo Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/91130373 Tree: http://git-wip-us.apache.org/repos/asf

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

2014-03-31 Thread aleksey
Merge branch 'cassandra-1.2' into cassandra-2.0 Conflicts: CHANGES.txt NEWS.txt build.xml debian/changelog src/java/org/apache/cassandra/db/BatchlogManager.java src/java/org/apache/cassandra/db/DeletionInfo.java Project: http://git-wip-us.apache.or

[3/4] git commit: Fix batchlogManager#deleteBatch() use of millisecond timsestamps

2014-03-31 Thread aleksey
Fix batchlogManager#deleteBatch() use of millisecond timsestamps patch by Aleksey Yeschenko; reviewed by Pavel Yaskevich for CASSANDRA-6822 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dc3f22b6 Tree: http://git-wip

git commit: Fix batchlogManager#deleteBatch() use of millisecond timsestamps

2014-03-31 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/cassandra-1.2 05fcfa2be -> dc3f22b61 Fix batchlogManager#deleteBatch() use of millisecond timsestamps patch by Aleksey Yeschenko; reviewed by Pavel Yaskevich for CASSANDRA-6822 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo C

[jira] [Updated] (CASSANDRA-6822) Never ending batch replay after dropping column family

2014-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-6822: - Reviewer: Pavel Yaskevich (was: Jonathan Ellis) > Never ending batch replay

[jira] [Commented] (CASSANDRA-6822) Never ending batch replay after dropping column family

2014-03-31 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955975#comment-13955975 ] Pavel Yaskevich commented on CASSANDRA-6822: +1 > Never ending batch repl

[jira] [Updated] (CASSANDRA-6822) Never ending batch replay after dropping column family

2014-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-6822: - Priority: Major (was: Minor) > Never ending batch replay after dropping colu

[jira] [Updated] (CASSANDRA-6822) Never ending batch replay after dropping column family

2014-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-6822: - Fix Version/s: 2.1 beta2 2.0.7 1.2.17 >

[jira] [Updated] (CASSANDRA-6822) Never ending batch replay after dropping column family

2014-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-6822: - Attachment: 6822.txt > Never ending batch replay after dropping column family

[jira] [Commented] (CASSANDRA-6815) Decided if we want to bring back thrift HSHA in 2.0.7

2014-03-31 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955947#comment-13955947 ] Pavel Yaskevich commented on CASSANDRA-6815: [~ravilr] As I mentioned in t

[jira] [Resolved] (CASSANDRA-6963) hadoop_cql3_wordcount example : inconsistent schema definitions means writing results to Cassandra fails.

2014-03-31 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-6963. --- Resolution: Duplicate Fix Version/s: (was: 2.0.6) should be fixed in c

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

2014-03-31 Thread Christian Spriegel (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955927#comment-13955927 ] Christian Spriegel commented on CASSANDRA-6892: --- I ran my tests again wi

[jira] [Commented] (CASSANDRA-6964) error in logs: ByteBuf.release() was not called before it's garbage-collected

2014-03-31 Thread Russ Hatch (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955924#comment-13955924 ] Russ Hatch commented on CASSANDRA-6964: --- OK, I will update the tests to ignore t

[jira] [Commented] (CASSANDRA-6964) error in logs: ByteBuf.release() was not called before it's garbage-collected

2014-03-31 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955916#comment-13955916 ] Benedict commented on CASSANDRA-6964: - We should just suppress these exceptions fo

[jira] [Commented] (CASSANDRA-6964) error in logs: ByteBuf.release() was not called before it's garbage-collected

2014-03-31 Thread Russ Hatch (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955901#comment-13955901 ] Russ Hatch commented on CASSANDRA-6964: --- I also attached the log from the node w

[jira] [Created] (CASSANDRA-6964) error in logs: ByteBuf.release() was not called before it's garbage-collected

2014-03-31 Thread Russ Hatch (JIRA)
Russ Hatch created CASSANDRA-6964: - Summary: error in logs: ByteBuf.release() was not called before it's garbage-collected Key: CASSANDRA-6964 URL: https://issues.apache.org/jira/browse/CASSANDRA-6964

[jira] [Created] (CASSANDRA-6963) hadoop_cql3_wordcount example : inconsistent schema definitions means writing results to Cassandra fails.

2014-03-31 Thread yizhou (JIRA)
yizhou created CASSANDRA-6963: - Summary: hadoop_cql3_wordcount example : inconsistent schema definitions means writing results to Cassandra fails. Key: CASSANDRA-6963 URL: https://issues.apache.org/jira/browse/CASSAND

[jira] [Commented] (CASSANDRA-6962) examine shortening path length post-5202

2014-03-31 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955814#comment-13955814 ] Jonathan Ellis commented on CASSANDRA-6962: --- It's actually not clear to me t

[jira] [Updated] (CASSANDRA-6962) examine shortening path length post-5202

2014-03-31 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6962: -- Description: >From CASSANDRA-5202 discussion: {quote} Did we give up on this? Coul

[jira] [Assigned] (CASSANDRA-6962) examine shortening path length post-5202

2014-03-31 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams reassigned CASSANDRA-6962: --- Assignee: Yuki Morishita > examine shortening path length post-5202 > ---

[jira] [Commented] (CASSANDRA-6875) CQL3: select multiple CQL rows in a single partition using IN

2014-03-31 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955776#comment-13955776 ] Brandon Williams commented on CASSANDRA-6875: - Since CASSANDRA-4851 was in

[jira] [Updated] (CASSANDRA-6875) CQL3: select multiple CQL rows in a single partition using IN

2014-03-31 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-6875: Fix Version/s: (was: 2.1 beta2) 2.0.7 > CQL3: select mul

[jira] [Created] (CASSANDRA-6962) examine shortening path length post-5202

2014-03-31 Thread Brandon Williams (JIRA)
Brandon Williams created CASSANDRA-6962: --- Summary: examine shortening path length post-5202 Key: CASSANDRA-6962 URL: https://issues.apache.org/jira/browse/CASSANDRA-6962 Project: Cassandra

[jira] [Updated] (CASSANDRA-6927) Create a CQL3 based bulk OutputFormat

2014-03-31 Thread Paul Pak (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Pak updated CASSANDRA-6927: Attachment: trunk-6927.txt > Create a CQL3 based bulk OutputFormat > --

[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=13955760#comment-13955760 ] Benedict commented on CASSANDRA-4050: - Rename/describe the ticket? :) I had been

[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=13955732#comment-13955732 ] Joshua McKenzie commented on CASSANDRA-4050: No other changes. Depending

[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=13955726#comment-13955726 ] Benedict commented on CASSANDRA-4050: - Sounds like we're in agreement then? Any fu

[jira] [Commented] (CASSANDRA-3569) Failure detector downs should not break streams

2014-03-31 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955719#comment-13955719 ] Joshua McKenzie commented on CASSANDRA-3569: So other than configuring kee

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

2014-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko resolved CASSANDRA-6450. -- Resolution: Invalid Closing as invalid then. Thanks. > sstable2json hangs

[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=13955671#comment-13955671 ] Yuki Morishita commented on CASSANDRA-6958: --- alright, +1. Although patch w

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

2014-03-31 Thread Josh Dzielak (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955669#comment-13955669 ] Josh Dzielak commented on CASSANDRA-6450: - Agreed, it looks like it isn't not

[jira] [Updated] (CASSANDRA-6888) Store whether a counter sstable still use some local/remote shards in the sstable metadata

2014-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-6888: - Reviewer: Sylvain Lebresne Fix Version/s: (was: 2.1)

[jira] [Updated] (CASSANDRA-3569) Failure detector downs should not break streams

2014-03-31 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3569: -- Fix Version/s: 2.1 beta3 Assignee: Joshua McKenzie (was: Peter Schuller)

[jira] [Commented] (CASSANDRA-6815) Decided if we want to bring back thrift HSHA in 2.0.7

2014-03-31 Thread Ravi Prasad (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955630#comment-13955630 ] Ravi Prasad commented on CASSANDRA-6815: Are the disruptor changes suggested b

[jira] [Created] (CASSANDRA-6961) nodes should go into hibernate when join_ring is false

2014-03-31 Thread Brandon Williams (JIRA)
Brandon Williams created CASSANDRA-6961: --- Summary: nodes should go into hibernate when join_ring is false Key: CASSANDRA-6961 URL: https://issues.apache.org/jira/browse/CASSANDRA-6961 Project: Ca

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

2014-03-31 Thread Blair Zajac (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955602#comment-13955602 ] Blair Zajac commented on CASSANDRA-6106: Yes, I called gettimeofday() with JNA

[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

[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] [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] [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] [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] [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] [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 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] [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-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 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-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] [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] [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] [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] [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-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 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 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] [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 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] [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-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] [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-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] [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-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 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=13955397#comment-13955397 ] Benedict commented on CASSANDRA-6477: - bq. No, you resolve it in compaction or on

[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 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] [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=13955384#comment-13955384 ] Jeremiah Jordan commented on CASSANDRA-6477: bq. I'll note that the idea a

[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] [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] [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] [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-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-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

  1   2   >