You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2016/11/02 10:13:59 UTC

[jira] [Resolved] (RANGER-1196) Wrong method name in the printed error message

     [ https://issues.apache.org/jira/browse/RANGER-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh resolved RANGER-1196.
-----------------------------------------
    Resolution: Fixed

> Wrong method name in the printed error message
> ----------------------------------------------
>
>                 Key: RANGER-1196
>                 URL: https://issues.apache.org/jira/browse/RANGER-1196
>             Project: Ranger
>          Issue Type: Bug
>          Components: plugins
>    Affects Versions: 0.6.1
>            Reporter: Qiang Zhang
>            Assignee: Qiang Zhang
>            Priority: Minor
>              Labels: patch
>             Fix For: 0.7.0
>
>         Attachments: 0001-RANGER-1196.patch
>
>
> java file:KnoxClient.java
> Method description error in printing information:"isFileChanged()
> public  List<String> getTopologyList(String topologyNameMatching,List<String> knoxTopologyList) {
> ...
> } else {
> 					String msgDesc = "Unable to get a valid response for "
> 							+ "isFileChanged() call for KnoxUrl : [" + knoxUrl
> 							+ "] - got null response.";
> ...
> }
> public List<String> getServiceList(String topologyName, String serviceNameMatching, List<String> knoxServiceList) {
> ...
> } else {
> 					String msgDesc = "Unable to get a valid response for "
> 							+ "isFileChanged() call for KnoxUrl : [" + knoxUrl
> 							+ "] - got null response.";
> ...
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)