HDDS-501. AllocateBlockResponse.keyLocation must be an optional field. Contributed by Arpit Agarwal.

This commit is contained in:
Arpit Agarwal 2018-09-18 15:41:28 -07:00
parent 44857476fa
commit f176e8a3ae

View File

@ -324,7 +324,7 @@ message AllocateBlockRequest {
message AllocateBlockResponse {
required Status status = 1;
required KeyLocation keyLocation = 2;
optional KeyLocation keyLocation = 2;
}
message CommitKeyRequest {