Fix a build break in HDFS-1312
This commit is contained in:
parent
ec601673a8
commit
9be9703716
|
@ -33,7 +33,9 @@ public class DiskBalancerException extends IOException {
|
|||
PLAN_ALREADY_IN_PROGRESS,
|
||||
INVALID_VOLUME,
|
||||
INVALID_MOVE,
|
||||
INTERNAL_ERROR
|
||||
INTERNAL_ERROR,
|
||||
NO_SUCH_PLAN,
|
||||
UNKNOWN_KEY
|
||||
}
|
||||
|
||||
private final Result result;
|
||||
|
|
Loading…
Reference in New Issue