mneethiraj commented on a change in pull request #110:
URL: https://github.com/apache/ranger/pull/110#discussion_r675874781
##########
File path: intg/src/main/python/apache_ranger/client/ranger_client.py
##########
@@ -324,6 +324,11 @@ def __call_api(self, api, query_params=None,
request_data=None):
LOG.error("Ranger admin unavailable. HTTP Status: %s",
HTTPStatus.SERVICE_UNAVAILABLE)
ret = None
+ elif response.status_code == HTTPStatus.SERVICE_NOT_FOUND:
+ LOG.error("Ranger service not found. HTTP Status: %s",
HTTPStatus.SERVICE_NOT_FOUND)
Review comment:
"Ranger service not found" => "Not found"
--
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]