I've seen situations where a node appears to be doing nothing but in fact
was still busy indexing data because there were lots of secondary indexes
defined against the tables. After the streams have finished, the receiving
node also needs to finish compaction before it completely joins the
cluster.
Hi,
We are on 3.11.5 .
We are trying to add a node in a DC and after all the streaming is done, no
streaming is active in nodetool netstats output , the node was just waiting
for 1 hour doing nothing.
So we thought it might be hung, so we tried
nodetool bootstrap resume
But bootstrap resume , sta
Hi eveyone,
In our use-case, we need to insert 200 millions rows per day.
By default we need to retain data for 10 days unless a certain condition is
matched from client within same day(in that case we need to update ONE
column and set ttl to 1 day). In 98% of cases we will find that match and
2%
Hi
I want to run cassandra docker image and want to connect it with my application
running in another container. I am on Windows10 and both containers are running
on same Windows10 Home machine. I also have Cassandra installed on the machine
as standalone application (without Docker).
I th
What If I were to deploy this in AWS? Is there a straightforward way to
allocate resource in AWS and tell Cassandra about them?
thanks
On Thursday, June 4, 2020, 03:10:11 AM PDT, Cédrick Lunven
wrote:
Hello,
Having Cassandra in Docker is nice because you don't have anything to ins
Passwords are hashed using bcrypt, which performs a configurable number of
encryption rounds on the input. The more rounds, the more computationally
expensive the hashing and so the more effort required to defeat by brute force.
By default, Cassandra encrypts with 2^10 rounds, but this can be se
Hello,
Having Cassandra in Docker is nice because you don't have anything to
install.
Cassandra can be installed in multiple ways but this is tarball and as such
not for windows.
The Docker hub website is very detailed about what are the options you can
usem which ports to open (as stated by Rh