HDFS-14746. Trivial test code update after HDFS-14687. Contributed by kevin su.

Reviewed-by: Surendra Singh Lilhore <surendralilhore@apache.org>
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit abae6ff2a2)
This commit is contained in:
HUAN-PING SU 2019-08-19 11:14:05 -07:00 committed by Wei-Chiu Chuang
parent 8b802d6b44
commit abda503040
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ public class TestPendingDataNodeMessages {
@Test @Test
public void testPendingDataNodeMessagesWithEC() throws Exception { public void testPendingDataNodeMessagesWithEC() throws Exception {
ErasureCodingPolicy ecPolicy = SystemErasureCodingPolicies.getPolicies() ErasureCodingPolicy ecPolicy = SystemErasureCodingPolicies
.get(3); .getByID(SystemErasureCodingPolicies.XOR_2_1_POLICY_ID);
Path dirPath = new Path("/testPendingDataNodeMessagesWithEC"); Path dirPath = new Path("/testPendingDataNodeMessagesWithEC");
Configuration conf = new Configuration(); Configuration conf = new Configuration();
conf.setInt(DFSConfigKeys.DFS_HA_TAILEDITS_PERIOD_KEY, 20 * 60000); conf.setInt(DFSConfigKeys.DFS_HA_TAILEDITS_PERIOD_KEY, 20 * 60000);