Vyom Mani Tiwari created RANGER-5245: ----------------------------------------
Summary: Investigate the potential loop in dedupTags method Key: RANGER-5245 URL: https://issues.apache.org/jira/browse/RANGER-5245 Project: Ranger Issue Type: Bug Components: Ranger Affects Versions: 2.6.0 Reporter: Vyom Mani Tiwari Assignee: Vyom Mani Tiwari for (Long replacerTagId = replacedIds.get(tagId); replacerTagId != null; replacerTagId = replacedIds.get(mappedTagId)) { mappedTagId = replacerTagId; } Investigate if it possible for dedupTags to enter infinite loop. -- This message was sent by Atlassian Jira (v8.20.10#820010)