Re: OpsCenter w/SSL

2017-02-22 Thread Jacob Shadix
If i start the agent on the cluster with encryption, I see lots of these messages in the C* logs - Unexpected exception during request; channel io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record And get an error connecting to the cluster from opscenterd. -- Jacob Shadix On Wed

OpsCenter w/SSL

2017-02-22 Thread Jacob Shadix
I have OpsCenter 6.0.7 setup managing multiple clusters. Only one of those clusters has encryption turned on (both node-to-node and client-to-node). In order to manage that cluster through OpsCenter, do all subsequent clusters have to have encryption turned on? -- Jacob Shadix

Re: UnknownColumnFamilyException after removing all Cassandra data

2017-02-13 Thread Jacob Shadix
The node will not bootstrap if it is listed as a seed node. -- Jacob Shadix On Tue, Feb 7, 2017 at 12:16 PM, Simone Franzini <captainfr...@gmail.com> wrote: > To further add to my previous answer, the node in question is a seed node, > so it did not bootstrap. > Should I remove i

Re: Re : Generic keystore when enabling SSL

2016-10-27 Thread Jacob Shadix
in internode would not have the hostnames represented in CN? -- Jacob Shadix On Wed, Sep 21, 2016 at 11:40 AM, sai krishnam raju potturi < pskraj...@gmail.com> wrote: > hi Evans; >rather than having one individual certificate for every node, we are > looking at getting one C

Re: collecting metrics at column-family level

2017-01-09 Thread Jacob Shadix
I found a couple of metrics that should suffice for #2,3 - - > TBL: Live Disk Used & TBL: Local Write Latency. 1. count of number of records inserted within given timeframe 2. data growth 3. write latency -- Jacob Shadix On Mon, Jan 9, 2017 at 2:29 PM, Jacob Shadix &l

collecting metrics at column-family level

2017-01-09 Thread Jacob Shadix
Is it possible to report on the following metrics at table level? 1. count of number of records inserted within given timeframe 2. data growth 3. write latency -- Jacob Shadix

Cipher Suite Cassandra 2.1.14 Encryption

2016-12-20 Thread Jacob Shadix
I was testing client encryption w/cqlsh and get the following error when using TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 as the cipher. Any ideas why? Last error: _ssl.c:492: EOF occurred in violation of protocol")}) -- Jacob Shadix

Python Upgrade to 2.7

2016-12-21 Thread Jacob Shadix
data; zlib not available --- What am I missing? -- Jacob Shadix

Re: Multiple nodes decommission

2017-04-11 Thread Jacob Shadix
Are you using vnodes? I typically do one-by-one as the decommission will create additional load/network activity streaming data to the other nodes as the token ranges are reassigned. -- Jacob Shadix On Sat, Apr 8, 2017 at 10:55 AM, Vlad <qa23d-...@yahoo.com> wrote: > Hi, > > how

Re: Multiple nodes decommission

2017-04-11 Thread Jacob Shadix
Right! Another reason why I just stick with sequential decommissions. Maybe someone here could shed some light on what happens under the covers if parallel decommissions are kicked off. -- Jacob Shadix On Tue, Apr 11, 2017 at 12:55 PM, benjamin roth <brs...@gmail.com> wrote: > I did

upgrade to Cassandra 3.0.12

2017-04-04 Thread Jacob Shadix
version of python alongside the older release? -- Jacob Shadix

Re: upgrade to Cassandra 3.0.12

2017-04-04 Thread Jacob Shadix
I installed 2.7 and updated PYTHONPATH, but it is still not finding the newer version. -- Jacob Shadix On Tue, Apr 4, 2017 at 11:22 AM, Voytek Jarnot <voytek.jar...@gmail.com> wrote: > Multiple versions of python can coexist, the cqlsh shell script will > attempt to execute via

Re: Multiple nodes decommission

2017-04-12 Thread Jacob Shadix
It's still not recommended to start at the same time. Stagger by 2 minutes is what the following documentation suggests; along with additional steps. re. version 2.1 https://docs.datastax.com/en/cassandra/2.1/cassandra/operations/ops_add_node_to_cluster_t.html -- Jacob Shadix On Wed, Apr 12

Re: cassandra node stops streaming data during nodetool rebuild

2017-04-07 Thread Jacob Shadix
What version are you running? Do you see any errors in the system.log (SocketTimeout, for instance)? And what values do you have for the following in cassandra.yaml: - - stream_throughput_outbound_megabits_per_sec - - compaction_throughput_mb_per_sec - - streaming_socket_timeout_in_ms -- Jacob

Re: cassandra node stops streaming data during nodetool rebuild

2017-04-07 Thread Jacob Shadix
Did you look at the logs on the source DC as well? How big is the dataset? -- Jacob Shadix On Fri, Apr 7, 2017 at 7:16 AM, Roland Otta <roland.o...@willhaben.at> wrote: > Hi! > > we are on 3.7. > > we have some debug messages ... but i guess they are not related to

Re: [Cassandra 3.0.9] In Memory table

2017-04-20 Thread Jacob Shadix
no, in-memory is only available in DataStax Enterprise 4.0+ -- Jacob Shadix On Thu, Apr 20, 2017 at 3:00 AM, Abhishek Kumar Maheshwari < abhishek.maheshw...@timesinternet.in> wrote: > Hi All, > > > > As Datastax Cassandra version provide a in memory table. Can we achieve &

Internal Security - Authentication & Authorization

2017-03-13 Thread Jacob Shadix
the cache validity timeframe, future requests for ANY user stored in the cache do not require a lookup against system_auth. After the cache validity runs out, any new requests will require a lookup against system_auth. -- Jacob Shadix

Re: cassandra node stops streaming data during nodetool rebuild

2017-04-07 Thread Jacob Shadix
/en-us/articles/205409646-How-to-performance-tune-data-streaming-activities-like-repair-and-bootstrap -- Jacob Shadix On Fri, Apr 7, 2017 at 9:23 AM, Roland Otta <roland.o...@willhaben.at> wrote: > good point! > > on the source side i can see the following error > > ERROR [STRE

Re: Timeout while trying to acquire available connection

2017-06-26 Thread Jacob Shadix
How many client connections are hitting your cluster? Have you looked at tuning connection pool? https://github.com/datastax/java-driver/tree/3.x/manual/pooling -- Jacob Shadix On Mon, Jun 26, 2017 at 2:50 PM, Ivan Iliev <ivan.iliev.il...@gmail.com> wrote: > Hello everyone! > &

Re: Understanding Messages in the Debug.log

2017-09-21 Thread Jacob Shadix
check out this thread - https://www.mail-archive.com/user@cassandra.apache.org/msg52313.html -- Jacob Shadix On Thu, Sep 21, 2017 at 4:56 AM, Jonathan Baynes < jonathan.bay...@tradeweb.com> wrote: > Good Morning Community, > > > > Can anyone help me understand what these

Re: 回复: data loss in different DC

2017-09-28 Thread Jacob Shadix
How often are you running repairs? -- Jacob Shadix On Thu, Sep 28, 2017 at 7:53 AM, Reynald Bourtembourg < reynald.bourtembo...@esrf.fr> wrote: > Hi, > > You can write with CL=EACH_QUORUM and read with CL=LOCAL_QUORUM to get > strong consistency. > > Kind regards, >