Re: SOLR Config on Dev Center

2019-09-25 Thread Elliott Sims
Datastax might be a better resource for this. This mailing list is pretty good about questions that apply to DSE and Apache Cassandra, but the SOLR integration is pretty specific to DSE. On Wed, Sep 25, 2019 at 7:15 PM kumar bharath wrote: > Hi All, > > We are having a 6 node cluster with two

Re: SOLR Config on Dev Center

2019-09-25 Thread Dieudonné Madishon NGAYA
You have to explicitly add one of your SOLR Search node Datacenter in Dev-Center to perform SOLR Queries. > On Sep 26, 2019, at 12:40 AM, Elliott Sims wrote: > > Datastax might be a better resource for this. This mailing list is pretty > good about questions that apply to DSE and Apache

SOLR Config on Dev Center

2019-09-25 Thread kumar bharath
Hi All, We are having a 6 node cluster with two data centers(DSE 5.1 Cassandra).One of the data centers is SOLR enabled. Do I need to explicitly add the SOLR Search node in Dev-Center to perform SOLR Queries.? Thanks for you response in advance. Regards, Bharath Kumar B

Re: What happens if my Cassandra cluster's certificate expires?

2019-09-25 Thread Eunsu Kim
Laxmikant, Thank you for your quick response. From: Laxmikant Upadhyay Reply-To: "user@cassandra.apache.org" Date: Wednesday, 25 September 2019 at 7:42 PM To: "user@cassandra.apache.org" Subject: Re: What happens if my Cassandra cluster's certificate expires? Your new connection and

What happens if my Cassandra cluster's certificate expires?

2019-09-25 Thread Eunsu Kim
Hi all I recently enabled client_encryption_options on a cassandra.yaml client_encryption_options: enabled: true optional: true keystore: conf/my-keystore.jks keystore_password: password require_client_auth: false What happens if the certificate expires while in operation?

Re: What happens if my Cassandra cluster's certificate expires?

2019-09-25 Thread Laxmikant Upadhyay
Your new connection and re-connection (in case of service restart) will not establish but requests on existing connections should work. On Wed, Sep 25, 2019 at 3:19 PM Eunsu Kim wrote: > Hi all > > > > I recently enabled client_encryption_options on a cassandra.yaml > > > >

Re: Bootstrap keeps failing

2019-09-25 Thread Carl Mueller
We are experiencing bootstrap problems in 2.2.x and 3.11.x with bootstrapping when clusters hit 30 nodes, across multiple datacenters. We will try some of the stuff here and hopefully it helps us. On Tue, Mar 12, 2019 at 11:46 AM Léo FERLIN SUTTON wrote: > Hello ! > > Just wanted to let you