Wei Zhou created HDFS-11338: ------------------------------- Summary: [SPS]: Fix timeout issue in unit tests caused by longger NN down time Key: HDFS-11338 URL: https://issues.apache.org/jira/browse/HDFS-11338 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Wei Zhou Assignee: Wei Zhou
As discussed in HDFS-11186, it takes longer to stop NN: {code} try { storagePolicySatisfierThread.join(3000); } catch (InterruptedException ie) { } {code} So, it takes longer time to finish some tests and this leads to the timeout failures. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org