[jira] [Commented] (CASSANDRA-3963) Exception durint start up after updating cassandra

2012-02-29 Thread Mariusz (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219010#comment-13219010 ] Mariusz commented on CASSANDRA-3963: It works now, thanks for help..

[jira] [Commented] (CASSANDRA-3964) Columns isn`t updated, although insert operation ends with success

2012-02-29 Thread Mariusz (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219011#comment-13219011 ] Mariusz commented on CASSANDRA-3964: yep, you`re right... big thanks for

[jira] [Commented] (CASSANDRA-3950) support trickling fsync() on writes

2012-02-29 Thread Pavel Yaskevich (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219012#comment-13219012 ] Pavel Yaskevich commented on CASSANDRA-3950: +1 with final change

[jira] [Commented] (CASSANDRA-3954) Exceptions during start up after schema disagreement

2012-02-29 Thread Mariusz (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219013#comment-13219013 ] Mariusz commented on CASSANDRA-3954: it might be, I`ve installed new snapshot(made

[jira] [Commented] (CASSANDRA-3950) support trickling fsync() on writes

2012-02-29 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219025#comment-13219025 ] Peter Schuller commented on CASSANDRA-3950: --- I'm fine with that. I

git commit: support trickling fsync() on writes

2012-02-29 Thread scode
Updated Branches: refs/heads/cassandra-1.1.0 3f8db24e4 - ba7b0bddf support trickling fsync() on writes patch by scode; reviewed by xedin for CASSANDRA-3950 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ba7b0bdd

[1/2] git commit: Merge branch 'cassandra-1.1.0' into cassandra-1.1

2012-02-29 Thread scode
Updated Branches: refs/heads/cassandra-1.1 15638372a - d5469b66e Merge branch 'cassandra-1.1.0' into cassandra-1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d5469b66 Tree:

[2/2] git commit: support trickling fsync() on writes

2012-02-29 Thread scode
support trickling fsync() on writes patch by scode; reviewed by xedin for CASSANDRA-3950 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ba7b0bdd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ba7b0bdd

[2/3] git commit: Merge branch 'cassandra-1.1.0' into cassandra-1.1

2012-02-29 Thread scode
Merge branch 'cassandra-1.1.0' into cassandra-1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d5469b66 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d5469b66 Diff:

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

2012-02-29 Thread scode
Updated Branches: refs/heads/trunk ac0de1ee2 - 927356e0c Merge branch 'cassandra-1.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/927356e0 Tree:

[3/3] git commit: support trickling fsync() on writes

2012-02-29 Thread scode
support trickling fsync() on writes patch by scode; reviewed by xedin for CASSANDRA-3950 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ba7b0bdd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ba7b0bdd

[jira] [Updated] (CASSANDRA-3948) SequentialWriter doesn't fsync() before posix_fadvise()

2012-02-29 Thread Peter Schuller (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Schuller updated CASSANDRA-3948: -- Attachment: CASSANDRA-3948-trunk.txt Suggesting attached patch to rename the

[jira] [Commented] (CASSANDRA-3948) rename RandomAccessReader.MAX_BYTES_IN_PAGE_CACHE

2012-02-29 Thread Pavel Yaskevich (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219052#comment-13219052 ] Pavel Yaskevich commented on CASSANDRA-3948: +1 rename

[jira] [Updated] (CASSANDRA-3948) rename RandomAccessReader.MAX_BYTES_IN_PAGE_CACHE

2012-02-29 Thread Peter Schuller (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Schuller updated CASSANDRA-3948: -- Summary: rename RandomAccessReader.MAX_BYTES_IN_PAGE_CACHE (was: SequentialWriter

git commit: rename RandomAccessReader.MAX_BYTES_IN_PAGE_CACHE

2012-02-29 Thread scode
Updated Branches: refs/heads/cassandra-1.1 d5469b66e - 49e134c73 rename RandomAccessReader.MAX_BYTES_IN_PAGE_CACHE patch by scode; reviewed by xedin for CASSANDRA-3948 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

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

2012-02-29 Thread scode
Updated Branches: refs/heads/trunk 927356e0c - 27fb2bffb Merge branch 'cassandra-1.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/27fb2bff Tree:

[2/2] git commit: rename RandomAccessReader.MAX_BYTES_IN_PAGE_CACHE

2012-02-29 Thread scode
rename RandomAccessReader.MAX_BYTES_IN_PAGE_CACHE patch by scode; reviewed by xedin for CASSANDRA-3948 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/49e134c7 Tree:

[jira] [Resolved] (CASSANDRA-3948) rename RandomAccessReader.MAX_BYTES_IN_PAGE_CACHE

2012-02-29 Thread Peter Schuller (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Schuller resolved CASSANDRA-3948. --- Resolution: Fixed Committed (1.1 + trunk after all). rename

[jira] [Updated] (CASSANDRA-3948) rename RandomAccessReader.MAX_BYTES_IN_PAGE_CACHE

2012-02-29 Thread Peter Schuller (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Schuller updated CASSANDRA-3948: -- Fix Version/s: (was: 1.1.0) 1.1.1 rename

[jira] [Commented] (CASSANDRA-3857) AIOOB during bootstrap causes insta-join as Normal in ring, serving bad reads

2012-02-29 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219071#comment-13219071 ] Peter Schuller commented on CASSANDRA-3857: --- While I certainly see the idea

[jira] [Updated] (CASSANDRA-3671) provide JMX counters for unavailables/timeouts for reads and writes

2012-02-29 Thread Peter Schuller (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Schuller updated CASSANDRA-3671: -- Attachment: CASSANDRA-3671-trunk-coda-metrics-203-withjar.txt Attaching full patch

[jira] [Created] (CASSANDRA-3979) Consider providing error code with exceptions (and documenting them)

2012-02-29 Thread Sylvain Lebresne (Created) (JIRA)
Consider providing error code with exceptions (and documenting them) Key: CASSANDRA-3979 URL: https://issues.apache.org/jira/browse/CASSANDRA-3979 Project: Cassandra Issue

[jira] [Created] (CASSANDRA-3980) Cli should be able to define CompositeType comparators

2012-02-29 Thread Brandon Williams (Created) (JIRA)
Cli should be able to define CompositeType comparators -- Key: CASSANDRA-3980 URL: https://issues.apache.org/jira/browse/CASSANDRA-3980 Project: Cassandra Issue Type: Improvement

[jira] [Commented] (CASSANDRA-3980) Cli should be able to define CompositeType comparators

2012-02-29 Thread Sylvain Lebresne (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219254#comment-13219254 ] Sylvain Lebresne commented on CASSANDRA-3980: - Are we sure of that? At

[jira] [Commented] (CASSANDRA-3980) Cli should be able to define CompositeType comparators

2012-02-29 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219257#comment-13219257 ] Brandon Williams commented on CASSANDRA-3980: - If we can, we should add an

[jira] [Commented] (CASSANDRA-3980) Cli should be able to define CompositeType comparators

2012-02-29 Thread Pavel Yaskevich (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219259#comment-13219259 ] Pavel Yaskevich commented on CASSANDRA-3980: And you can't really use just

[jira] [Commented] (CASSANDRA-3980) Cli should be able to define CompositeType comparators

2012-02-29 Thread Sylvain Lebresne (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219274#comment-13219274 ] Sylvain Lebresne commented on CASSANDRA-3980: - Hum, what I mean is that on

[jira] [Commented] (CASSANDRA-3980) Cli should be able to define CompositeType comparators

2012-02-29 Thread Pavel Yaskevich (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219277#comment-13219277 ] Pavel Yaskevich commented on CASSANDRA-3980: huh, if it works like that I

[Cassandra Wiki] Trivial Update of StorageProxy by SeanBartell

2012-02-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The StorageProxy page has been changed by SeanBartell: http://wiki.apache.org/cassandra/StorageProxy?action=diffrev1=3rev2=4 Comment: Fix link !StorageProxy is the API that Thrift

[jira] [Created] (CASSANDRA-3981) Don't include original exception class name in CQL message

2012-02-29 Thread Sylvain Lebresne (Created) (JIRA)
Don't include original exception class name in CQL message -- Key: CASSANDRA-3981 URL: https://issues.apache.org/jira/browse/CASSANDRA-3981 Project: Cassandra Issue Type: Bug

[jira] [Updated] (CASSANDRA-3981) Don't include original exception class name in CQL message

2012-02-29 Thread Sylvain Lebresne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-3981: Attachment: 3981.patch Attaching trivial but actually only against CQL3. It

[jira] [Created] (CASSANDRA-3982) Explore not returning range ghosts

2012-02-29 Thread Sylvain Lebresne (Created) (JIRA)
Explore not returning range ghosts -- Key: CASSANDRA-3982 URL: https://issues.apache.org/jira/browse/CASSANDRA-3982 Project: Cassandra Issue Type: Sub-task Reporter: Sylvain Lebresne

[jira] [Updated] (CASSANDRA-3980) Cli should be able to define CompositeType comparators

2012-02-29 Thread Pavel Yaskevich (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-3980: --- Attachment: CASSANDRA-3980.patch updated docs for create/update column family.

[jira] [Commented] (CASSANDRA-3980) Cli should be able to define CompositeType comparators

2012-02-29 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219378#comment-13219378 ] Brandon Williams commented on CASSANDRA-3980: - +1 Cli

git commit: add CompositeType ref to the CLI doc for create/update column family patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3980

2012-02-29 Thread xedin
Updated Branches: refs/heads/cassandra-1.0 24a708040 - ebafaeba3 add CompositeType ref to the CLI doc for create/update column family patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3980 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[1/2] git commit: merge from 1.0

2012-02-29 Thread xedin
Updated Branches: refs/heads/cassandra-1.1.0 ba7b0bddf - 0447837b2 merge from 1.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0447837b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0447837b Diff:

[1/3] git commit: merge from 1.1.0

2012-02-29 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 49e134c73 - 32f5d0641 merge from 1.1.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/32f5d064 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/32f5d064 Diff:

[2/3] git commit: merge from 1.0

2012-02-29 Thread xedin
merge from 1.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0447837b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0447837b Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0447837b

[3/3] git commit: add CompositeType ref to the CLI doc for create/update column family patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3980

2012-02-29 Thread xedin
add CompositeType ref to the CLI doc for create/update column family patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3980 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ebafaeba Tree:

[2/4] git commit: merge from 1.1.0

2012-02-29 Thread xedin
merge from 1.1.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/32f5d064 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/32f5d064 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/32f5d064

[4/4] git commit: add CompositeType ref to the CLI doc for create/update column family patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3980

2012-02-29 Thread xedin
add CompositeType ref to the CLI doc for create/update column family patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3980 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ebafaeba Tree:

[3/4] git commit: merge from 1.0

2012-02-29 Thread xedin
merge from 1.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0447837b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0447837b Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0447837b

[1/4] git commit: merge from 1.1

2012-02-29 Thread xedin
Updated Branches: refs/heads/trunk 27fb2bffb - 0e701097a merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0e701097 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0e701097 Diff:

[jira] [Updated] (CASSANDRA-3684) Composite Column Support for PIG

2012-02-29 Thread Janne Jalkanen (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Janne Jalkanen updated CASSANDRA-3684: -- Attachment: 3684-jalkanen-test.txt Patch to provide tests against the Composite

[jira] [Updated] (CASSANDRA-3684) Composite Column Support for PIG

2012-02-29 Thread Janne Jalkanen (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Janne Jalkanen updated CASSANDRA-3684: -- Attachment: 3684-jalkanen-test-v2.txt Improved test patch against the tests; this

[jira] [Assigned] (CASSANDRA-2635) make cache skipping optional

2012-02-29 Thread Harish Doddi (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Doddi reassigned CASSANDRA-2635: --- Assignee: Harish Doddi (was: Peter Schuller) make cache skipping optional

git commit: Pig: support for composite columns Patch by Janne Jalkanen, reviewed by brandonwilliams for CASSANDRA-3684

2012-02-29 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.0 ebafaeba3 - b61f1d43e Pig: support for composite columns Patch by Janne Jalkanen, reviewed by brandonwilliams for CASSANDRA-3684 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

git commit: Update changes

2012-02-29 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.0 b61f1d43e - 431169209 Update changes Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/43116920 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/43116920 Diff:

[jira] [Commented] (CASSANDRA-2635) make cache skipping optional

2012-02-29 Thread Harish Doddi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219522#comment-13219522 ] Harish Doddi commented on CASSANDRA-2635: - I would like to do this patch for

[jira] [Updated] (CASSANDRA-3684) Composite Column Support for PIG

2012-02-29 Thread Brandon Williams (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-3684: Reviewer: brandon.williams Fix Version/s: 1.1.0

[jira] [Resolved] (CASSANDRA-3684) Composite Column Support for PIG

2012-02-29 Thread Brandon Williams (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams resolved CASSANDRA-3684. - Resolution: Fixed Committed, thanks! Composite Column

[1/12] git commit: Merge branch 'cassandra-1.1' into trunk

2012-02-29 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 32f5d0641 - 2fc2bd393 refs/heads/cassandra-1.1.0 0447837b2 - 470873fcb refs/heads/trunk 0e701097a - 4bae17438 Merge branch 'cassandra-1.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[4/12] git commit: Merge from 1.0

2012-02-29 Thread brandonwilliams
Merge from 1.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/470873fc Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/470873fc Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/470873fc

[3/12] git commit: Merge branch 'cassandra-1.1.0' into cassandra-1.1

2012-02-29 Thread brandonwilliams
Merge branch 'cassandra-1.1.0' into cassandra-1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2fc2bd39 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2fc2bd39 Diff:

[2/12] git commit: Merge branch 'cassandra-1.1.0' into cassandra-1.1

2012-02-29 Thread brandonwilliams
Merge branch 'cassandra-1.1.0' into cassandra-1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2fc2bd39 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2fc2bd39 Diff:

[5/12] git commit: Merge from 1.0

2012-02-29 Thread brandonwilliams
Merge from 1.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/470873fc Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/470873fc Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/470873fc

[7/12] git commit: Update changes

2012-02-29 Thread brandonwilliams
Update changes Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/43116920 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/43116920 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/43116920

[9/12] git commit: Update changes

2012-02-29 Thread brandonwilliams
Update changes Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/43116920 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/43116920 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/43116920

[12/12] git commit: Pig: support for composite columns Patch by Janne Jalkanen, reviewed by brandonwilliams for CASSANDRA-3684

2012-02-29 Thread brandonwilliams
Pig: support for composite columns Patch by Janne Jalkanen, reviewed by brandonwilliams for CASSANDRA-3684 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b61f1d43 Tree:

[10/12] git commit: Pig: support for composite columns Patch by Janne Jalkanen, reviewed by brandonwilliams for CASSANDRA-3684

2012-02-29 Thread brandonwilliams
Pig: support for composite columns Patch by Janne Jalkanen, reviewed by brandonwilliams for CASSANDRA-3684 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b61f1d43 Tree:

[11/12] git commit: Pig: support for composite columns Patch by Janne Jalkanen, reviewed by brandonwilliams for CASSANDRA-3684

2012-02-29 Thread brandonwilliams
Pig: support for composite columns Patch by Janne Jalkanen, reviewed by brandonwilliams for CASSANDRA-3684 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b61f1d43 Tree:

[6/12] git commit: Merge from 1.0

2012-02-29 Thread brandonwilliams
Merge from 1.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/470873fc Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/470873fc Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/470873fc

[jira] [Created] (CASSANDRA-3983) Change order of directory searching for c*.in.sh

2012-02-29 Thread Nick Bailey (Created) (JIRA)
Change order of directory searching for c*.in.sh Key: CASSANDRA-3983 URL: https://issues.apache.org/jira/browse/CASSANDRA-3983 Project: Cassandra Issue Type: Improvement Reporter:

[jira] [Commented] (CASSANDRA-3981) Don't include original exception class name in CQL message

2012-02-29 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219633#comment-13219633 ] Jonathan Ellis commented on CASSANDRA-3981: --- +1 Don't

[jira] [Commented] (CASSANDRA-3722) Send Hints to Dynamic Snitch when Compaction or repair is going on for a node.

2012-02-29 Thread Pavel Yaskevich (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219639#comment-13219639 ] Pavel Yaskevich commented on CASSANDRA-3722: Also maintaining a kind of

[jira] [Created] (CASSANDRA-3984) missing documents for caching in 1.1

2012-02-29 Thread Vijay (Created) (JIRA)
missing documents for caching in 1.1 Key: CASSANDRA-3984 URL: https://issues.apache.org/jira/browse/CASSANDRA-3984 Project: Cassandra Issue Type: Bug Components: Documentation website

[jira] [Updated] (CASSANDRA-3984) missing documents for caching in 1.1

2012-02-29 Thread Vijay (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijay updated CASSANDRA-3984: - Attachment: 0001-docs-for-caching.patch missing documents for caching in 1.1