[jira] [Reopened] (CASSANDRA-6925) /etc/init.d/cassandra clobbers pid file

2014-03-25 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams reopened CASSANDRA-6925: - Assignee: Sven Delmas (was: Brandon Williams) Actually, I'll just assign t

[jira] [Resolved] (CASSANDRA-6925) /etc/init.d/cassandra clobbers pid file

2014-03-25 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams resolved CASSANDRA-6925. - Resolution: Invalid Resolving as invalid because apache cassandra does not di

[jira] [Commented] (CASSANDRA-6689) Partially Off Heap Memtables

2014-03-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13946986#comment-13946986 ] Jonathan Ellis commented on CASSANDRA-6689: --- You good with the latest, Pavel

[jira] [Commented] (CASSANDRA-6689) Partially Off Heap Memtables

2014-03-25 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947001#comment-13947001 ] Pavel Yaskevich commented on CASSANDRA-6689: Can we at least make return c

[jira] [Commented] (CASSANDRA-6689) Partially Off Heap Memtables

2014-03-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947020#comment-13947020 ] Jonathan Ellis commented on CASSANDRA-6689: --- Sure. Can you do that on commi

[jira] [Commented] (CASSANDRA-6694) Slightly More Off-Heap Memtables

2014-03-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947041#comment-13947041 ] Jonathan Ellis commented on CASSANDRA-6694: --- So our classic Cell is ByteBuff

[jira] [Commented] (CASSANDRA-5345) Potential problem with GarbageCollectorMXBean

2014-03-25 Thread Arya Goudarzi (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947071#comment-13947071 ] Arya Goudarzi commented on CASSANDRA-5345: -- To give you more details about ou

[jira] [Commented] (CASSANDRA-6689) Partially Off Heap Memtables

2014-03-25 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947123#comment-13947123 ] Pavel Yaskevich commented on CASSANDRA-6689: Sure, I will do -1 return the

[jira] [Commented] (CASSANDRA-6553) Benchmark counter improvements (counters++)

2014-03-25 Thread Russ Hatch (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947138#comment-13947138 ] Russ Hatch commented on CASSANDRA-6553: --- more test data, comparing 2.0 vs 2.1, w

[jira] [Created] (CASSANDRA-6926) StorageService exposes two different objects for probability tracing

2014-03-25 Thread Nicolas Favre-Felix (JIRA)
Nicolas Favre-Felix created CASSANDRA-6926: -- Summary: StorageService exposes two different objects for probability tracing Key: CASSANDRA-6926 URL: https://issues.apache.org/jira/browse/CASSANDRA-6926

[jira] [Commented] (CASSANDRA-6553) Benchmark counter improvements (counters++)

2014-03-25 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947166#comment-13947166 ] Aleksey Yeschenko commented on CASSANDRA-6553: -- [~rhatch] Thanks. Counter

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

2014-03-25 Thread Paul Pak (JIRA)
Paul Pak created CASSANDRA-6927: --- Summary: Create a CQL3 based bulk OutputFormat Key: CASSANDRA-6927 URL: https://issues.apache.org/jira/browse/CASSANDRA-6927 Project: Cassandra Issue Type: New

[1/2] Add multiple memory allocation options for memtables patch by benedict and xedin; reviewed by marcuse and xedin for CASSANDRA-6689

2014-03-25 Thread xedin
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 48847b5c0 -> 1a3b5dbcb http://git-wip-us.apache.org/repos/asf/cassandra/blob/1a3b5dbc/src/java/org/apache/cassandra/utils/memory/HeapSlabAllocator.java -- diff --

git commit: fix problem with localCopy methods after CASSANDRA-6689

2014-03-25 Thread xedin
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 1a3b5dbcb -> 3bb87d169 fix problem with localCopy methods after CASSANDRA-6689 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3bb87d16 Tree: http://

[3/4] git commit: fix problem with localCopy methods after CASSANDRA-6689

2014-03-25 Thread xedin
fix problem with localCopy methods after CASSANDRA-6689 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3bb87d16 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3bb87d16 Diff: http://git-wip-us.apache.org/r

[1/4] Add multiple memory allocation options for memtables patch by benedict and xedin; reviewed by marcuse and xedin for CASSANDRA-6689

2014-03-25 Thread xedin
Repository: cassandra Updated Branches: refs/heads/trunk a562394ce -> f31f68957 http://git-wip-us.apache.org/repos/asf/cassandra/blob/1a3b5dbc/src/java/org/apache/cassandra/utils/memory/HeapSlabAllocator.java -- diff --git a/sr

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

2014-03-25 Thread xedin
Merge branch 'cassandra-2.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f31f6895 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f31f6895 Diff: http://git-wip-us.apache.org/repos/asf/cassand

[jira] [Created] (CASSANDRA-6928) Custom Authenticator using LDAP

2014-03-25 Thread Kathiresan Selvaraj (JIRA)
Kathiresan Selvaraj created CASSANDRA-6928: -- Summary: Custom Authenticator using LDAP Key: CASSANDRA-6928 URL: https://issues.apache.org/jira/browse/CASSANDRA-6928 Project: Cassandra

[jira] [Commented] (CASSANDRA-6689) Partially Off Heap Memtables

2014-03-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947219#comment-13947219 ] Jonathan Ellis commented on CASSANDRA-6689: --- Thanks [~benedict] [~xedin] [~k

[jira] [Updated] (CASSANDRA-6928) Custom Authenticator using LDAP

2014-03-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-6928: -- Fix Version/s: (was: 2.0.4) > Custom Authenticator using LDAP > ---

[jira] [Updated] (CASSANDRA-6928) Custom Authenticator using LDAP

2014-03-25 Thread Kathiresan Selvaraj (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathiresan Selvaraj updated CASSANDRA-6928: --- Description: While using LDAP server for authentication by implemting Cas

[jira] [Commented] (CASSANDRA-6553) Benchmark counter improvements (counters++)

2014-03-25 Thread Russ Hatch (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947226#comment-13947226 ] Russ Hatch commented on CASSANDRA-6553: --- [~iamaleksey] -- Thought you might want

[jira] [Resolved] (CASSANDRA-6928) Custom Authenticator using LDAP

2014-03-25 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko resolved CASSANDRA-6928. -- Resolution: Won't Fix It doesn't defeat the purpose of custom authenticatio

[jira] [Created] (CASSANDRA-6930) Dynamic Snitch isWorthMergingForRangeQuery Doesn't Handle Some Cases Optimally

2014-03-25 Thread Tyler Hobbs (JIRA)
Tyler Hobbs created CASSANDRA-6930: -- Summary: Dynamic Snitch isWorthMergingForRangeQuery Doesn't Handle Some Cases Optimally Key: CASSANDRA-6930 URL: https://issues.apache.org/jira/browse/CASSANDRA-6930

[jira] [Created] (CASSANDRA-6929) Corrupted Index File: read 8599 but expected 8600 chunks.

2014-03-25 Thread Donald Smith (JIRA)
Donald Smith created CASSANDRA-6929: --- Summary: Corrupted Index File: read 8599 but expected 8600 chunks. Key: CASSANDRA-6929 URL: https://issues.apache.org/jira/browse/CASSANDRA-6929 Project: Cassand

[jira] [Updated] (CASSANDRA-6929) Corrupted Index File: read 8599 but expected 8600 chunks.

2014-03-25 Thread Donald Smith (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Smith updated CASSANDRA-6929: Description: I have a 3 node cassandra cluster running 2.0.6 (we started at 2.0.1). It

[jira] [Resolved] (CASSANDRA-6929) Corrupted Index File: read 8599 but expected 8600 chunks.

2014-03-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-6929. --- Resolution: Not A Problem Unless you can reproduce from specific Cassandra reques

[jira] [Commented] (CASSANDRA-6694) Slightly More Off-Heap Memtables

2014-03-25 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947318#comment-13947318 ] Benedict commented on CASSANDRA-6694: - bq. Why do we need all the Pool and Allocat

[jira] [Updated] (CASSANDRA-6311) Add CqlRecordReader to take advantage of native CQL pagination

2014-03-25 Thread Alex Liu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Liu updated CASSANDRA-6311: Attachment: (was: 6311-v11.txt) > Add CqlRecordReader to take advantage of native CQL pagin

[jira] [Updated] (CASSANDRA-6311) Add CqlRecordReader to take advantage of native CQL pagination

2014-03-25 Thread Alex Liu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Liu updated CASSANDRA-6311: Attachment: 6311-v11.txt > Add CqlRecordReader to take advantage of native CQL pagination > ---

[jira] [Updated] (CASSANDRA-6311) Add CqlRecordReader to take advantage of native CQL pagination

2014-03-25 Thread Alex Liu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Liu updated CASSANDRA-6311: Attachment: (was: 6311-v11.txt) > Add CqlRecordReader to take advantage of native CQL pagin

[jira] [Updated] (CASSANDRA-6311) Add CqlRecordReader to take advantage of native CQL pagination

2014-03-25 Thread Alex Liu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Liu updated CASSANDRA-6311: Attachment: 6311-v11.txt > Add CqlRecordReader to take advantage of native CQL pagination > ---

[jira] [Commented] (CASSANDRA-6553) Benchmark counter improvements (counters++)

2014-03-25 Thread Russ Hatch (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947401#comment-13947401 ] Russ Hatch commented on CASSANDRA-6553: --- For comparison, here's graphs of 2.0 vs

[jira] [Commented] (CASSANDRA-6643) Limit user types to the keyspace they are defined in

2014-03-25 Thread Russ Hatch (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947406#comment-13947406 ] Russ Hatch commented on CASSANDRA-6643: --- I don't have a strong opinion, but I th

[jira] [Comment Edited] (CASSANDRA-6553) Benchmark counter improvements (counters++)

2014-03-25 Thread Russ Hatch (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947401#comment-13947401 ] Russ Hatch edited comment on CASSANDRA-6553 at 3/26/14 12:54 AM: ---

[jira] [Commented] (CASSANDRA-6311) Add CqlRecordReader to take advantage of native CQL pagination

2014-03-25 Thread Dave Brosius (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947415#comment-13947415 ] Dave Brosius commented on CASSANDRA-6311: - +public boolean next(Long key,

[jira] [Commented] (CASSANDRA-6922) Investigate if we can drop ByteOrderedPartitioner and OrderPreservingPartitioner in 3.0

2014-03-25 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947426#comment-13947426 ] Pavel Yaskevich commented on CASSANDRA-6922: Titan project can use BOP to

[jira] [Comment Edited] (CASSANDRA-6922) Investigate if we can drop ByteOrderedPartitioner and OrderPreservingPartitioner in 3.0

2014-03-25 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947426#comment-13947426 ] Pavel Yaskevich edited comment on CASSANDRA-6922 at 3/26/14 1:24 AM: ---

[jira] [Commented] (CASSANDRA-6311) Add CqlRecordReader to take advantage of native CQL pagination

2014-03-25 Thread Alex Liu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947448#comment-13947448 ] Alex Liu commented on CASSANDRA-6311: - Row value is initially created by the follo

git commit: remove dead parms on private methods

2014-03-25 Thread dbrosius
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 3bb87d169 -> 0ac36ea86 remove dead parms on private methods Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0ac36ea8 Tree: http://git-wip-us.apache.o

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

2014-03-25 Thread dbrosius
Merge branch 'cassandra-2.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/917e3872 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/917e3872 Diff: http://git-wip-us.apache.org/repos/asf/cassand

[1/2] git commit: remove dead parms on private methods

2014-03-25 Thread dbrosius
Repository: cassandra Updated Branches: refs/heads/trunk f31f68957 -> 917e3872d remove dead parms on private methods Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0ac36ea8 Tree: http://git-wip-us.apache.org/repos

[jira] [Commented] (CASSANDRA-6553) Benchmark counter improvements (counters++)

2014-03-25 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947522#comment-13947522 ] Aleksey Yeschenko commented on CASSANDRA-6553: -- [~benedict] http://ripta

<    1   2