فهرست منبع

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

Nanda kumar 7 سال پیش
والد
کامیت
32245c78e2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs/src/main/proto/StorageContainerDatanodeProtocol.proto

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/proto/StorageContainerDatanodeProtocol.proto

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