Hello,
With some inspiration from the Cassandra Summit talk from last year, we are
trying to setup a cluster with coordinator-only nodes. We setup join_ring=false
in env.sh, disabled auth in YAML and the nodes are able to start just fine.
However, we're running into a few problems
1] The nodes
Subject: Re: RemoveNode Behavior Question
The node that invoked removenode is entirely irrelevant, any node can invoke it.
On Wed, Feb 22, 2017 at 12:51 PM, Anubhav Kale <
anubhav.k...@microsoft.com.invalid> wrote:
> But I don't understand how the replica count is getting restore
t: Re: RemoveNode Behavior Question
Every topology operation tries to respect/restore the RF except for assassinate.
On Wed, Feb 22, 2017 at 12:45 PM, Anubhav Kale <
anubhav.k...@microsoft.com.invalid> wrote:
> Hello,
>
> Recently, I started noticing an interesting pattern. When I ex
Hello,
Recently, I started noticing an interesting pattern. When I execute
"removenode", a subset of the nodes that now own the tokens result it in a CPU
spike / disk activity, and sometimes SSTables on those nodes shoot up.
After looking through the code, it appears to me that below function f
As someone not very familiar with core codebase, I just wanted to say that the
comments on top of StreamSession class are a fantastic example of how comments
should be. It helped me immensely to dig into node rebuilding code. So, thank
you very much to the author of those comments.
-Origina
There are others missing as well. For instance, getendpoints (which is quite
handy).
-Original Message-
From: Dave Brosius [mailto:dbros...@mebigfatguy.com]
Sent: Sunday, April 3, 2016 8:13 AM
To: dev@cassandra.apache.org
Subject: Re: Wiki
Done
On 04/03/2016 10:56 AM, Pedro Gordo wrote
menting it. My gut tells me that the mental model that
you've used here is actually equivalent to that algorithm in the ticket. It's
just expressed in a very different way. Might be something for me to try to
prove when I'm really bored :)
Hope this helped! Any particular reason
;s
just expressed in a very different way. Might be something for me to try to
prove when I'm really bored :)
Hope this helped! Any particular reason you're investigating this?
/
Bj0rn
On Thu, Mar 17, 2016 at 5:43 PM, Anubhav Kale
wrote:
> Hello,
>
> I am trying to concretely
Hello,
I am trying to concretely understand how DTCS makes buckets and I am looking at
the DateTieredCompactionStrategyTest.testGetBuckets method and played with some
of the parameters to GetBuckets method call (Cassandra 2.1.12).
I don't think I fully understand something there. Let me try to