HDFS-8371. Fix test failure in TestHdfsConfigFields for spanreceiver properties. Contributed by Ray Chiang.
This commit is contained in:
parent
9a2a9553ee
commit
cbc01ed08e
|
@ -761,6 +761,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
HDFS-8150. Make getFileChecksum fail for blocks under construction
|
HDFS-8150. Make getFileChecksum fail for blocks under construction
|
||||||
(J.Andreina via vinayakumarb)
|
(J.Andreina via vinayakumarb)
|
||||||
|
|
||||||
|
HDFS-8371. Fix test failure in TestHdfsConfigFields for spanreceiver
|
||||||
|
properties. (Ray Chiang via aajisaka)
|
||||||
|
|
||||||
Release 2.7.1 - UNRELEASED
|
Release 2.7.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -76,5 +76,9 @@ public class TestHdfsConfigFields extends TestConfigurationFieldsBase {
|
||||||
|
|
||||||
// Some properties have moved to HdfsClientConfigKeys
|
// Some properties have moved to HdfsClientConfigKeys
|
||||||
xmlPropsToSkipCompare.add("dfs.client.short.circuit.replica.stale.threshold.ms");
|
xmlPropsToSkipCompare.add("dfs.client.short.circuit.replica.stale.threshold.ms");
|
||||||
|
|
||||||
|
// Ignore SpanReceiveHost properties
|
||||||
|
xmlPropsToSkipCompare.add("dfs.htrace.spanreceiver.classes");
|
||||||
|
xmlPropsToSkipCompare.add("dfs.client.htrace.spanreceiver.classes");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue