Description
As part of recent changes for RANGER-1765, db doesn't allow duplicate entries in the x_group_user table.
But while adding the entries to x_group_user table, ranger code is not checking if the entry is already existing or not. Because of this the subsequent group membership updates from usersync are failing.