That one is JIRA 14264:
https://issues.apache.org/jira/browse/CASSANDRA-14264
I won't be writing that one anytime soon but if it existed I would be
reading it. If the guru's would throw some text in the JIRA as they have it
handy, myself or someone else will take it from there.
Kenneth Brotman
There isn't really a code walkthrough if that's what you are looking for.
However, a good start is to to check out the code. Here are the steps:
https://github.com/apache/cassandra/tree/trunk/doc/source/development
Next, would be to try and see if any of the low hanging fruits interest
you.
https
+ 1
> On Feb 26, 2018, at 11:24 AM, Kenneth Brotman
> wrote:
>
> how about a nice Quick Tour Document for dev's that want to get oriented on
> the code efficiently.
Yeah, how about a nice Quick Tour Document for dev's that want to get oriented
on the code efficiently. I would like that too.
Kenneth Brotman
-Original Message-
From: Sumant Sahney [mailto:sahneysum...@gmail.com]
Sent: Monday, February 26, 2018 11:12 AM
To: dev@cassandra.apache.org
Su
Hi,
I am new to Open Source.
I am really confused on how to get started with open source. I would really
appreciate if someone can help me through the process and help me get started.
Can someone please share the code documentation with me as well. Which I can
refer to get an idea about all the m
On Mon, Feb 26, 2018 at 2:54 PM, Nadav Har'El wrote:
> On Fri, Feb 23, 2018 at 12:49 AM, Paulo Motta
> wrote:
>
>> > Yes, it seems it will not be trivial. But if this is the common case in
>> common operations such as node addition or removal, it may significantly
>> reduce
>> (from RF*2 to RF+1
On Fri, Feb 23, 2018 at 12:49 AM, Paulo Motta
wrote:
> > Is this a realistic case when Cassandra (unless I'm missing something) is
> limited to adding or removing a single node at a time? I'm sure this
> can happen under some sort of generic range movement of some
> sort (how does one initiate su
Hi,
Apache Cassandra doesn't provides an auditing feature. As Database auditing is
critical for any production level database like Apache Cassandra, our team is
keen on designing & implementing this feature in Apache Cassandra.
I have submitted the Design proposal for "Database Auditing" feature