HDFS-13080. Ozone: Make finalhash in ContainerInfo of StorageContainerDatanodeProtocol.proto optional. Contributed by Elek, Marton.

This commit is contained in:
Nanda kumar 2018-01-30 20:12:11 +05:30 committed by Owen O'Malley
parent 150c4e1d0b
commit 32245c78e2
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ A container report contains the following information.
*/ */
message ContainerInfo { message ContainerInfo {
required string containerName = 1; required string containerName = 1;
required string finalhash = 2; optional string finalhash = 2;
optional int64 size = 3; optional int64 size = 3;
optional int64 used = 4; optional int64 used = 4;
optional int64 keyCount = 5; optional int64 keyCount = 5;