You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Jeevan p (Jira)" <ji...@apache.org> on 2022/03/18 17:47:00 UTC

[jira] (RANGER-3671) ChainedPlugin is not constructed correctly

    [ https://issues.apache.org/jira/browse/RANGER-3671 ]


    Jeevan p deleted comment on RANGER-3671:
    ----------------------------------

was (Author: JIRAUSER286726):
hello, im so sorry but this comment is not of any use to this issue, can you kindly please look into this issue 
https://issues.apache.org/jira/browse/RANGER-3668

> ChainedPlugin is not constructed correctly
> ------------------------------------------
>
>                 Key: RANGER-3671
>                 URL: https://issues.apache.org/jira/browse/RANGER-3671
>             Project: Ranger
>          Issue Type: Bug
>          Components: plugins
>    Affects Versions: 2.2.0
>            Reporter: CanGuan
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Default constructor of RangerChainedPlugin is:
> {code:java}
> public RangerChainedPlugin(RangerBasePlugin rootPlugin, String serviceType, String serviceName){} {code}
>  But in RangerBasedPlugin#initChainedPlugins method, the chained plugin is not construct correctly:
> {code:java}
> RangerChainedPlugin        chainedPlugin = pluginClass.getConstructor(RangerBasePlugin.class, String.class).newInstance(this, chainedService); {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)