Re: [E] Re: Cassandra tarball install and systemd

2022-02-09 Thread Saha, Sushanta K
ndra_blob_cb1c8f9d34edfa639096d2d122dfd0ee6d23b479_debian_init-23L83=DwMFaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=JaNakyvP8b5eGvWhmxll6L4SNrrqHGq3Ghe3-Mb4Nezhm-3SiJqFhK3ICb6tsog4=Cumb-omCSWDH8xr3ojkkGHKYMfrnF4CVVpwI2S4_RP-M0ZK-hxYM0Nj3UzAEByHY=NpZtlTSFesYBpaKSb44q7Elhw9MoPEpnNH5oPqjfOg

Cassandra tarball install and systemd

2022-02-09 Thread Saha, Sushanta K
I picked up the script */etc/init.d/cassandra* from the net. Not sure if tarball installation includes such a script. It should. This script is using the following line: *pid_file=/var/run/cassandra/cassandra.pid* But, there is no such *.pid* file that I can find. I am starting Cassandra with

Re: [E] Re: Anyone connecting the Cassandra on a server

2021-11-29 Thread Saha, Sushanta K
ctions on > native port (default is 9042) > > > 2. Is there anyone / who is connecting to the Cassandra servers between > now and next hour/day/week/month/etc.? > > Use iptables/nftables to log new TCP connections (ct state new) on that > port > > > On 19/11/2021 18

Re: [E] Re: Anyone connecting the Cassandra on a server

2021-11-19 Thread Saha, Sushanta K
TbFYZARlzUmQ=> > > > Sent from my iPhone > > On 19 Nov 2021, at 18:13, Saha, Sushanta K < > sushanta.s...@verizonwireless.com> wrote: > >  > I need to shutdown an old Apache Cassandra server for good. Running 3.0.x. > Any way I can determine if anyone is s

Anyone connecting the Cassandra on a server

2021-11-19 Thread Saha, Sushanta K
I need to shutdown an old Apache Cassandra server for good. Running 3.0.x. Any way I can determine if anyone is still connecting to the Cassandra instance running on this server? Thanks Sushanta

Latest Supported RedHat Linux version for Cassandra 3.11

2021-09-27 Thread Saha, Sushanta K
I am currently running Open Source Apache Cassandra 3.11.1 on RedHat 7.7. But, need to upgrade the OS to RedHat to 7.9 or 8.x. The site cassandra.apache.org/doc/latest/cassandra/getting_started/installing.html has listed "CentOS & RedHat Enterprise Linux (RHEL) including 6.6 to 7.7". FYI.

Re: [E] Re: bug in cluster key push down

2020-01-13 Thread Saha, Sushanta K
*primary key (partition, clustering1, clustering2)* So, the partitioning key has three columns. You need to specify values for all three columns. For clustering columns, you need another parenthesis like *primary key (partition, (clustering1, clustering2))* * Sushanta* On Sun, Jan 12, 2020

Adding a datacenter to an existing cluster

2019-03-21 Thread Saha, Sushanta K
Following: https://docs.datastax.com/en/cassandra/3.0/cassandra/operations/opsAddDCToCluster.html Trying to avoid impact on existing DCs. Have 2 questions: 2. Configure the keyspace and create the new datacenter: a. Use ALTER KEYSPACE to use the NetworkTopologyStrategy for the following

Pulling in Cassandra metrics in Graphite

2018-12-04 Thread Saha, Sushanta K
Anyone is aware of a blog/reference/doc that can give me step by step to accomplish this? Appreciate the help. Thanks in advance! Sushanta

Re: [E] Re: nodetool status and node maintenance

2018-10-30 Thread Saha, Sushanta K
You have less burden compared to running periodically nodetool and more > control on the things that you could do. > > Regards, > Horia > > On fre, 2018-10-26 at 09:15 -0400, Saha, Sushanta K wrote: > > I have script that parses "nodetool status" output and emails

Re: [E] Re: nodetool status and node maintenance

2018-10-30 Thread Saha, Sushanta K
ore > control on the things that you could do. > > Regards, > Horia > > On fre, 2018-10-26 at 09:15 -0400, Saha, Sushanta K wrote: > > I have script that parses "nodetool status" output and emails alerts if > any node is down. So, when I stop cassandra on a

Re: [E] Re: nodetool status and node maintenance

2018-10-29 Thread Saha, Sushanta K
gt; <https://urldefense.proofpoint.com/v2/url?u=http-3A__www.thelastpickle.com=DwMFaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=JaNakyvP8b5eGvWhmxll6L4SNrrqHGq3Ghe3-Mb4Nezhm-3SiJqFhK3ICb6tsog4=S2-OqjW2Id1W7TR4eOkeKO-1Y4Ta4manIVqNwup837Y=L19bvNHb2aQ5bmAlbs7W-2KcLPcxqRz0XTdX--DKHcI=> > > Le ven. 26

nodetool status and node maintenance

2018-10-26 Thread Saha, Sushanta K
I have script that parses "nodetool status" output and emails alerts if any node is down. So, when I stop cassandra on a node for maintenance, all nodes stats emailing alarms. Any way to temporarily make the node under maintenance invisible from "nodetool status" output? Thanks