Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
As discussed in HDFS-11186, it takes longer to stop NN:
try { storagePolicySatisfierThread.join(3000); } catch (InterruptedException ie) { }
So, it takes longer time to finish some tests and this leads to the timeout failures.