Uma Maheswara Rao G created HDFS-11289:
------------------------------------------
Summary: Make SPS movement monitor timeouts configurable
Key: HDFS-11289
URL: https://issues.apache.org/jira/browse/HDFS-11289
Project: Hadoop HDFS
Issue Type: Sub-task
Components: namenode
Affects Versions: HDFS-10285
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
Currently SPS tracking monitor timeouts were hardcoded. This is the JIRA for
making it configurable.
{code}
// 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);
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]