Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Shekhars committed Aug 23, 2023
1 parent 031afbc commit 4511331
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public class BlobStoreConfig extends MapConfig {
public static final String RETRY_POLICY_JITTER_FACTOR = RETRY_POLICY_PREFIX + "jitter.factor";
// random retry delay between -0.1*retry-delay to 0.1*retry-delay
public static final double DEFAULT_RETRY_POLICY_JITTER_FACTOR = 0.1;
// Set wether to compare file owners after restoring blobs from remote store. Useful when the job is started on a new
// machine with new gid/uid or if gid/uid changes for some reason
// Set whether to compare file owners after restoring blobs from remote store. Useful when the job is started on a new
// machine with new gid/uid or if gid/uid changes due to host migration
public static final String COMPARE_FILE_OWNERS_ON_RESTORE = PREFIX + "compare.file.owners.on.restore";
public static final boolean DEFAULT_COMPARE_FILE_OWNERS_ON_RESTORE = true;

Expand Down

0 comments on commit 4511331

Please sign in to comment.