[jira] [Resolved] (CASSANDRA-3643) Cassandra C CQL driver

2011-12-19 Thread Sylvain Lebresne (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne resolved CASSANDRA-3643. - Resolution: Duplicate Closing this as duplicate of CASSANDRA-2478. This is

svn commit: r1220661 - /cassandra/trunk/src/java/org/apache/cassandra/db/context/CounterContext.java

2011-12-19 Thread slebresne
Author: slebresne Date: Mon Dec 19 09:16:07 2011 New Revision: 1220661 URL: http://svn.apache.org/viewvc?rev=1220661view=rev Log: document reference to #1938 Modified: cassandra/trunk/src/java/org/apache/cassandra/db/context/CounterContext.java Modified:

svn commit: r1220662 - in /cassandra/trunk: CHANGES.txt src/java/org/apache/cassandra/io/sstable/SSTableSimpleUnsortedWriter.java

2011-12-19 Thread slebresne
Author: slebresne Date: Mon Dec 19 09:18:36 2011 New Revision: 1220662 URL: http://svn.apache.org/viewvc?rev=1220662view=rev Log: Use separate writer thread in SSTableSimpleUnsortedWriter patch by slebresne; reviewed by yukim for CASSANDRA-3619 Modified: cassandra/trunk/CHANGES.txt

svn commit: r1220663 - in /cassandra/branches/cassandra-1.0: CHANGES.txt src/java/org/apache/cassandra/io/util/SequentialWriter.java src/java/org/apache/cassandra/utils/CLibrary.java

2011-12-19 Thread xedin
Author: xedin Date: Mon Dec 19 09:20:18 2011 New Revision: 1220663 URL: http://svn.apache.org/viewvc?rev=1220663view=rev Log: fsync the directory after new sstable or commitlog segment are created patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-3250 Modified:

svn commit: r1220664 - /cassandra/branches/cassandra-1.0/CHANGES.txt

2011-12-19 Thread xedin
Author: xedin Date: Mon Dec 19 09:22:42 2011 New Revision: 1220664 URL: http://svn.apache.org/viewvc?rev=1220664view=rev Log: fix CHANGES.txt Modified: cassandra/branches/cassandra-1.0/CHANGES.txt Modified: cassandra/branches/cassandra-1.0/CHANGES.txt URL:

svn commit: r1220667 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/db/compaction/

2011-12-19 Thread slebresne
Author: slebresne Date: Mon Dec 19 09:25:25 2011 New Revision: 1220667 URL: http://svn.apache.org/viewvc?rev=1220667view=rev Log: merge from 1.0 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt cassandra/trunk/contrib/ (props changed)

svn commit: r1220672 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/db/context/ src/java/org/apache/cassandra/gms/ src/java/org

2011-12-19 Thread xedin
Author: xedin Date: Mon Dec 19 09:33:17 2011 New Revision: 1220672 URL: http://svn.apache.org/viewvc?rev=1220672view=rev Log: merge from 1.0 Modified: cassandra/trunk/ (props changed) cassandra/trunk/build.xml cassandra/trunk/contrib/ (props changed)

[jira] [Commented] (CASSANDRA-3635) Throttle validation separately from other compaction

2011-12-19 Thread Sylvain Lebresne (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172147#comment-13172147 ] Sylvain Lebresne commented on CASSANDRA-3635: - bq. Lets say we create a

[jira] [Commented] (CASSANDRA-3619) Use a separate writer thread for the SSTableSimpleUnsortedWriter

2011-12-19 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172172#comment-13172172 ] Hudson commented on CASSANDRA-3619: --- Integrated in Cassandra #1259 (See

[jira] [Commented] (CASSANDRA-3641) inconsistent/corrupt counters w/ broken shards never converge

2011-12-19 Thread Sylvain Lebresne (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172181#comment-13172181 ] Sylvain Lebresne commented on CASSANDRA-3641: - The fix lgtm, but I'd be in

[jira] [Commented] (CASSANDRA-3638) It may iterate the whole memtable while just query one row . This seriously affect the performance . of Cassandra

2011-12-19 Thread MaHaiyang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172252#comment-13172252 ] MaHaiyang commented on CASSANDRA-3638: --

[jira] [Commented] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread T Jake Luciani (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172299#comment-13172299 ] T Jake Luciani commented on CASSANDRA-2474: --- In the non-sparse case you

[jira] [Issue Comment Edited] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread T Jake Luciani (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172299#comment-13172299 ] T Jake Luciani edited comment on CASSANDRA-2474 at 12/19/11 2:21 PM:

[jira] [Reopened] (CASSANDRA-3638) It may iterate the whole memtable while just query one row . This seriously affect the performance . of Cassandra

2011-12-19 Thread Sylvain Lebresne (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne reopened CASSANDRA-3638: - Assignee: Sylvain Lebresne It may iterate the whole memtable while

[jira] [Updated] (CASSANDRA-3638) It may iterate the whole memtable while just query one row . This seriously affect the performance . of Cassandra

2011-12-19 Thread Sylvain Lebresne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-3638: Attachment: 3638.patch I think you're right. And this go way back I believe,

[jira] [Commented] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Pavel Yaskevich (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172307#comment-13172307 ] Pavel Yaskevich commented on CASSANDRA-2474: bq. but for users who are

[jira] [Commented] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread T Jake Luciani (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172317#comment-13172317 ] T Jake Luciani commented on CASSANDRA-2474: --- bq. User will be able to add

[jira] [Commented] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Pavel Yaskevich (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172330#comment-13172330 ] Pavel Yaskevich commented on CASSANDRA-2474: {quote} Requiring a ALTER

[jira] [Commented] (CASSANDRA-3632) using an ant builder in Eclipse is painful

2011-12-19 Thread T Jake Luciani (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172339#comment-13172339 ] T Jake Luciani commented on CASSANDRA-3632: --- +1! using an

[jira] [Commented] (CASSANDRA-3638) It may iterate the whole memtable while just query one row . This seriously affect the performance . of Cassandra

2011-12-19 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172347#comment-13172347 ] Jonathan Ellis commented on CASSANDRA-3638: --- +1 It may

svn commit: r1220817 - /cassandra/branches/cassandra-1.0/build.xml

2011-12-19 Thread eevans
Author: eevans Date: Mon Dec 19 15:58:44 2011 New Revision: 1220817 URL: http://svn.apache.org/viewvc?rev=1220817view=rev Log: remove ant builder; restore java builder Patch by eevans; reviewed by tjake for CASSANDRA-3632 Modified: cassandra/branches/cassandra-1.0/build.xml Modified:

svn commit: r1220838 - /cassandra/trunk/build.xml

2011-12-19 Thread eevans
Author: eevans Date: Mon Dec 19 16:49:30 2011 New Revision: 1220838 URL: http://svn.apache.org/viewvc?rev=1220838view=rev Log: remove ant builder; restore java builder Patch by eevans; reviewed by Rick Shaw for CASSANDRA-3632 Modified: cassandra/trunk/build.xml Modified:

svn commit: r1220839 - /cassandra/trunk/src/java/org/apache/cassandra/cql/QueryProcessor.java

2011-12-19 Thread eevans
Author: eevans Date: Mon Dec 19 16:50:08 2011 New Revision: 1220839 URL: http://svn.apache.org/viewvc?rev=1220839view=rev Log: properly report number of markers in a statement Patch by eevans; reviewed by Rick Shaw for CASSANDRA-2475 Modified:

svn commit: r1220840 - in /cassandra/trunk/src/java/org/apache/cassandra/cql: CQLStatement.java Cql.g QueryProcessor.java Term.java

2011-12-19 Thread eevans
Author: eevans Date: Mon Dec 19 16:50:35 2011 New Revision: 1220840 URL: http://svn.apache.org/viewvc?rev=1220840view=rev Log: index bind markers using parser Patch by eevans; reviewed by Rick Shaw for CASSANDRA-2475 Modified:

svn commit: r1220843 - /cassandra/trunk/src/java/org/apache/cassandra/cql/Term.java

2011-12-19 Thread eevans
Author: eevans Date: Mon Dec 19 16:55:52 2011 New Revision: 1220843 URL: http://svn.apache.org/viewvc?rev=1220843view=rev Log: clean up Term ctors Patch by eevans; reviewed by Rick Shaw for CASSANDRA-2475 Modified: cassandra/trunk/src/java/org/apache/cassandra/cql/Term.java Modified:

svn commit: r1220847 - /cassandra/trunk/src/java/org/apache/cassandra/db/ColumnFamilyStore.java

2011-12-19 Thread jbellis
Author: jbellis Date: Mon Dec 19 17:03:13 2011 New Revision: 1220847 URL: http://svn.apache.org/viewvc?rev=1220847view=rev Log: clarify that loadNewSSTables doesn't 'rebuild' indexes, just adds entries for the new data Modified:

[jira] [Commented] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172398#comment-13172398 ] Jonathan Ellis commented on CASSANDRA-2474: --- bq. In the non-sparse case you

[jira] [Commented] (CASSANDRA-3571) make stream throttling configurable at runtime with nodetool

2011-12-19 Thread Yuki Morishita (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172399#comment-13172399 ] Yuki Morishita commented on CASSANDRA-3571: --- Peter, Thanks for the update.

[jira] [Updated] (CASSANDRA-2749) fine-grained control over data directories

2011-12-19 Thread Sylvain Lebresne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2749: Attachment: 0002-fix-unit-tests-v2.patch 0001-2749-v2.patch

[jira] [Commented] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread T Jake Luciani (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172416#comment-13172416 ] T Jake Luciani commented on CASSANDRA-2474: --- bq. But that's exactly when you

[jira] [Commented] (CASSANDRA-3632) using an ant builder in Eclipse is painful

2011-12-19 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172422#comment-13172422 ] Hudson commented on CASSANDRA-3632: --- Integrated in Cassandra #1260 (See

[jira] [Commented] (CASSANDRA-2475) Prepared statements

2011-12-19 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172423#comment-13172423 ] Hudson commented on CASSANDRA-2475: --- Integrated in Cassandra #1260 (See

[jira] [Created] (CASSANDRA-3647) Support arbitrarily nested documents

2011-12-19 Thread Jonathan Ellis (Created) (JIRA)
Support arbitrarily nested documents -- Key: CASSANDRA-3647 URL: https://issues.apache.org/jira/browse/CASSANDRA-3647 Project: Cassandra Issue Type: New Feature Components: API, Core

[jira] [Commented] (CASSANDRA-3647) Support arbitrarily nested documents

2011-12-19 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172424#comment-13172424 ] Jonathan Ellis commented on CASSANDRA-3647: --- Ed's AnyType is useful here,

[jira] [Commented] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172426#comment-13172426 ] Jonathan Ellis commented on CASSANDRA-2474: --- bq. In my example, when a new

[jira] [Commented] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread T Jake Luciani (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172437#comment-13172437 ] T Jake Luciani commented on CASSANDRA-2474: --- ok +1 On the Hive side we can

[jira] [Commented] (CASSANDRA-3641) inconsistent/corrupt counters w/ broken shards never converge

2011-12-19 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172436#comment-13172436 ] Peter Schuller commented on CASSANDRA-3641: --- I'll fix the comment (it was

[jira] [Created] (CASSANDRA-3648) Repair should validate checksums before streaming

2011-12-19 Thread Jonathan Ellis (Created) (JIRA)
Repair should validate checksums before streaming - Key: CASSANDRA-3648 URL: https://issues.apache.org/jira/browse/CASSANDRA-3648 Project: Cassandra Issue Type: New Feature

[jira] [Commented] (CASSANDRA-3648) Repair should validate checksums before streaming

2011-12-19 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172464#comment-13172464 ] Jonathan Ellis commented on CASSANDRA-3648: --- However, I'm unsure how useful

[jira] [Commented] (CASSANDRA-3592) Major Compaction Incredibly Slow

2011-12-19 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172467#comment-13172467 ] Jonathan Ellis commented on CASSANDRA-3592: --- If you have a test system

[jira] [Updated] (CASSANDRA-2261) During Compaction, Corrupt SSTables with rows that cause failures should be identified and blacklisted.

2011-12-19 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2261: -- Reviewer: xedin (was: stuhood) During Compaction, Corrupt SSTables with rows

[jira] [Resolved] (CASSANDRA-3645) Can't delete row with cqlsh via row key

2011-12-19 Thread Jonathan Ellis (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-3645. --- Resolution: Duplicate You're right, this is normal tombstone behavior. (See

[jira] [Commented] (CASSANDRA-3615) CommitLog BufferOverflowException

2011-12-19 Thread Rick Branson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172495#comment-13172495 ] Rick Branson commented on CASSANDRA-3615: - Any hints on how to reproduce this

[jira] [Commented] (CASSANDRA-1391) Allow Concurrent Schema Migrations

2011-12-19 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172502#comment-13172502 ] Jonathan Ellis commented on CASSANDRA-1391: --- I'd rather do them together in

[jira] [Updated] (CASSANDRA-1600) Merge get_indexed_slices with get_range_slices

2011-12-19 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1600: -- Reviewer: jbellis (was: slebresne) Assignee: Sylvain Lebresne Merge

[jira] [Updated] (CASSANDRA-2246) Enable Pig to use indexed data as described in CASSANDRA-2245

2011-12-19 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2246: -- Description: in contrib/pig, add query parameters to CassandraStorage

[jira] [Commented] (CASSANDRA-2392) Saving IndexSummaries to disk

2011-12-19 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172509#comment-13172509 ] Jonathan Ellis commented on CASSANDRA-2392: --- To answer the question: yes,

[jira] [Commented] (CASSANDRA-2893) Add row-level isolation

2011-12-19 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172539#comment-13172539 ] Brandon Williams commented on CASSANDRA-2893: - Sylvain, can you rebase for

[cassandra-jdbc] push by wfs...@gmail.com - Resolve Issue #10. Missing support for Boolean in getBoolean()... on 2011-12-19 17:35 GMT

2011-12-19 Thread cassandra-jdbc . apache-extras . org
Revision: 2fbcd5bc3bb3 Author: Rick Shaw wfs...@gmail.com Date: Mon Dec 19 09:03:13 2011 Log: Resolve Issue #10. Missing support for Boolean in getBoolean() * Silly omission in getBoolean() method. * Fixed same problem in getInteger(). * Tidied up other methods for consistency. *

[jira] [Commented] (CASSANDRA-3610) Checksum improvement for CompressedRandomAccessReader

2011-12-19 Thread Sylvain Lebresne (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172543#comment-13172543 ] Sylvain Lebresne commented on CASSANDRA-3610: - The patch lgtm, but pulling

[jira] [Commented] (CASSANDRA-3628) Make Pig/CassandraStorage delete functionality disabled by default and configurable

2011-12-19 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172552#comment-13172552 ] Brandon Williams commented on CASSANDRA-3628: - It seems like 'glossing

[jira] [Commented] (CASSANDRA-3610) Checksum improvement for CompressedRandomAccessReader

2011-12-19 Thread Vijay (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172557#comment-13172557 ] Vijay commented on CASSANDRA-3610: -- Sure will do, and i will also add the footnote

[jira] [Commented] (CASSANDRA-3327) Support TimeUUID in CassandraStorage

2011-12-19 Thread Rick Branson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172568#comment-13172568 ] Rick Branson commented on CASSANDRA-3327: - Reviewed this, I am +1

[jira] [Commented] (CASSANDRA-3610) Checksum improvement for CompressedRandomAccessReader

2011-12-19 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172567#comment-13172567 ] Jonathan Ellis commented on CASSANDRA-3610: --- bq. The initial patch were they

[jira] [Updated] (CASSANDRA-3327) Support TimeUUID in CassandraStorage

2011-12-19 Thread Brandon Williams (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-3327: Reviewer: rbranson (was: jeromatron) Support TimeUUID in

svn commit: r1220926 - /cassandra/branches/cassandra-0.8/contrib/pig/src/java/org/apache/cassandra/hadoop/pig/CassandraStorage.java

2011-12-19 Thread brandonwilliams
Author: brandonwilliams Date: Mon Dec 19 20:11:40 2011 New Revision: 1220926 URL: http://svn.apache.org/viewvc?rev=1220926view=rev Log: TimeUUID support in CassandraStorage. Patch by brandonwilliams, reviewed by Rick Branson for CASSANDRA-3327 Modified:

[jira] [Commented] (CASSANDRA-3610) Checksum improvement for CompressedRandomAccessReader

2011-12-19 Thread Vijay (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172572#comment-13172572 ] Vijay commented on CASSANDRA-3610: -- Sure i can copy it but do we need CRC32C

[jira] [Commented] (CASSANDRA-3628) Make Pig/CassandraStorage delete functionality disabled by default and configurable

2011-12-19 Thread Jeremy Hanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172573#comment-13172573 ] Jeremy Hanna commented on CASSANDRA-3628: - What are you suggesting -

[jira] [Commented] (CASSANDRA-3628) Make Pig/CassandraStorage delete functionality disabled by default and configurable

2011-12-19 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172574#comment-13172574 ] Brandon Williams commented on CASSANDRA-3628: - I'm suggesting that passing

svn commit: r1220934 - in /cassandra/branches/cassandra-1.0: ./ contrib/ contrib/pig/src/java/org/apache/cassandra/hadoop/pig/ interface/thrift/gen-java/org/apache/cassandra/thrift/

2011-12-19 Thread brandonwilliams
Author: brandonwilliams Date: Mon Dec 19 20:26:47 2011 New Revision: 1220934 URL: http://svn.apache.org/viewvc?rev=1220934view=rev Log: Merge 3327 from 0.8 Modified: cassandra/branches/cassandra-1.0/ (props changed) cassandra/branches/cassandra-1.0/contrib/ (props changed)

[jira] [Commented] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Sylvain Lebresne (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172594#comment-13172594 ] Sylvain Lebresne commented on CASSANDRA-2474: - For the sparse example:

[jira] [Updated] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2474: -- Attachment: 2474-transposed-1.PNG 2474-transposed-raw.PNG The

[jira] [Issue Comment Edited] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Jonathan Ellis (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172604#comment-13172604 ] Jonathan Ellis edited comment on CASSANDRA-2474 at 12/19/11 8:59 PM:

[jira] [Issue Comment Edited] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Jonathan Ellis (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172608#comment-13172608 ] Jonathan Ellis edited comment on CASSANDRA-2474 at 12/19/11 9:03 PM:

[jira] [Issue Comment Edited] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Jonathan Ellis (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172604#comment-13172604 ] Jonathan Ellis edited comment on CASSANDRA-2474 at 12/19/11 9:02 PM:

[jira] [Updated] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2474: -- Attachment: 2474-transposed-select.PNG So, you could do queries like {code}

[jira] [Commented] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172625#comment-13172625 ] Jonathan Ellis commented on CASSANDRA-2474: --- bq. you have not way to give

[jira] [Commented] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Pavel Yaskevich (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172640#comment-13172640 ] Pavel Yaskevich commented on CASSANDRA-2474: How about we change it to:

[jira] [Commented] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172646#comment-13172646 ] Jonathan Ellis commented on CASSANDRA-2474: --- I like it better with the

[jira] [Commented] (CASSANDRA-3327) Support TimeUUID in CassandraStorage

2011-12-19 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172654#comment-13172654 ] Hudson commented on CASSANDRA-3327: --- Integrated in Cassandra-0.8 #420 (See

[jira] [Commented] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Pavel Yaskevich (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172670#comment-13172670 ] Pavel Yaskevich commented on CASSANDRA-2474: Here is another option for

[jira] [Issue Comment Edited] (CASSANDRA-2474) CQL support for compound columns

2011-12-19 Thread Pavel Yaskevich (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172670#comment-13172670 ] Pavel Yaskevich edited comment on CASSANDRA-2474 at 12/19/11 10:12 PM:

[jira] [Updated] (CASSANDRA-3568) cassandra-cli and nodetool should connect to localhost by default

2011-12-19 Thread Rick Branson (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Branson updated CASSANDRA-3568: Attachment: 3568-v2.txt CLI will no longer bail if it can't connect to the initial

[jira] [Updated] (CASSANDRA-3554) Hints are not replayed unless node was marked down

2011-12-19 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3554: -- Attachment: 3554-1.0.txt combined patch against 1.0 Hints are

[cassandra-node] push by tomaz.muraus - Allow user to pass optional connection info to amendError and if provi... on 2011-12-19 22:51 GMT

2011-12-19 Thread cassandra-node . apache-extras . org
Revision: 3d53cb35fd30 Author: Tomaz Muraus to...@tomaz.me Date: Mon Dec 19 14:50:34 2011 Log: Allow user to pass optional connection info to amendError and if provided, attach it to the error object.

[jira] [Updated] (CASSANDRA-3430) Break Big Compaction Lock apart

2011-12-19 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3430: -- Fix Version/s: (was: 1.0.7) 1.1 Break Big Compaction

[jira] [Reopened] (CASSANDRA-3250) fsync the directory after new sstable or commit log segment are created

2011-12-19 Thread Jonathan Ellis (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reopened CASSANDRA-3250: --- ... actually, can you back this out of 1.0 and put it in 1.1 instead? It *should*

[jira] [Updated] (CASSANDRA-3554) Hints are not replayed unless node was marked down

2011-12-19 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3554: -- Attachment: 3554-1.0.txt updated 1.0 rebase that is pre-1034 friendly

[jira] [Updated] (CASSANDRA-3554) Hints are not replayed unless node was marked down

2011-12-19 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3554: -- Attachment: (was: 3554-1.0.txt) Hints are not replayed unless node was

svn commit: r1221015 - in /cassandra/branches/cassandra-1.0: CHANGES.txt src/java/org/apache/cassandra/io/util/SequentialWriter.java src/java/org/apache/cassandra/utils/CLibrary.java

2011-12-19 Thread xedin
Author: xedin Date: Mon Dec 19 23:42:28 2011 New Revision: 1221015 URL: http://svn.apache.org/viewvc?rev=1221015view=rev Log: Revert fsync the directory after new sstable or commitlog segment are created Modified: cassandra/branches/cassandra-1.0/CHANGES.txt

[cassandra-node] push by tomaz.muraus - Update package.json and CHANGES. on 2011-12-19 22:58 GMT

2011-12-19 Thread cassandra-node . apache-extras . org
Revision: 142906874cbf Author: Tomaz Muraus to...@tomaz.me Date: Mon Dec 19 14:58:12 2011 Log: Update package.json and CHANGES. http://code.google.com/a/apache-extras.org/p/cassandra-node/source/detail?r=142906874cbf Modified: /CHANGES /package.json

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

2011-12-19 Thread xedin
Author: xedin Date: Mon Dec 19 23:47:16 2011 New Revision: 1221020 URL: http://svn.apache.org/viewvc?rev=1221020view=rev Log: merge from 1.0 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt cassandra/trunk/contrib/ (props changed)

[jira] [Updated] (CASSANDRA-3250) fsync the directory after new sstable or commit log segment are created

2011-12-19 Thread Pavel Yaskevich (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-3250: --- Fix Version/s: (was: 1.0.7) 1.1 fsync the directory

[jira] [Resolved] (CASSANDRA-3250) fsync the directory after new sstable or commit log segment are created

2011-12-19 Thread Pavel Yaskevich (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich resolved CASSANDRA-3250. Resolution: Fixed Changed to 1.1 only. fsync the directory

[jira] [Commented] (CASSANDRA-3511) Supercolumn key caches are not saved

2011-12-19 Thread Joaquin Casares (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172807#comment-13172807 ] Joaquin Casares commented on CASSANDRA-3511:

[jira] [Issue Comment Edited] (CASSANDRA-3511) Supercolumn key caches are not saved

2011-12-19 Thread Joaquin Casares (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172807#comment-13172807 ] Joaquin Casares edited comment on CASSANDRA-3511 at 12/20/11 12:58 AM:

[Cassandra Wiki] Update of ByteOrderedPartitioner by bda

2011-12-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The ByteOrderedPartitioner page has been changed by bda: http://wiki.apache.org/cassandra/ByteOrderedPartitioner New page: Byte Ordered Partitioner (BOP) is a scheme to organize how

[Cassandra Wiki] Update of ByteOrderedPartitioner by bda

2011-12-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The ByteOrderedPartitioner page has been changed by bda: http://wiki.apache.org/cassandra/ByteOrderedPartitioner?action=diffrev1=1rev2=2 Byte Ordered Partitioner (BOP) is a scheme

[jira] [Updated] (CASSANDRA-3615) CommitLog BufferOverflowException

2011-12-19 Thread Rick Branson (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Branson updated CASSANDRA-3615: Attachment: 3615.txt I didn't have any luck with Piotr's patch specifically fixing the

[jira] [Created] (CASSANDRA-3650) CASSANDRA-2335 does not appear to have been resolved

2011-12-19 Thread Yaron Y. Goland (Created) (JIRA)
CASSANDRA-2335 does not appear to have been resolved Key: CASSANDRA-3650 URL: https://issues.apache.org/jira/browse/CASSANDRA-3650 Project: Cassandra Issue Type: Bug Affects Versions:

[jira] [Resolved] (CASSANDRA-3650) CASSANDRA-2335 does not appear to have been resolved

2011-12-19 Thread Yaron Y. Goland (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yaron Y. Goland resolved CASSANDRA-3650. Resolution: Fixed Next time read the build instructions correctly. This error

[jira] [Updated] (CASSANDRA-3571) make stream throttling configurable at runtime with nodetool

2011-12-19 Thread Peter Schuller (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Schuller updated CASSANDRA-3571: -- Attachment: CASSANDRA-3571-1.0-rebased-v2.txt I completely agree; attached.

[jira] [Updated] (CASSANDRA-3644) parsing of chunk_length_kb silently overflows

2011-12-19 Thread Peter Schuller (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Schuller updated CASSANDRA-3644: -- Attachment: CASSANDRA-3644-1.0-v2.txt My apologies. I must have accidentally taken

[jira] [Updated] (CASSANDRA-3650) CASSANDRA-2335 was properly resolved - artifact:pom doesn't support the groupId attribute

2011-12-19 Thread Yaron Y. Goland (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yaron Y. Goland updated CASSANDRA-3650: --- Description: CASSANDRA-2335 was about a build error that windows users will see

[jira] [Resolved] (CASSANDRA-3570) barrier-of-entry: make ./bin/cassandra -f work out of the box by changing default cassandra.yaml

2011-12-19 Thread Peter Schuller (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Schuller resolved CASSANDRA-3570. --- Resolution: Won't Fix WONTFIX due to lack of buy-in.

[jira] [Created] (CASSANDRA-3651) Truncate shouldn't rethrow timeouts as UA

2011-12-19 Thread Brandon Williams (Created) (JIRA)
Truncate shouldn't rethrow timeouts as UA - Key: CASSANDRA-3651 URL: https://issues.apache.org/jira/browse/CASSANDRA-3651 Project: Cassandra Issue Type: Bug Components: Core

[jira] [Commented] (CASSANDRA-3648) Repair should validate checksums before streaming

2011-12-19 Thread Sylvain Lebresne (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13173001#comment-13173001 ] Sylvain Lebresne commented on CASSANDRA-3648: - I think that for block