Re: Strange error when using Schema Designer

2023-02-19 Thread Houston Putman
Hello Cesar! Yeah I'm definitely seeing some errors here, can you create a JIRA so we can fix this? I'm seeing a lot of various errors here, so we can just have the discussion on the JIRA from the beginning! - Houston On Mon, Feb 20, 2023 at 9:44 AM Cesar Delgado wrote: > I’ve been playing wi

Re: Varying dependency versions? Or sacrifice Hadoop-Auth module

2023-02-19 Thread Ishan Chattopadhyaya
> (e.g. by shading) it but it hasn't happened yet. Personally, I don't think > Hadoop-Auth is important enough to continue to thwart this progress on > SolrCloud. Agreed? Agreed, in principle. But, if your suggestion is that we do this in 9x, then I need more clarification as to why this can't w

Re: Varying dependency versions? Or sacrifice Hadoop-Auth module

2023-02-19 Thread Ishan Chattopadhyaya
> We could stop shipping this module with 9.3, say, until the versioning issue allows it to return. Not sure if I follow correctly, but do you mean we stop shipping hadoop-auth with Solr starting 9.3? On Mon, Feb 20, 2023 at 7:37 AM David Smiley wrote: > FYI there's the beginning of an importan

Varying dependency versions? Or sacrifice Hadoop-Auth module

2023-02-19 Thread David Smiley
FYI there's the beginning of an important conversation in https://issues.apache.org/jira/browse/SOLR-16116 pertaining to how we deal with modules that want version-X of a dependency but Solr-core would like to have version-Y. Let's further that discussion here. With a minor ClassLoader change, we

Strange error when using Schema Designer

2023-02-19 Thread Cesar Delgado
I’ve been playing with trying to index some data from Mastodon and using the Schema designer to help me figure out what’s going on. I’m running Solr 9.1.1 started with `./bin/solr -e cloud -noprompt` locally on an Intel Mac. Sadly I’m getting the following strange error:==> example/cloud/node1/logs

Re: Http2SolrClient loss of MDC context when running an async request

2023-02-19 Thread Eric Pugh
This is all pretty opaque area to me…. Your thinking does make sense to me ;-) > On Feb 19, 2023, at 1:21 PM, Alex Deparvu wrote: > > Hi. > Does anyone have any thoughts on this? > Unless there are any objections, I will create a Jira for copying the MDC > context to the new thread, as it was

Re: Http2SolrClient loss of MDC context when running an async request

2023-02-19 Thread Alex Deparvu
Hi. Does anyone have any thoughts on this? Unless there are any objections, I will create a Jira for copying the MDC context to the new thread, as it was in Solr 8. best, alex On Thu, Feb 16, 2023 at 8:20 AM Alex Deparvu wrote: > Hi, > Wanted to raise a minor regression in Solr 9.x, the Htt