HDFS-14556: Spelling Mistake "gloablly" (#938)
This commit is contained in:
parent
1da09bd9d5
commit
cc1630288e
|
@ -38,7 +38,7 @@ import "acl.proto";
|
||||||
* Extended block idenfies a block
|
* Extended block idenfies a block
|
||||||
*/
|
*/
|
||||||
message ExtendedBlockProto {
|
message ExtendedBlockProto {
|
||||||
required string poolId = 1; // Block pool id - gloablly unique across clusters
|
required string poolId = 1; // Block pool id - globally unique across clusters
|
||||||
required uint64 blockId = 2; // the local id within a pool
|
required uint64 blockId = 2; // the local id within a pool
|
||||||
required uint64 generationStamp = 3;
|
required uint64 generationStamp = 3;
|
||||||
optional uint64 numBytes = 4 [default = 0]; // len does not belong in ebid
|
optional uint64 numBytes = 4 [default = 0]; // len does not belong in ebid
|
||||||
|
|
Loading…
Reference in New Issue