Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HDFS-10285
-
None
Description
Currently SPS tracking monitor timeouts were hardcoded. This is the JIRA for making it configurable.
// TODO: below selfRetryTimeout and checkTimeout can be configurable later // Now, the default values of selfRetryTimeout and checkTimeout are 30mins // and 5mins respectively this.storageMovementsMonitor = new BlockStorageMovementAttemptedItems( 5 * 60 * 1000, 30 * 60 * 1000, storageMovementNeeded);