iamsanjay commented on PR #2876:
URL: https://github.com/apache/solr/pull/2876#issuecomment-2597515617
Most of the test cases, I believe, are failing due to some issues with the
Restore Command. Now in the logs, there is no much detail regarding the issue
the only thing I got it.
```
{responseHeader={status=0, QTime=611}, STATUS=failed, response=Error
handling 'RESTORECORE' action}
```
But If I try to debug I can see more elaborated exception message where I
believe for some reason it was suppressed.
```
Cannot invoke "org.eclipse.jetty.server.Request.getAttribute(String)"
because the return value of
"org.eclipse.jetty.ee10.servlet.ServletApiRequest.getRequest()" is null
```
There is somewhat related issue opened on Jetty's github
https://github.com/jetty/jetty.project/issues/12518
--
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]