Skip to content

Commit

Permalink
Added comments to the two new config properties
Browse files Browse the repository at this point in the history
Change-Id: I58eba4f382974f73167fc8cd2bf1bb4f3d5be0a9
  • Loading branch information
Wellington Chevreuil committed Jan 9, 2023
1 parent 87fc143 commit 69db293
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,12 @@ public class TransitRegionStateProcedure

public static final boolean DEFAULT_FORCE_REGION_RETAINMENT = false;

/** The wait time in millis before checking again if the region's previous RS is back online*/
public static final String FORCE_REGION_RETAINMENT_WAIT =
"hbase.master.scp.retain.assignment.force.wait";

/** The number of times to check if the region's previous RS is back online, before giving up
* and proceeding with assignment on a new RS*/
public static final long DEFAULT_FORCE_REGION_RETAINMENT_WAIT = 500;

public static final String FORCE_REGION_RETAINMENT_RETRIES =
Expand Down

0 comments on commit 69db293

Please sign in to comment.