Re: SolrCloud shows cluster still healthy even the node data directory is deleted

2020-12-06 Thread Amy Bai
hanks. Regards, Radar From: Amy Bai Date: Wednesday, November 11, 2020 at 8:19 PM To: solr-user@lucene.apache.org Subject: Re: SolrCloud shows cluster still healthy even the node data directory is deleted Hi Erick, Thanks for your kindly reply. There are two things that confuse me: 1. index/s

Re: SolrCloud shows cluster still healthy even the node data directory is deleted

2020-11-11 Thread Amy Bai
time. These files aren’t visible when you do a directory listing. So if you stop Solr, are the files gone? NOTE: When you start Solr again, if there are existing replicas that are healthy then the entire index should be copied from another replica…. Best, Erick > On Nov 9, 2020, at 3:30 AM, Amy Ba

SolrCloud shows cluster still healthy even the node data directory is deleted

2020-11-09 Thread Amy Bai
Hi community, I found that SolrCloud won't check the IO status if the SolrCloud process is alive. E.g. If I delete the SolrCloud data directory, there are no errors report, and I can still log in to the SolrCloud Admin UI to create/query collections. Is this reasonable? Can someone explain why

How to specify time zone in SOLR GC log?

2020-10-14 Thread Amy Bai
Hi community, When I set solr time zone to Asia/Tokyo to specify solr log time. However, the solr gc log is still using my machine's default timezone. How to keep time zone in gc log consistent with solr log? Thanks.

How to disable Zookeeper ACL

2020-09-10 Thread Amy Bai
Hi community, I enabled Zookeeper ACL according to https://lucene.apache.org/solr/guide/6_6/zookeeper-access-control.html. I wonder how to disable Zookeeper ACL?

Re: How to Password Protect Apache Solr Server Admin Pages in Solr cloud mode

2020-04-25 Thread Amy Bai
ns a "401 Not Authorized" > response, you will be sent to the login screen to provide credentials. > > Jan > > > 24. apr. 2020 kl. 06:36 skrev Amy Bai : > > > > Hi community, > > > > I there any way to password protect apache solr server admin pages in >

How to Password Protect Apache Solr Server Admin Pages in Solr cloud mode

2020-04-24 Thread Amy Bai
Hi community, I there any way to password protect apache solr server admin pages in solr cloud mode? Something like when I open the server admin pages, there will be a login page need user and password input. I learn that modify jetty.xml could work in standalone mode, how about in solr cloud