[jira] [Commented] (CASSANDRA-3859) Add Progress Reporting to Cassandra OutputFormats

2012-03-17 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231898#comment-13231898 ] Chris Goffinet commented on CASSANDRA-3859: --- +1 lets commit this for now

[jira] [Commented] (CASSANDRA-3859) Add Progress Reporting to Cassandra OutputFormats

2012-02-23 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13215391#comment-13215391 ] Chris Goffinet commented on CASSANDRA-3859: --- Brandon, sorry. I misread

git commit: Fix BulkRecordWriter to not throw NPE if reducer gets no map data from Hadoop Patch by goffinet, reviewed by goffinet for CASSANDRA-3944

2012-02-22 Thread goffinet
Updated Branches: refs/heads/cassandra-1.1 527d590d4 - a47d4cbf0 Fix BulkRecordWriter to not throw NPE if reducer gets no map data from Hadoop Patch by goffinet, reviewed by goffinet for CASSANDRA-3944 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip

[jira] [Updated] (CASSANDRA-3944) BulkRecordWriter will throw NullExceptions if no data is sent with the reducer

2012-02-22 Thread Chris Goffinet (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-3944: -- Attachment: 0001-Fix-BulkRecordWriter-to-not-throw-NPE-if-reducer-get.patch

[2/2] git commit: Fix BulkRecordWriter to not throw NPE if reducer gets no map data from Hadoop Patch by goffinet, reviewed by goffinet for CASSANDRA-3944

2012-02-22 Thread goffinet
Fix BulkRecordWriter to not throw NPE if reducer gets no map data from Hadoop Patch by goffinet, reviewed by goffinet for CASSANDRA-3944 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a47d4cbf Tree: http://git-wip

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

2012-02-22 Thread goffinet
/590661fa Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/590661fa Branch: refs/heads/trunk Commit: 590661faf23764732aac919baeb350f4d6594299 Parents: 130b865 a47d4cb Author: Chris Goffinet c...@chrisgoffinet.com Authored: Wed Feb 22 00:02:30 2012 -0800 Committer: Chris Goffinet c

[jira] [Created] (CASSANDRA-3945) Support incremental/batch sizes for BulkRecordWriter, due to GC overhead issues

2012-02-22 Thread Chris Goffinet (Created) (JIRA)
: Cassandra Issue Type: Bug Reporter: Chris Goffinet Assignee: Chris Goffinet Priority: Minor Fix For: 1.1.0 When loading large amounts of data, currently the BulkRecordWriter will write out all the sstables, then stream them. This actually

[jira] [Updated] (CASSANDRA-3945) Support incremental/batch sizes for BulkRecordWriter, due to GC overhead issues

2012-02-22 Thread Chris Goffinet (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-3945: -- Description: When loading large amounts of data, currently the BulkRecordWriter

[jira] [Created] (CASSANDRA-3946) BulkRecordWriter shouldn't stream any empty data/index files that might be created at end of flush

2012-02-22 Thread Chris Goffinet (Created) (JIRA)
/CASSANDRA-3946 Project: Cassandra Issue Type: Bug Reporter: Chris Goffinet Assignee: Chris Goffinet Priority: Minor Fix For: 1.1.0 If by chance, we flush sstables during BulkRecordWriter (we have seen it happen), I want

[jira] [Updated] (CASSANDRA-3946) BulkRecordWriter shouldn't stream any empty data/index files that might be created at end of flush

2012-02-22 Thread Chris Goffinet (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-3946: -- Attachment: 0001-CASSANDRA-3946-BulkRecordWriter-shouldn-t-stream-any.patch

[jira] [Commented] (CASSANDRA-3859) Add Progress Reporting to Cassandra OutputFormats

2012-02-21 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13213430#comment-13213430 ] Chris Goffinet commented on CASSANDRA-3859: --- Brandon, one thing I could

[jira] [Commented] (CASSANDRA-3859) Add Progress Reporting to Cassandra OutputFormats

2012-02-21 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13213429#comment-13213429 ] Chris Goffinet commented on CASSANDRA-3859: --- Brandon, I am not seeing

[jira] [Created] (CASSANDRA-3944) BulkRecordWriter will throw NullExceptions if no data is sent with the reducer

2012-02-21 Thread Chris Goffinet (Created) (JIRA)
: Cassandra Issue Type: Bug Affects Versions: 1.1.0 Reporter: Chris Goffinet Assignee: Chris Goffinet Fix For: 1.1.0 In the BulkRecordWriter, in the close() method if no actual output is sent to the reducer, which can be caused by having too many

[jira] [Updated] (CASSANDRA-3912) support incremental repair controlled by external agent

2012-02-20 Thread Chris Goffinet (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-3912: -- Fix Version/s: 1.2 support incremental repair controlled by external agent

[jira] [Commented] (CASSANDRA-3859) Add Progress Reporting to Cassandra OutputFormats

2012-02-17 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13210129#comment-13210129 ] Chris Goffinet commented on CASSANDRA-3859: --- Brandon, The only issue I see

[jira] [Updated] (CASSANDRA-3907) Support compression using BulkWriter

2012-02-14 Thread Chris Goffinet (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-3907: -- Attachment: 0001-Add-compression-support-to-BulkWriter.patch Support

[jira] [Commented] (CASSANDRA-3906) BulkRecordWriter throws NPE for counter columns

2012-02-14 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13207831#comment-13207831 ] Chris Goffinet commented on CASSANDRA-3906: --- Good call on seeing

git commit: BulkRecordWriter throws NPE for counter columns Patch by goffinet and driftx, reviewed by Brandon Williams for CASSANDRA-3906

2012-02-14 Thread goffinet
Updated Branches: refs/heads/cassandra-1.1 d2c22a855 - 648e62e58 BulkRecordWriter throws NPE for counter columns Patch by goffinet and driftx, reviewed by Brandon Williams for CASSANDRA-3906 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org

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

2012-02-14 Thread goffinet
/418d27a1 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/418d27a1 Branch: refs/heads/trunk Commit: 418d27a1e2c0f6312e5be24a6d4263b97848789f Parents: 887c7f9 648e62e Author: Chris Goffinet c...@chrisgoffinet.com Authored: Tue Feb 14 09:13:18 2012 -0800 Committer: Chris Goffinet c

[2/2] git commit: BulkRecordWriter throws NPE for counter columns Patch by goffinet and driftx, reviewed by Brandon Williams for CASSANDRA-3906

2012-02-14 Thread goffinet
BulkRecordWriter throws NPE for counter columns Patch by goffinet and driftx, reviewed by Brandon Williams for CASSANDRA-3906 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/648e62e5 Tree: http://git-wip-us.apache.org

[jira] [Updated] (CASSANDRA-3859) Add Progress Reporting to Cassandra OutputFormats

2012-02-14 Thread Chris Goffinet (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-3859: -- Reviewer: lenn0x (was: brandon.williams) So far this patch looks good, I will go

git commit: Support compression using BulkWriter Patch by goffinet, reviewed by Brandon Williams for CASSANDRA-3907

2012-02-14 Thread goffinet
Updated Branches: refs/heads/cassandra-1.1 648e62e58 - 5dac2086d Support compression using BulkWriter Patch by goffinet, reviewed by Brandon Williams for CASSANDRA-3907 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra

[2/2] git commit: Support compression using BulkWriter Patch by goffinet, reviewed by Brandon Williams for CASSANDRA-3907

2012-02-14 Thread goffinet
Support compression using BulkWriter Patch by goffinet, reviewed by Brandon Williams for CASSANDRA-3907 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5dac2086 Tree: http://git-wip-us.apache.org/repos/asf/cassandra

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

2012-02-14 Thread goffinet
/e533b9fd Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e533b9fd Branch: refs/heads/trunk Commit: e533b9fd83e75c6340b5f46376f2a57b4c4ca725 Parents: 418d27a 5dac208 Author: Chris Goffinet c...@chrisgoffinet.com Authored: Tue Feb 14 09:59:20 2012 -0800 Committer: Chris Goffinet c

[jira] [Created] (CASSANDRA-3911) Basic QoS support for helping reduce OOMing cluster

2012-02-14 Thread Chris Goffinet (Created) (JIRA)
Reporter: Chris Goffinet Assignee: Chris Goffinet Priority: Minor Fix For: 1.2 We'd like to propose adding some basic QoS features to Cassandra. There can be a lot to be done here but for v1 to keep things less invasive, and still provide basics we would like

[jira] [Created] (CASSANDRA-3906) BulkRecordWriter throws NPE for counter columns

2012-02-13 Thread Chris Goffinet (Created) (JIRA)
Reporter: Chris Goffinet Assignee: Chris Goffinet Fix For: 1.1.0 Using BulkRecordWriter, fails with counters due to an NPE (we used column instead of counter_column). I also noticed this broke for super columns too. -- This message is automatically generated

[jira] [Updated] (CASSANDRA-3906) BulkRecordWriter throws NPE for counter columns

2012-02-13 Thread Chris Goffinet (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-3906: -- Attachment: 0001-Fixed-BulkRecordWriter-to-not-throw-an-NPE-for-count.patch

[jira] [Commented] (CASSANDRA-3740) While using BulkOutputFormat unneccessarily look for the cassandra.yaml file.

2012-02-13 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13207469#comment-13207469 ] Chris Goffinet commented on CASSANDRA-3740: --- Brandon, I just filed

[jira] [Created] (CASSANDRA-3907) Support compression using BulkWriter

2012-02-13 Thread Chris Goffinet (Created) (JIRA)
: Chris Goffinet Assignee: Chris Goffinet Fix For: 1.1.0 Currently there is no way to enable compression using BulkWriter. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https

[jira] [Commented] (CASSANDRA-3740) While using BulkOutputFormat unneccessarily look for the cassandra.yaml file.

2012-02-13 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13207521#comment-13207521 ] Chris Goffinet commented on CASSANDRA-3740: --- Brandon, other than that, I +1

[jira] [Reopened] (CASSANDRA-3675) ship with -XX:+ExplicitGCInvokesConcurrent by default

2012-02-06 Thread Chris Goffinet (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet reopened CASSANDRA-3675: --- I am going to revert this commit. ship with -XX

[jira] [Commented] (CASSANDRA-3675) ship with -XX:+ExplicitGCInvokesConcurrent by default

2012-02-06 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13202007#comment-13202007 ] Chris Goffinet commented on CASSANDRA-3675: --- For the record, I still think

git commit: Revert Use -XX:+ExplicitGCInvokesConcurrent by default.

2012-02-06 Thread goffinet
/asf/cassandra/commit/abd45559 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/abd45559 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/abd45559 Branch: refs/heads/cassandra-1.1 Commit: abd455599492da70904cba8a3b5a0a110db2cf60 Parents: 0f3ff05 Author: Chris Goffinet c

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

2012-02-06 Thread goffinet
/9f668cae Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/9f668cae Branch: refs/heads/trunk Commit: 9f668caed2421e27855adfa54a0dc93459398bc4 Parents: 8fa285c abd4555 Author: Chris Goffinet c...@chrisgoffinet.com Authored: Mon Feb 6 18:26:28 2012 -0800 Committer: Chris Goffinet c

[2/2] git commit: Revert Use -XX:+ExplicitGCInvokesConcurrent by default.

2012-02-06 Thread goffinet
/asf/cassandra/tree/abd45559 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/abd45559 Branch: refs/heads/trunk Commit: abd455599492da70904cba8a3b5a0a110db2cf60 Parents: 0f3ff05 Author: Chris Goffinet c...@chrisgoffinet.com Authored: Mon Feb 6 18:26:13 2012 -0800 Committer: Chris Goffinet

[jira] [Resolved] (CASSANDRA-3675) ship with -XX:+ExplicitGCInvokesConcurrent by default

2012-02-06 Thread Chris Goffinet (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet resolved CASSANDRA-3675. --- Resolution: Won't Fix Reverted ship with -XX

[jira] [Updated] (CASSANDRA-3675) ship with -XX:+ExplicitGCInvokesConcurrent by default

2012-02-05 Thread Chris Goffinet (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-3675: -- Reviewer: lenn0x ship with -XX:+ExplicitGCInvokesConcurrent by default

[2/8] git commit: Use -XX:+ExplicitGCInvokesConcurrent by default.

2012-02-05 Thread goffinet
Use -XX:+ExplicitGCInvokesConcurrent by default. patch by scode; reviewed by goffinet for CASSANDRA-3675 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4f4aa4fb Tree: http://git-wip-us.apache.org/repos/asf/cassandra

[5/8] git commit: Add optional socket timeout for streaming

2012-02-05 Thread goffinet
Add optional socket timeout for streaming patch by vijay2win; reviewed by slebresne for CASSANDRA-3838 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a35f8787 Tree:

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

2012-02-05 Thread goffinet
://git-wip-us.apache.org/repos/asf/cassandra/tree/92813d9f Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/92813d9f Branch: refs/heads/trunk Commit: 92813d9f08097a09b3ada9b46de06ec54b663914 Parents: 76736ed 4f4aa4f Author: Chris Goffinet c...@chrisgoffinet.com Authored: Sun Feb 5 20:14

[3/8] git commit: Use -XX:+ExplicitGCInvokesConcurrent by default.

2012-02-05 Thread goffinet
Use -XX:+ExplicitGCInvokesConcurrent by default. patch by scode; reviewed by goffinet for CASSANDRA-3675 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4f4aa4fb Tree: http://git-wip-us.apache.org/repos/asf/cassandra

[4/8] git commit: Merge branch 'cassandra-1.0' into cassandra-1.1

2012-02-05 Thread goffinet
Merge branch 'cassandra-1.0' into cassandra-1.1 Conflicts: NEWS.txt src/java/org/apache/cassandra/config/DatabaseDescriptor.java src/java/org/apache/cassandra/net/OutboundTcpConnectionPool.java src/java/org/apache/cassandra/service/MigrationManager.java Project:

[6/8] git commit: Revert Revert fix broadcastAddress and Ec2MultiRegionSnitch.reconnect patch by Vijay; reviewed by Brandon Williams for CASSANDRA-3835

2012-02-05 Thread goffinet
Revert Revert fix broadcastAddress and Ec2MultiRegionSnitch.reconnect patch by Vijay; reviewed by Brandon Williams for CASSANDRA-3835 This reverts commit defe66a16a53b29bfaa2193a87f7c7e165938fa9. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[8/8] git commit: fix broadcastAddress and Ec2MultiRegionSnitch.reconnect patch by Vijay; reviewed by Brandon Williams for CASSANDRA-3835

2012-02-05 Thread goffinet
fix broadcastAddress and Ec2MultiRegionSnitch.reconnect patch by Vijay; reviewed by Brandon Williams for CASSANDRA-3835 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b4eae7cd Tree:

[7/8] git commit: Revert fix broadcastAddress and Ec2MultiRegionSnitch.reconnect patch by Vijay; reviewed by Brandon Williams for CASSANDRA-3835

2012-02-05 Thread goffinet
Revert fix broadcastAddress and Ec2MultiRegionSnitch.reconnect patch by Vijay; reviewed by Brandon Williams for CASSANDRA-3835 This reverts commit b4eae7cd44c73d64af3f0f38149c1065aceb38ee. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-2819) Split rpc timeout for read and write ops

2012-02-01 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13198109#comment-13198109 ] Chris Goffinet commented on CASSANDRA-2819: --- We really want to get

[jira] [Updated] (CASSANDRA-3626) Nodes can get stuck in UP state forever, despite being DOWN

2011-12-13 Thread Chris Goffinet (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-3626: -- Reviewer: lenn0x Affects Version/s: 0.8.8 1.0.5

[jira] [Commented] (CASSANDRA-3494) Streaming is mono-threaded (the bulk loader too by extension)

2011-12-01 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13160844#comment-13160844 ] Chris Goffinet commented on CASSANDRA-3494: --- We actually just ran

[jira] [Assigned] (CASSANDRA-3378) Allow configuration of storage protocol socket buffer

2011-11-29 Thread Chris Goffinet (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet reassigned CASSANDRA-3378: - Assignee: Harish Doddi Allow configuration of storage protocol socket

[jira] [Commented] (CASSANDRA-3483) Support bringing up a new datacenter to existing cluster without repair

2011-11-21 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13154898#comment-13154898 ] Chris Goffinet commented on CASSANDRA-3483: --- Jonathan, You are correct

[jira] [Assigned] (CASSANDRA-3483) Support bringing up a new datacenter to existing cluster without repair

2011-11-21 Thread Chris Goffinet (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet reassigned CASSANDRA-3483: - Assignee: Peter Schuller Support bringing up a new datacenter

[jira] [Created] (CASSANDRA-3517) Make auto bootstrap smarter

2011-11-21 Thread Chris Goffinet (Created) (JIRA)
Make auto bootstrap smarter --- Key: CASSANDRA-3517 URL: https://issues.apache.org/jira/browse/CASSANDRA-3517 Project: Cassandra Issue Type: Bug Reporter: Chris Goffinet Priority: Minor Just

[jira] [Created] (CASSANDRA-3518) Back pressure users by request/s instead of concurrent reads/writes

2011-11-21 Thread Chris Goffinet (Created) (JIRA)
Type: Bug Affects Versions: 1.0.2 Reporter: Chris Goffinet We are running into use cases where it makes a lot of sense to have QoS at the request level per user. Imagine this case: I have a cluster that can do 100,000 req/s. But I want to limit the user to only being able to do

[jira] [Commented] (CASSANDRA-3516) Make bootstrapping smarter instead of using 120 seconds to stabilize the ring

2011-11-21 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13154919#comment-13154919 ] Chris Goffinet commented on CASSANDRA-3516: --- 168 nodes to stabilize in 30-60

[jira] [Issue Comment Edited] (CASSANDRA-3518) Back pressure users by request/s instead of concurrent reads/writes

2011-11-21 Thread Chris Goffinet (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13154920#comment-13154920 ] Chris Goffinet edited comment on CASSANDRA-3518 at 11/22/11 7:08 AM

[jira] [Commented] (CASSANDRA-3518) Back pressure users by request/s instead of concurrent reads/writes

2011-11-21 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13154920#comment-13154920 ] Chris Goffinet commented on CASSANDRA-3518: --- Radim, I know what the Request

[jira] [Commented] (CASSANDRA-3483) Support bringing up a new datacenter to existing cluster without repair

2011-11-17 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13152496#comment-13152496 ] Chris Goffinet commented on CASSANDRA-3483: --- Sylvain, it looks like a state

[jira] [Created] (CASSANDRA-3499) Make the 'load' interface pluggable

2011-11-16 Thread Chris Goffinet (Created) (JIRA)
Make the 'load' interface pluggable --- Key: CASSANDRA-3499 URL: https://issues.apache.org/jira/browse/CASSANDRA-3499 Project: Cassandra Issue Type: Bug Reporter: Chris Goffinet

[jira] [Commented] (CASSANDRA-3483) Support bringing up a new datacenter to existing cluster without repair

2011-11-16 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13151784#comment-13151784 ] Chris Goffinet commented on CASSANDRA-3483: --- Yeah as Brandon mentioned, we

[jira] [Commented] (CASSANDRA-3337) Create a 'killtoken' command

2011-11-12 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13149194#comment-13149194 ] Chris Goffinet commented on CASSANDRA-3337: --- Brandon, can we put

[jira] [Created] (CASSANDRA-3483) Support bringing up a new datacenter to existing cluster without repair

2011-11-10 Thread Chris Goffinet (Created) (JIRA)
Issue Type: Bug Affects Versions: 1.0.2 Reporter: Chris Goffinet Was talking to Brandon in irc, and we ran into a case where we want to bring up a new DC to an existing cluster. He suggested from jbellis the way to do it currently was set strategy options of dc2:0, then add

[jira] [Commented] (CASSANDRA-3483) Support bringing up a new datacenter to existing cluster without repair

2011-11-10 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13148280#comment-13148280 ] Chris Goffinet commented on CASSANDRA-3483: --- Some discussion from irc

[jira] [Created] (CASSANDRA-2848) Make the Client API support passing down timeouts

2011-07-02 Thread Chris Goffinet (JIRA)
Reporter: Chris Goffinet Priority: Minor Having a max server RPC timeout is good for worst case, but many applications that have middleware in front of Cassandra, might have higher timeout requirements. In a fail fast environment, if my application starting at say the front-end, only has

[jira] [Updated] (CASSANDRA-957) convenience workflow for replacing dead node

2011-06-27 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-957: - Assignee: (was: Chris Goffinet) convenience workflow for replacing dead node

[jira] [Commented] (CASSANDRA-957) convenience workflow for replacing dead node

2011-06-27 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13056293#comment-13056293 ] Chris Goffinet commented on CASSANDRA-957: -- I am going to defer this to anyone

[jira] [Commented] (CASSANDRA-2778) Unable to set compaction strategy in cli using create column family command

2011-06-16 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13050715#comment-13050715 ] Chris Goffinet commented on CASSANDRA-2778: --- +1 Unable to set compaction

svn commit: r1136662 - in /cassandra/trunk/src/java/org/apache/cassandra: cli/CliClient.java config/CFMetaData.java db/ColumnFamilyStore.java

2011-06-16 Thread goffinet
Author: goffinet Date: Thu Jun 16 20:44:50 2011 New Revision: 1136662 URL: http://svn.apache.org/viewvc?rev=1136662view=rev Log: Fixed the ability to set compaction strategy in cli using create column family command patch by alanliang; reviewed by goffinet for CASSANDRA-2778 Modified

svn commit: r1136663 - /cassandra/trunk/CHANGES.txt

2011-06-16 Thread goffinet
Author: goffinet Date: Thu Jun 16 20:45:16 2011 New Revision: 1136663 URL: http://svn.apache.org/viewvc?rev=1136663view=rev Log: Updated CHANGES.txt Modified: cassandra/trunk/CHANGES.txt Modified: cassandra/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/cassandra/trunk/CHANGES.txt?rev

[jira] [Commented] (CASSANDRA-2752) repair fails with java.io.EOFException

2011-06-09 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13046897#comment-13046897 ] Chris Goffinet commented on CASSANDRA-2752: --- I am trying to track down

[jira] [Commented] (CASSANDRA-957) convenience workflow for replacing dead node

2011-06-07 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13045741#comment-13045741 ] Chris Goffinet commented on CASSANDRA-957: -- yes. ill post an update next week

[jira] [Updated] (CASSANDRA-2702) Extend Row Cache Provider support

2011-06-02 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-2702: -- Attachment: 0001-Support-passing-tableName-and-cfName-to-RowCacheProv.patch

[jira] [Updated] (CASSANDRA-2702) Extend Row Cache Provider support

2011-06-02 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-2702: -- Reviewer: stuhood Extend Row Cache Provider support

[jira] [Updated] (CASSANDRA-2702) Extend Row Cache Provider support

2011-06-02 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-2702: -- Attachment: (was: 0001-Support-passing-tableName-and-cfName

[jira] [Updated] (CASSANDRA-2702) Extend Row Cache Provider support

2011-06-02 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-2702: -- Attachment: 0001-Support-passing-tableName-and-cfName-to-RowCacheProv.patch

svn commit: r1130863 - in /cassandra/branches/cassandra-0.8: src/java/org/apache/cassandra/cache/ src/java/org/apache/cassandra/db/ test/unit/org/apache/cassandra/cache/

2011-06-02 Thread goffinet
Author: goffinet Date: Thu Jun 2 22:51:14 2011 New Revision: 1130863 URL: http://svn.apache.org/viewvc?rev=1130863view=rev Log: Support passing tableName and cfName to RowCacheProviders Patch by goffinet, reviewed by stuhood for CASSANDRA-2702 Modified: cassandra/branches/cassandra-0.8/src

svn commit: r1130864 - /cassandra/branches/cassandra-0.8/CHANGES.txt

2011-06-02 Thread goffinet
Author: goffinet Date: Thu Jun 2 22:51:47 2011 New Revision: 1130864 URL: http://svn.apache.org/viewvc?rev=1130864view=rev Log: Updated CHANGES.txt Modified: cassandra/branches/cassandra-0.8/CHANGES.txt Modified: cassandra/branches/cassandra-0.8/CHANGES.txt URL: http://svn.apache.org

svn commit: r1130866 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/cache/ src/java/org/apache/cassandra/db/ test/unit/org/apac

2011-06-02 Thread goffinet
Author: goffinet Date: Thu Jun 2 22:54:21 2011 New Revision: 1130866 URL: http://svn.apache.org/viewvc?rev=1130866view=rev Log: Merge 0.8 Modified: cassandra/trunk/ (props changed) cassandra/trunk/contrib/ (props changed) cassandra/trunk/interface/thrift/gen-java/org/apache

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

2011-06-02 Thread goffinet
Author: goffinet Date: Thu Jun 2 22:54:42 2011 New Revision: 1130867 URL: http://svn.apache.org/viewvc?rev=1130867view=rev Log: Merge from 0.8 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt cassandra/trunk/contrib/ (props changed) cassandra/trunk

[jira] [Resolved] (CASSANDRA-2702) Extend Row Cache Provider support

2011-06-02 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet resolved CASSANDRA-2702. --- Resolution: Fixed Fix Version/s: 0.8.1 Extend Row Cache Provider support

[jira] [Commented] (CASSANDRA-2701) Memcache Row Cache Provider

2011-06-02 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13043175#comment-13043175 ] Chris Goffinet commented on CASSANDRA-2701: --- Sorry, yes after talking to Stu

[jira] [Created] (CASSANDRA-2721) nodetool statusthrift

2011-05-30 Thread Chris Goffinet (JIRA)
nodetool statusthrift - Key: CASSANDRA-2721 URL: https://issues.apache.org/jira/browse/CASSANDRA-2721 Project: Cassandra Issue Type: Bug Reporter: Chris Goffinet Assignee: Chris Goffinet

[jira] [Updated] (CASSANDRA-2721) nodetool statusthrift

2011-05-30 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-2721: -- Attachment: 0001-If-RPCServer-isn-t-started-just-return-false-instead.patch

[jira] [Updated] (CASSANDRA-2721) nodetool statusthrift exception while node starts up

2011-05-30 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-2721: -- Summary: nodetool statusthrift exception while node starts up (was: nodetool

[jira] [Created] (CASSANDRA-2722) nodetool statusthrift

2011-05-30 Thread Chris Goffinet (JIRA)
nodetool statusthrift - Key: CASSANDRA-2722 URL: https://issues.apache.org/jira/browse/CASSANDRA-2722 Project: Cassandra Issue Type: Improvement Reporter: Chris Goffinet Assignee: Chris Goffinet

[jira] [Commented] (CASSANDRA-2721) nodetool statusthrift exception while node starts up

2011-05-30 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13041036#comment-13041036 ] Chris Goffinet commented on CASSANDRA-2721: --- Ah! I forgot to commit

[jira] [Updated] (CASSANDRA-2721) nodetool statusthrift exception while node starts up

2011-05-30 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-2721: -- Fix Version/s: (was: 0.8.0) 0.8.1 nodetool statusthrift

[jira] [Updated] (CASSANDRA-2722) nodetool statusthrift

2011-05-30 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-2722: -- Attachment: 0001-Added-the-ability-to-check-thrift-status-in-nodetool.patch

[jira] [Updated] (CASSANDRA-2721) nodetool statusthrift exception while node starts up

2011-05-30 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-2721: -- Reviewer: slebresne nodetool statusthrift exception while node starts up

svn commit: r1129049 - /cassandra/trunk/src/java/org/apache/cassandra/service/StorageService.java

2011-05-30 Thread goffinet
Author: goffinet Date: Mon May 30 08:23:26 2011 New Revision: 1129049 URL: http://svn.apache.org/viewvc?rev=1129049view=rev Log: Don't throw exception if daemon isn't running, just return false for isRPCServerRunning() patch by goffinet; reviewed by slebresne for CASSANDRA-2721 Modified

[jira] [Updated] (CASSANDRA-2722) nodetool statusthrift

2011-05-30 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-2722: -- Reviewer: slebresne nodetool statusthrift

[jira] [Updated] (CASSANDRA-2644) Make bootstrap retry

2011-05-30 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-2644: -- Reviewer: stuhood Make bootstrap retry

[jira] [Commented] (CASSANDRA-2644) Make bootstrap retry

2011-05-30 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13041045#comment-13041045 ] Chris Goffinet commented on CASSANDRA-2644: --- Made changes to 02 patch

svn commit: r1129065 - /cassandra/trunk/src/java/org/apache/cassandra/dht/BootStrapper.java

2011-05-30 Thread goffinet
Author: goffinet Date: Mon May 30 08:51:33 2011 New Revision: 1129065 URL: http://svn.apache.org/viewvc?rev=1129065view=rev Log: Committed second patch for making bootstrap retry. Added a default bootstrap timeout. patch by goffinet; reviewed by stuhood for CASSANDRA-2644 Modified

svn commit: r1129066 - /cassandra/trunk/CHANGES.txt

2011-05-30 Thread goffinet
Author: goffinet Date: Mon May 30 08:52:28 2011 New Revision: 1129066 URL: http://svn.apache.org/viewvc?rev=1129066view=rev Log: Updated CHANGES.txt Modified: cassandra/trunk/CHANGES.txt Modified: cassandra/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/cassandra/trunk/CHANGES.txt?rev

[jira] [Resolved] (CASSANDRA-2203) Class to measure real memory allocated for an object

2011-05-30 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet resolved CASSANDRA-2203. --- Resolution: Fixed We have jamm now but wanted to leave this here for anyone who

svn commit: r1129088 - in /cassandra/branches/cassandra-0.8: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/service/

2011-05-30 Thread goffinet
Author: goffinet Date: Mon May 30 09:41:14 2011 New Revision: 1129088 URL: http://svn.apache.org/viewvc?rev=1129088view=rev Log: Merged from trunk (CASSANDRA-2721) Modified: cassandra/branches/cassandra-0.8/ (props changed) cassandra/branches/cassandra-0.8/contrib/ (props changed

svn commit: r1129090 - in /cassandra/branches/cassandra-0.8: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/dht/

2011-05-30 Thread goffinet
Author: goffinet Date: Mon May 30 09:43:39 2011 New Revision: 1129090 URL: http://svn.apache.org/viewvc?rev=1129090view=rev Log: Merge from trunk (CASSANDRA-2644) Modified: cassandra/branches/cassandra-0.8/ (props changed) cassandra/branches/cassandra-0.8/contrib/ (props changed

svn commit: r1129091 - /cassandra/branches/cassandra-0.8/CHANGES.txt

2011-05-30 Thread goffinet
Author: goffinet Date: Mon May 30 09:44:13 2011 New Revision: 1129091 URL: http://svn.apache.org/viewvc?rev=1129091view=rev Log: Updated CHANGES.txt Modified: cassandra/branches/cassandra-0.8/CHANGES.txt Modified: cassandra/branches/cassandra-0.8/CHANGES.txt URL: http://svn.apache.org

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

2011-05-30 Thread goffinet
Author: goffinet Date: Mon May 30 09:45:15 2011 New Revision: 1129093 URL: http://svn.apache.org/viewvc?rev=1129093view=rev Log: Updated CHANGES.txt Modified: cassandra/trunk/ (props changed) cassandra/trunk/contrib/ (props changed) cassandra/trunk/interface/thrift/gen-java/org

svn commit: r1129094 - in /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/tools: NodeCmd.java NodeProbe.java

2011-05-30 Thread goffinet
Author: goffinet Date: Mon May 30 09:50:44 2011 New Revision: 1129094 URL: http://svn.apache.org/viewvc?rev=1129094view=rev Log: Added statusthrift to nodetool to report if thrift server is running. patch by goffinet; reviewed by slebresne for CASSANDRA-2722 Modified: cassandra/branches

  1   2   3   >