Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.2
-
None
-
PowerPC Big Endian architecture
Description
TestBlocksWithNotEnoughRacks unit test fails with the following error message:
--------------------------------------------------------------------------------------------
testCorruptBlockRereplicatedAcrossRacks(org.apache.hadoop.hdfs.server.blockmanagement.TestBlocksWithNotEnoughRacks) Time elapsed: 8997 sec <<< FAILURE!
org.junit.ComparisonFailure: Corrupt replica expected:<...��^EI�u�[�{���[$�\hF�[�R{O�L^S��g�#�O����Wv��6u4Hd)FaŔ��W�0��H/�^ZU@�6�<02>���"$�
�.�4���� ��6b�S�&G�?��m4FW#@����
D5��}�Z�]���mfR^G#T-�N��̋�p���`�~��`�^F;�^C]> but was:<...��^EI�u�[�{���[$�\hF�[R{O�L^S��g�#�O����Wv��6u4Hd)FaŔ��W�0��H/�^ZU@�6�<02>�"$�
�.�4���� ��6b�S�&G�?��m4FW#@����
D5��}�Z�]���mfR^G#T-�N�̋�p���`�~��`�^F;�]>
at org.junit.Assert.assertEquals(Assert.java:123)
at org.apache.hadoop.hdfs.server.blockmanagement.TestBlocksWithNotEnoughRacks.testCorruptBlockRereplicatedAcrossRacks(TestBlocksWithNotEnoughRacks.java:229)
Attachments
Attachments
Issue Links
- duplicates
-
HDFS-3267 TestBlocksWithNotEnoughRacks races with DN startup
- Resolved