[jira] [Commented] (CASSANDRA-4949) Expose reload trigger functionality to nodetool to orchestrate trigger (re)loads across the cluster

2013-10-01 Thread Suresh (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13782675#comment-13782675 ] Suresh commented on CASSANDRA-4949: --- Exposed reload trigger functionality to

git commit: Fix potential NPE in 2ndary indexes

2013-10-01 Thread slebresne
Updated Branches: refs/heads/cassandra-2.0 65b1e36c7 - 58eebc9a9 Fix potential NPE in 2ndary indexes patch by slebresne; reviewed by jbellis for CASSANDRA-6098 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Updated] (CASSANDRA-4949) Expose reload trigger functionality to nodetool to orchestrate trigger (re)loads across the cluster

2013-10-01 Thread Suresh (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh updated CASSANDRA-4949: -- Attachment: 4949_trunk.patch Expose reload trigger functionality to nodetool to orchestrate

[1/2] git commit: Fix potential NPE in 2ndary indexes

2013-10-01 Thread slebresne
Updated Branches: refs/heads/trunk 17c7e9486 - e5f66507e Fix potential NPE in 2ndary indexes patch by slebresne; reviewed by jbellis for CASSANDRA-6098 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/58eebc9a

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

2013-10-01 Thread slebresne
Merge branch 'cassandra-2.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e5f66507 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e5f66507 Diff:

[jira] [Updated] (CASSANDRA-6115) Atomic Batch Operation results in INSERT succeeded, and DELETE failing

2013-10-01 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-6115: Attachment: 6115.txt The problem is that UnsortedColumns.addAll(ColumnFamily)

[jira] [Commented] (CASSANDRA-6117) Avoid death-by-tombstone by default

2013-10-01 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13782776#comment-13782776 ] Sylvain Lebresne commented on CASSANDRA-6117: - I think I don't really like

[jira] [Created] (CASSANDRA-6119) IndexedSliceReader can skip columns when fetching multiple contiguous slices

2013-10-01 Thread Fabien Rousseau (JIRA)
Fabien Rousseau created CASSANDRA-6119: -- Summary: IndexedSliceReader can skip columns when fetching multiple contiguous slices Key: CASSANDRA-6119 URL: https://issues.apache.org/jira/browse/CASSANDRA-6119

[jira] [Updated] (CASSANDRA-6119) IndexedSliceReader can skip columns when fetching multiple contiguous slices

2013-10-01 Thread Fabien Rousseau (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabien Rousseau updated CASSANDRA-6119: --- Attachment: 6119.patch IndexedSliceReader can skip columns when fetching

[jira] [Commented] (CASSANDRA-6115) Atomic Batch Operation results in INSERT succeeded, and DELETE failing

2013-10-01 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13782798#comment-13782798 ] Aleksey Yeschenko commented on CASSANDRA-6115: -- +1 Atomic Batch

[jira] [Updated] (CASSANDRA-6115) UnsortedColumns.addAll(ColumnFamily) doesn't add the deletion info of the CF in argument

2013-10-01 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-6115: - Reviewer: Aleksey Yeschenko Reproduced In: 2.0.1, 2.0.0 (was:

[jira] [Created] (CASSANDRA-6120) Boolean constants syntax is not consistent between DDL and DML in CQL

2013-10-01 Thread JIRA
Michaël Figuière created CASSANDRA-6120: --- Summary: Boolean constants syntax is not consistent between DDL and DML in CQL Key: CASSANDRA-6120 URL: https://issues.apache.org/jira/browse/CASSANDRA-6120

[jira] [Updated] (CASSANDRA-4949) Expose reload trigger functionality to nodetool to orchestrate trigger (re)loads across the cluster

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4949: -- Reviewer: Aleksey Yeschenko Expose reload trigger functionality to nodetool to

[jira] [Updated] (CASSANDRA-6119) IndexedSliceReader can skip columns when fetching multiple contiguous slices

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6119: -- Reviewer: Sylvain Lebresne IndexedSliceReader can skip columns when fetching

[jira] [Updated] (CASSANDRA-6117) Avoid death-by-tombstone by default

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6117: -- Attachment: 6117-v2.txt v2 splits it into warn at 10k and fail at 50k. That

[jira] [Updated] (CASSANDRA-6097) nodetool repair randomly hangs.

2013-10-01 Thread J.B. Langston (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] J.B. Langston updated CASSANDRA-6097: - Attachment: dse.stack nodetool.stack Stack trace for nodetool and

[jira] [Updated] (CASSANDRA-6117) Avoid death-by-tombstone by default

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6117: -- Attachment: 6117-v3.txt v3 improves the explanation in cassandra.yaml and changes

[jira] [Resolved] (CASSANDRA-5143) Safety valve on number of tombstones skipped on read path to prevent a full heap

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-5143. --- Resolution: Duplicate Safety valve on number of tombstones skipped on read path

[jira] [Commented] (CASSANDRA-4775) Counters 2.0

2013-10-01 Thread Nicolas Favre-Felix (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13782998#comment-13782998 ] Nicolas Favre-Felix commented on CASSANDRA-4775: I realize that there

[jira] [Created] (CASSANDRA-6121) CASS 2.0, possibly 1.2.8 as well: Secondary Indexes not working

2013-10-01 Thread Constance Eustace (JIRA)
Constance Eustace created CASSANDRA-6121: Summary: CASS 2.0, possibly 1.2.8 as well: Secondary Indexes not working Key: CASSANDRA-6121 URL: https://issues.apache.org/jira/browse/CASSANDRA-6121

[jira] [Commented] (CASSANDRA-6121) CASS 2.0, possibly 1.2.8 as well: Secondary Indexes not working

2013-10-01 Thread Constance Eustace (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783019#comment-13783019 ] Constance Eustace commented on CASSANDRA-6121: -- By not working, queries

[jira] [Commented] (CASSANDRA-4586) composite indexes do a linear search on all SecondaryIndex objects for any update

2013-10-01 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783020#comment-13783020 ] Sylvain Lebresne commented on CASSANDRA-4586: - It is still relevant at

[jira] [Resolved] (CASSANDRA-4586) composite indexes do a linear search on all SecondaryIndex objects for any update

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-4586. --- Resolution: Not A Problem composite indexes do a linear search on all

[jira] [Updated] (CASSANDRA-5871) Update nodetool to use o.a.c.metrics

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-5871: -- Fix Version/s: (was: 1.2.11) 2.0.2 Update nodetool to use

[jira] [Updated] (CASSANDRA-5871) Update nodetool to use o.a.c.metrics

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-5871: -- Assignee: Lyuben Todorov (was: Yuki Morishita) Update nodetool to use

[jira] [Commented] (CASSANDRA-6121) CASS 2.0, possibly 1.2.8 as well: Secondary Indexes not working

2013-10-01 Thread Constance Eustace (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783037#comment-13783037 ] Constance Eustace commented on CASSANDRA-6121: -- Possibly related to:

[jira] [Assigned] (CASSANDRA-5902) Dealing with hints after a topology change

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-5902: - Assignee: Jonathan Ellis (was: Yuki Morishita) Dealing with hints after a

[jira] [Commented] (CASSANDRA-6117) Avoid death-by-tombstone by default

2013-10-01 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783058#comment-13783058 ] Sylvain Lebresne commented on CASSANDRA-6117: - I agree that keeping the

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

2013-10-01 Thread slebresne
Merge branch 'cassandra-2.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c7ebc851 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c7ebc851 Diff:

git commit: Fix deletes potentially skipped in batches

2013-10-01 Thread slebresne
Updated Branches: refs/heads/cassandra-2.0 58eebc9a9 - 8f88670f7 Fix deletes potentially skipped in batches patch by slebresne; reviewed by iamaleksey for CASSANDRA-6115 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[1/2] git commit: Fix deletes potentially skipped in batches

2013-10-01 Thread slebresne
Updated Branches: refs/heads/trunk e5f66507e - c7ebc8516 Fix deletes potentially skipped in batches patch by slebresne; reviewed by iamaleksey for CASSANDRA-6115 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-4775) Counters 2.0

2013-10-01 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783065#comment-13783065 ] Aleksey Yeschenko commented on CASSANDRA-4775: -- [~nff] Right, the

[jira] [Commented] (CASSANDRA-4775) Counters 2.0

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783073#comment-13783073 ] Jonathan Ellis commented on CASSANDRA-4775: --- FWIW, if we have code ready to

[jira] [Commented] (CASSANDRA-6121) CASS 2.0, possibly 1.2.8 as well: Secondary Indexes not working

2013-10-01 Thread Viktor Taranenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783072#comment-13783072 ] Viktor Taranenko commented on CASSANDRA-6121: - I experience this issue as

[jira] [Comment Edited] (CASSANDRA-6121) CASS 2.0, possibly 1.2.8 as well: Secondary Indexes not working

2013-10-01 Thread Viktor Taranenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783072#comment-13783072 ] Viktor Taranenko edited comment on CASSANDRA-6121 at 10/1/13 4:03 PM:

[jira] [Updated] (CASSANDRA-6119) IndexedSliceReader can skip columns when fetching multiple contiguous slices

2013-10-01 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-6119: Attachment: 6119-v2.txt Thanks Fabien, you're right, ISR can skip columns. On

[jira] [Commented] (CASSANDRA-6117) Avoid death-by-tombstone by default

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783112#comment-13783112 ] Jonathan Ellis commented on CASSANDRA-6117: --- Pushed fixes to

[jira] [Assigned] (CASSANDRA-5695) Convert pig smoke tests into real PigUnit tests

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-5695: - Assignee: Alex Liu (was: Alex Zarutin) Convert pig smoke tests into real

[jira] [Assigned] (CASSANDRA-4245) Provide a locale/collation-aware text comparator

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-4245: - Assignee: Sylvain Lebresne (was: amorton) Provide a locale/collation-aware

[jira] [Updated] (CASSANDRA-6001) Add a Tracing line for index/seq scan queries

2013-10-01 Thread Lyuben Todorov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lyuben Todorov updated CASSANDRA-6001: -- Attachment: 6001.patch Add a Tracing line for index/seq scan queries

[jira] [Commented] (CASSANDRA-6117) Avoid death-by-tombstone by default

2013-10-01 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783130#comment-13783130 ] Sylvain Lebresne commented on CASSANDRA-6117: - Patch lgtm with those

[jira] [Commented] (CASSANDRA-6097) nodetool repair randomly hangs.

2013-10-01 Thread Mikhail Stepura (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783136#comment-13783136 ] Mikhail Stepura commented on CASSANDRA-6097: I suspect it could be

[jira] [Updated] (CASSANDRA-6122) Optimize the auth default super user/default user check

2013-10-01 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-6122: - Attachment: 6122.txt Optimize the auth default super user/default user

[jira] [Commented] (CASSANDRA-4430) optional pluggable o.a.c.metrics reporters

2013-10-01 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783147#comment-13783147 ] Tyler Hobbs commented on CASSANDRA-4430: Looks good except for a couple of

[jira] [Created] (CASSANDRA-6122) Optimize the auth default super user/default user check

2013-10-01 Thread Aleksey Yeschenko (JIRA)
Aleksey Yeschenko created CASSANDRA-6122: Summary: Optimize the auth default super user/default user check Key: CASSANDRA-6122 URL: https://issues.apache.org/jira/browse/CASSANDRA-6122

[jira] [Created] (CASSANDRA-6123) Break timestamp ties consistently for a given user requests

2013-10-01 Thread Sylvain Lebresne (JIRA)
Sylvain Lebresne created CASSANDRA-6123: --- Summary: Break timestamp ties consistently for a given user requests Key: CASSANDRA-6123 URL: https://issues.apache.org/jira/browse/CASSANDRA-6123

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

2013-10-01 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783154#comment-13783154 ] Sylvain Lebresne commented on CASSANDRA-6106: - Alright so for the sake of

[jira] [Commented] (CASSANDRA-6108) Create timeid64 type

2013-10-01 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783169#comment-13783169 ] Sylvain Lebresne commented on CASSANDRA-6108: - Haven't looked too closely

[jira] [Commented] (CASSANDRA-6121) CASS 2.0, possibly 1.2.8 as well: Secondary Indexes not working

2013-10-01 Thread Constance Eustace (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783188#comment-13783188 ] Constance Eustace commented on CASSANDRA-6121: --

[jira] [Created] (CASSANDRA-6124) Ability to specify a DC to consume from when using ColumnFamilyInputFormat externally

2013-10-01 Thread Patricio Echague (JIRA)
Patricio Echague created CASSANDRA-6124: --- Summary: Ability to specify a DC to consume from when using ColumnFamilyInputFormat externally Key: CASSANDRA-6124 URL:

[jira] [Updated] (CASSANDRA-6124) Ability to specify a DC to consume from when using ColumnFamilyInputFormat externally

2013-10-01 Thread Patricio Echague (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patricio Echague updated CASSANDRA-6124: Attachment: CASSANDRA-6124.diff Ability to specify a DC to consume from when

[jira] [Updated] (CASSANDRA-6124) Ability to specify a DC to consume from when using ColumnFamilyInputFormat externally

2013-10-01 Thread Patricio Echague (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patricio Echague updated CASSANDRA-6124: Attachment: (was: CASSANDRA-6124.diff) Ability to specify a DC to consume

[jira] [Commented] (CASSANDRA-4430) optional pluggable o.a.c.metrics reporters

2013-10-01 Thread Chris Burroughs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783211#comment-13783211 ] Chris Burroughs commented on CASSANDRA-4430: v4 branches went on a newline

[jira] [Updated] (CASSANDRA-6124) Ability to specify a DC to consume from when using ColumnFamilyInputFormat externally

2013-10-01 Thread Patricio Echague (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patricio Echague updated CASSANDRA-6124: Attachment: CASSANDRA-6124.diff Ability to specify a DC to consume from when

[jira] [Created] (CASSANDRA-6125) Race condition in Gossip propagation

2013-10-01 Thread Sergio Bossa (JIRA)
Sergio Bossa created CASSANDRA-6125: --- Summary: Race condition in Gossip propagation Key: CASSANDRA-6125 URL: https://issues.apache.org/jira/browse/CASSANDRA-6125 Project: Cassandra Issue

[jira] [Commented] (CASSANDRA-4430) optional pluggable o.a.c.metrics reporters

2013-10-01 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783225#comment-13783225 ] Tyler Hobbs commented on CASSANDRA-4430: +1 (just did a quick test on the 2.0

[jira] [Commented] (CASSANDRA-4430) optional pluggable o.a.c.metrics reporters

2013-10-01 Thread Chris Burroughs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783238#comment-13783238 ] Chris Burroughs commented on CASSANDRA-4430: Ticket says 2.1 but I think

[2/3] git commit: warn, then drop queries exceeding a configurable number of tombstones patch by jbellis; reviewed by slebresne for CASSANDRA-6117

2013-10-01 Thread jbellis
warn, then drop queries exceeding a configurable number of tombstones patch by jbellis; reviewed by slebresne for CASSANDRA-6117 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dc7221f0 Tree:

[1/3] git commit: warn, then drop queries exceeding a configurable number of tombstones patch by jbellis; reviewed by slebresne for CASSANDRA-6117

2013-10-01 Thread jbellis
Updated Branches: refs/heads/cassandra-2.0 8f88670f7 - dc7221f0b refs/heads/trunk c7ebc8516 - ca697d591 warn, then drop queries exceeding a configurable number of tombstones patch by jbellis; reviewed by slebresne for CASSANDRA-6117 Project:

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

2013-10-01 Thread jbellis
Merge branch 'cassandra-2.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ca697d59 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ca697d59 Diff:

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

2013-10-01 Thread jbellis
Merge branch 'cassandra-2.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/023589bf Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/023589bf Diff:

[1/3] git commit: Add configurable metrics reporting patch by Chris Burroughs; reviewed by Tyler Hobbs for CASSANDRA-4430

2013-10-01 Thread jbellis
Updated Branches: refs/heads/cassandra-2.0 dc7221f0b - 32c3f44a6 refs/heads/trunk ca697d591 - 023589bf3 Add configurable metrics reporting patch by Chris Burroughs; reviewed by Tyler Hobbs for CASSANDRA-4430 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/3] git commit: Add configurable metrics reporting patch by Chris Burroughs; reviewed by Tyler Hobbs for CASSANDRA-4430

2013-10-01 Thread jbellis
Add configurable metrics reporting patch by Chris Burroughs; reviewed by Tyler Hobbs for CASSANDRA-4430 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/32c3f44a Tree:

[jira] [Commented] (CASSANDRA-6097) nodetool repair randomly hangs.

2013-10-01 Thread J.B. Langston (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783281#comment-13783281 ] J.B. Langston commented on CASSANDRA-6097: -- The JMX documentation

[jira] [Comment Edited] (CASSANDRA-6097) nodetool repair randomly hangs.

2013-10-01 Thread J.B. Langston (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783281#comment-13783281 ] J.B. Langston edited comment on CASSANDRA-6097 at 10/1/13 8:06 PM:

[jira] [Comment Edited] (CASSANDRA-6097) nodetool repair randomly hangs.

2013-10-01 Thread J.B. Langston (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783281#comment-13783281 ] J.B. Langston edited comment on CASSANDRA-6097 at 10/1/13 8:07 PM:

[jira] [Comment Edited] (CASSANDRA-5932) Speculative read performance data show unexpected results

2013-10-01 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783292#comment-13783292 ] Ryan McGuire edited comment on CASSANDRA-5932 at 10/1/13 8:16 PM:

[jira] [Updated] (CASSANDRA-5932) Speculative read performance data show unexpected results

2013-10-01 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McGuire updated CASSANDRA-5932: Attachment: 5932.6692c50412ef7d.rr0.png Speculative read performance data show

[jira] [Commented] (CASSANDRA-5932) Speculative read performance data show unexpected results

2013-10-01 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783292#comment-13783292 ] Ryan McGuire commented on CASSANDRA-5932: - Node killed while

[jira] [Created] (CASSANDRA-6126) Set MALLOC_ARENA_MAX in cassandra-env.sh for new glibc per-thread allocator

2013-10-01 Thread J. Ryan Earl (JIRA)
J. Ryan Earl created CASSANDRA-6126: --- Summary: Set MALLOC_ARENA_MAX in cassandra-env.sh for new glibc per-thread allocator Key: CASSANDRA-6126 URL: https://issues.apache.org/jira/browse/CASSANDRA-6126

[jira] [Updated] (CASSANDRA-6097) nodetool repair randomly hangs.

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6097: -- Priority: Minor (was: Trivial) nodetool repair randomly hangs.

[jira] [Commented] (CASSANDRA-6109) Consider coldness in STCS compaction

2013-10-01 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783326#comment-13783326 ] Tyler Hobbs commented on CASSANDRA-6109: bq. The latter is better if you have

[jira] [Created] (CASSANDRA-6127) vnodes don't scale to hundreds of nodes

2013-10-01 Thread Tupshin Harper (JIRA)
Tupshin Harper created CASSANDRA-6127: - Summary: vnodes don't scale to hundreds of nodes Key: CASSANDRA-6127 URL: https://issues.apache.org/jira/browse/CASSANDRA-6127 Project: Cassandra

[jira] [Commented] (CASSANDRA-6127) vnodes don't scale to hundreds of nodes

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783372#comment-13783372 ] Jonathan Ellis commented on CASSANDRA-6127: --- bq. After a couple of hours,

[jira] [Created] (CASSANDRA-6128) Add more data mappings for Pig

2013-10-01 Thread Alex Liu (JIRA)
Alex Liu created CASSANDRA-6128: --- Summary: Add more data mappings for Pig Key: CASSANDRA-6128 URL: https://issues.apache.org/jira/browse/CASSANDRA-6128 Project: Cassandra Issue Type: Bug

[jira] [Updated] (CASSANDRA-6126) Set MALLOC_ARENA_MAX in cassandra-env.sh for new glibc per-thread allocator

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6126: -- Component/s: (was: Config) Packaging Priority:

[jira] [Updated] (CASSANDRA-6128) Add more data mappings for Pig

2013-10-01 Thread Alex Liu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Liu updated CASSANDRA-6128: Reviewer: Brandon Williams Add more data mappings for Pig --

[jira] [Updated] (CASSANDRA-6128) Add more data mappings for Pig

2013-10-01 Thread Alex Liu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Liu updated CASSANDRA-6128: Attachment: 6128-1.2-branch.txt Add more data mappings for Pig

[jira] [Commented] (CASSANDRA-6128) Add more data mappings for Pig

2013-10-01 Thread Alex Liu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783417#comment-13783417 ] Alex Liu commented on CASSANDRA-6128: - Map {code} DecimalType InetAddressType

[jira] [Commented] (CASSANDRA-6127) vnodes don't scale to hundreds of nodes

2013-10-01 Thread Darla Baker (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783481#comment-13783481 ] Darla Baker commented on CASSANDRA-6127: Per Jonathan's request, I'm adding an

[jira] [Updated] (CASSANDRA-6016) Ability to change replication factor for the trace keyspace

2013-10-01 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-6016: -- Attachment: 6016-2.0-v3.txt yeah, v2 needed to handle migration. Attached v3 adds

git commit: fix build

2013-10-01 Thread dbrosius
Updated Branches: refs/heads/trunk 023589bf3 - 7a1436704 fix build Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7a143670 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7a143670 Diff:

[jira] [Issue Comment Deleted] (CASSANDRA-6127) vnodes don't scale to hundreds of nodes

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6127: -- Comment: was deleted (was: Per Jonathan's request, I'm adding an update here

[jira] [Commented] (CASSANDRA-6016) Ability to change replication factor for the trace keyspace

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783573#comment-13783573 ] Jonathan Ellis commented on CASSANDRA-6016: --- +1 Ability to change

[jira] [Commented] (CASSANDRA-5932) Speculative read performance data show unexpected results

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783613#comment-13783613 ] Jonathan Ellis commented on CASSANDRA-5932: --- The throughput is a wash, but

[jira] [Comment Edited] (CASSANDRA-5932) Speculative read performance data show unexpected results

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783613#comment-13783613 ] Jonathan Ellis edited comment on CASSANDRA-5932 at 10/2/13 3:49 AM:

[jira] [Comment Edited] (CASSANDRA-5932) Speculative read performance data show unexpected results

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783613#comment-13783613 ] Jonathan Ellis edited comment on CASSANDRA-5932 at 10/2/13 3:49 AM:

[jira] [Updated] (CASSANDRA-5590) User defined types for CQL3

2013-10-01 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-5590: -- Reviewer: Aleksey Yeschenko User defined types for CQL3