Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.1.0-beta, 3.0.0-alpha1
-
None
-
Reviewed
Description
After HDFS-4840, TestNNThroughputBenchmark exits in the middle. This is because ReplicationMonitor is being stopped while NN is still running.
This is only valid during testing. In normal cases, ReplicationMonitor thread runs all the time once started. In standby or safemode, it just skips calculating DN work. I think NNThroughputBenchmark needs to use ExitUtil to prevent termination, rather than modifying ReplicationMonitor.
Attachments
Attachments
Issue Links
- duplicates
-
HDFS-4941 TestNNThroughputBenchmark fails because of interrupted ReplicationMonitor
- Resolved