Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.0, 3.2.1, 3.1.3
-
Reviewed
Description
It looks like HDFS-12487 changes the error message expected by TestDiskBalancer#testDiskBalancerWithFedClusterWithOneNameServiceEmpty.
The test expects error "There are no blocks in the blockPool" but after HDFS-12487, it returns error string "NextBlock call returned null.No valid block to copy."
Probably the simplest approach to fix it is to update the expected error string.
Thoughts? bharatviswa you crafted the test in HDFS-13715. Should we update the expected error string, or revert HDFS-12487?
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-12487 FsDatasetSpi.isValidBlock() lacks null pointer check inside and neither do the callers
- Resolved