HDFS-7552. Change FsVolumeList toString() to fix TestDataNodeVolumeFailureToleration (Liang Xie via Colin P. McCabe)
(cherry picked from commit a4876c130f1627e59ef055e586640d1933fc49af)
This commit is contained in:
parent
fe38ed2ee7
commit
22f72c7946
@ -364,6 +364,9 @@ Release 2.7.0 - UNRELEASED
|
|||||||
HDFS-7431. log message for InvalidMagicNumberException may be incorrect.
|
HDFS-7431. log message for InvalidMagicNumberException may be incorrect.
|
||||||
(Yi Liu via cnauroth)
|
(Yi Liu via cnauroth)
|
||||||
|
|
||||||
|
HDFS-7552. Change FsVolumeList toString() to fix
|
||||||
|
TestDataNodeVolumeFailureToleration (Liang Xie via Colin P. McCabe)
|
||||||
|
|
||||||
Release 2.6.1 - UNRELEASED
|
Release 2.6.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -213,7 +213,7 @@ List<FsVolumeImpl> checkDirs() {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return volumes.toString();
|
return Arrays.toString(volumes.get());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user