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

2023-02-21 Thread Alex Deparvu
Thank you Eric and Jason. created https://issues.apache.org/jira/browse/SOLR-16676 On Tue, Feb 21, 2023 at 4:25 AM Jason Gerlowski wrote: > Go ahead and create a JIRA Alex, if you're up for it. Sounds like no > one here has additional context, but what you're describing definitely > sounds like

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

2023-02-21 Thread Jason Gerlowski
Go ahead and create a JIRA Alex, if you're up for it. Sounds like no one here has additional context, but what you're describing definitely sounds like an unintentional regression. On Sun, Feb 19, 2023 at 3:05 PM Eric Pugh wrote: > > This is all pretty opaque area to me…. Your thinking does mak

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