You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/08/17 22:50:33 UTC

[GitHub] [ozone] errose28 opened a new pull request, #3689: HDDS-7134. NPE when Ranger client throws RangerServiceException without Status.

errose28 opened a new pull request, #3689:
URL: https://github.com/apache/ozone/pull/3689

   ## What changes were proposed in this pull request?
   
   `RangerClientMultiTenantAccessController#decodeRSEStatusCodes` assumes the provided RangerServiceException will have a non-null status. However, Looking at the [constructors for the class](https://github.com/apache/ranger/blob/master/intg/src/main/java/org/apache/ranger/RangerServiceException.java) this may not always be true, and we have seen exceptions will null statuses during testing.
   
   ## What is the link to the Apache JIRA
   
   HDDS-7134
   
   ## How was this patch tested?
   
   N/A
   


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] errose28 commented on pull request #3689: HDDS-7134. NPE when Ranger client throws RangerServiceException without Status.

Posted by GitBox <gi...@apache.org>.
errose28 commented on PR #3689:
URL: https://github.com/apache/ozone/pull/3689#issuecomment-1220096906

   Thanks for the review @smengcl 


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] errose28 commented on pull request #3689: HDDS-7134. NPE when Ranger client throws RangerServiceException without Status.

Posted by GitBox <gi...@apache.org>.
errose28 commented on PR #3689:
URL: https://github.com/apache/ozone/pull/3689#issuecomment-1218581543

   Oops should be fixed now.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] errose28 merged pull request #3689: HDDS-7134. NPE when Ranger client throws RangerServiceException without Status.

Posted by GitBox <gi...@apache.org>.
errose28 merged PR #3689:
URL: https://github.com/apache/ozone/pull/3689


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org