----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67694/ -----------------------------------------------------------
Review request for ranger. Bugs: RANGER-2139 https://issues.apache.org/jira/browse/RANGER-2139 Repository: ranger Description ------- Fixed the update detection issue on consecutive updates in UnixUserGroupBuilder. The update detection logic is improved by verifying the checksums in addition to last modification time. Diffs ----- ugsync/src/main/java/org/apache/ranger/unixusersync/process/UnixUserGroupBuilder.java ddab6294a Diff: https://reviews.apache.org/r/67694/diff/1/ Testing ------- 1. Applied the patch to the master branch and verified that all unit tests passed successfully. Thanks, Cetin Sahin