polaris-synchronizer/api/src/main/java/org/apache/polaris/tools/sync/polaris/PolarisSynchronizer.java [877:895]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      try {
        target.addGrant(catalogName, catalogRoleName, grant);
        clientLogger.info(
            "Added grant {} to catalog-role {} for catalog {}. - {}/{}",
            grant.getType(),
            catalogRoleName,
            catalogName,
            ++syncsCompleted,
            totalSyncsToComplete);
      } catch (Exception e) {
        if (haltOnFailure) throw e;
        clientLogger.error(
            "Failed to add grant {} to catalog-role {} for catalog {}. - {}/{}",
            grant.getType(),
            catalogRoleName,
            catalogName,
            ++syncsCompleted,
            totalSyncsToComplete,
            e);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



polaris-synchronizer/api/src/main/java/org/apache/polaris/tools/sync/polaris/PolarisSynchronizer.java [900:918]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      try {
        target.addGrant(catalogName, catalogRoleName, grant);
        clientLogger.info(
            "Added grant {} to catalog-role {} for catalog {}. - {}/{}",
            grant.getType(),
            catalogRoleName,
            catalogName,
            ++syncsCompleted,
            totalSyncsToComplete);
      } catch (Exception e) {
        if (haltOnFailure) throw e;
        clientLogger.error(
            "Failed to add grant {} to catalog-role {} for catalog {}. - {}/{}",
            grant.getType(),
            catalogRoleName,
            catalogName,
            ++syncsCompleted,
            totalSyncsToComplete,
            e);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



