[
https://issues.apache.org/jira/browse/RANGER-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16806393#comment-16806393
]
Pradeep Agrawal commented on RANGER-2388:
-----------------------------------------
[~bolke] Can you provide more details on this. What is the expected behavior
and what is happening in your environment?
> db_setup is not using counTries properly
> -----------------------------------------
>
> Key: RANGER-2388
> URL: https://issues.apache.org/jira/browse/RANGER-2388
> Project: Ranger
> Issue Type: Bug
> Components: admin
> Affects Versions: master
> Reporter: Bolke de Bruin
> Priority: Major
>
> line 300:
>
> {code:java}
> while(isSchemaCreated==False or countTries<2):
>
> {code}
>
> should read
>
> {code:java}
> while(isSchemaCreated==False and countTries<2):{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)