Re: CloudSolrClient - basic auth - multi shard collection

2019-11-20 Thread Nicolas Paris
> you can fix the issue by upgrading to 8.2 - both of those Thanks, I will try ASAP On Wed, Nov 20, 2019 at 01:58:31PM -0500, Jason Gerlowski wrote: > Hi Nicholas, > > I'm not really familiar with spring-data-solr, so I can't speak to > that detail, but it sounds like you might be running into

Re: CloudSolrClient - basic auth - multi shard collection

2019-11-20 Thread Jason Gerlowski
Hi Nicholas, I'm not really familiar with spring-data-solr, so I can't speak to that detail, but it sounds like you might be running into either https://issues.apache.org/jira/browse/SOLR-13510 or https://issues.apache.org/jira/browse/SOLR-13472. There are partial workarounds on those issues that

CloudSolrClient - basic auth - multi shard collection

2019-11-18 Thread Nicolas Paris
Hello, I am having trouble with basic auth on a solrcloud instance. When the collection is only one shard, there is no problem. When the collection is multiple shard, there is no problem until I ask multiple query concurrently: I get 401 error and asking for credentials for concurrent queries. I