You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "YUBI LEE (Jira)" <ji...@apache.org> on 2023/05/20 10:44:00 UTC

[jira] [Comment Edited] (RANGER-4247) auditPolicyEvaluators should be set before logging it

    [ https://issues.apache.org/jira/browse/RANGER-4247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724521#comment-17724521 ] 

YUBI LEE edited comment on RANGER-4247 at 5/20/23 10:43 AM:
------------------------------------------------------------

I opend a PR: [https://github.com/apache/ranger/pull/258]

It would be happy if this PR can be checked by TravisCI according to ranger contribution guide at [https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=55151244|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=55151244.]

 
{code:java}
PRs are still useful for contributors because the PRs trigger builds at TravisCI on Linux x86_64 and ARM64 CPU architectures. If the CI build is successful then it is recommended to create a review request at ReviewBoard by using the patch generated by https://github.com/apache/ranger/pull/<PR_NUMBER>.patch (replace <PR_NUMBER> with the number of your Pull Request!){code}


was (Author: eub):
I opend a PR: [https://github.com/apache/ranger/pull/258]

It would be happy if this PR can be checked by TravisCI according to ranger contribution guide at [https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=55151244.]

 
{code:java}
PRs are still useful for contributors because the PRs trigger builds at TravisCI on Linux x86_64 and ARM64 CPU architectures. If the CI build is successful then it is recommended to create a review request at ReviewBoard by using the patch generated by https://github.com/apache/ranger/pull/<PR_NUMBER>.patch (replace <PR_NUMBER> with the number of your Pull Request!){code}

> auditPolicyEvaluators should be set before logging it
> -----------------------------------------------------
>
>                 Key: RANGER-4247
>                 URL: https://issues.apache.org/jira/browse/RANGER-4247
>             Project: Ranger
>          Issue Type: Improvement
>          Components: plugins
>            Reporter: YUBI LEE
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> It is related to RANGER-3108, RANGER-3646.
> NPE raises in ranger-2.3.0 because it is not set.
> RANGER-3108 fixes NPE but auditPolicyEvaluators is still empty and cannot see what contents are even when debug logging is enabled.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)