Re: Custom Snitch for Rack Awareness

2020-07-31 Thread Matt Pearce
Hi Anshuman, Rather than creating a custom Snitch, is it possible for you to supply the rack number in a system property, and use that in your placement rule? If you do have to create a custom Snitch, you'll need to extend the abstract Snitch class, and put it in your Solr library directory.

JMX with ZooKeeper

2020-07-31 Thread Gell-Holleron, Daniel
Hi everyone, This may not be appropriate for this type of forum but I though I'd check. I'm trying to setup JMX with ZooKeeper (which is being used with SolrCloud) so I am able to extract information from the MBeans. I have ZooKeeper installed on a Windows OS (Server 2019). ZooKeeper is running

Re: bin/solr auth enable

2020-07-31 Thread Jason Gerlowski
Hi David, I tried this out locally but couldn't reproduce. The command you provided above works just fine for me. Can you tell us a bit about your environment? Do you have the full stack trace of the NPE handy? Best, Jason On Fri, Jul 24, 2020 at 8:01 PM David Glick wrote: > > When I issue “

Re: bin/solr auth enable

2020-07-31 Thread David Glick
Hi Jason, I don’t have the full stack trace unfortunately. The environment is a Docker SolrCloud on Ubuntu 20.04. It has three Zookeepers and three Solrs. I run the command as: docker exec -it solr1 “bin/solr auth enable -prompt true“ I also tried a shell in the container and typing bin/so