sunithabeeram opened a new pull request #3740: Fix controller/server/broker 
admin console
URL: https://github.com/apache/incubator-pinot/pull/3740
 
 
   Recent upgrade to jersey-2.28-RC4 left the pinot admin consoles broken, with 
errors similar to: "Resource identified by path '/query', does not exist"
   
   Traced this down to how the mappings for the different paths are setup - the 
newer grizzly handlers expect a trailing "/". 
   
   Changes include:
   - Fix the mappings in controller/broker/server to include the trailing slash.
   - Added integration test to exercise the admin paths. Verified that the 
tests fail without the fix.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to