anmolnar commented on pull request #65:
URL:
https://github.com/apache/phoenix-queryserver/pull/65#issuecomment-845802332
@stoty suggested to remove the entire relocations part which caused another
runtime problem:
```
javax.servlet.UnavailableException: Servlet class
org.apache.hadoop.jmx.JMXJsonServlet is not a javax.servlet.Servlet
at
org.eclipse.jetty.servlet.ServletHolder.checkServletType(ServletHolder.java:555)
at
org.eclipse.jetty.servlet.ServletHolder.doStart(ServletHolder.java:385)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at
org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:749)
```
I also wanted to add an integration test to validate the new endpoint, but I
see the above error no matter how I tweak relocation. To be honest shading is
completely jibbrish to me, so I've given up adding a test.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]