dsmiley commented on PR #4632:
URL: https://github.com/apache/solr/pull/4632#issuecomment-4973258616

   > While testing I hit a pre-existing NPE: RemoteSolrException(host, code, 
remoteError) throws when remoteError is null, because the constructor does 
Map.of("remoteError", remoteError) and Map.of rejects null values. It's 
triggered when the server returns an error body that doesn't parse. Unrelated 
to this change and probably deserves its own issue — flagging it rather than 
expanding scope here.
   
   Yes; worth pursuing.  No JIRA... only seems to be relevant to CUSC as only 
CUSC can possibly pass a null today.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to