This is an automated email from the ASF dual-hosted git repository. sammichen pushed a commit to branch ozone-0.6.0 in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
commit a81c10f90680425abe0bbb30b691d55ee16d1ee1 Author: Vivek Ratnavel Subramanian <[email protected]> AuthorDate: Wed Jul 8 18:18:11 2020 -0700 HDDS-3939. Update proto.lock files (#1178) (cherry picked from commit db7e236c0b613e94f67bb728e29506896002dbb5) --- .../interface-client/src/main/proto/proto.lock | 30 ++++++++++++++++++++++ .../interface-client/src/main/proto/proto.lock | 15 +++++++++++ 2 files changed, 45 insertions(+) diff --git a/hadoop-hdds/interface-client/src/main/proto/proto.lock b/hadoop-hdds/interface-client/src/main/proto/proto.lock index 1be06ae..afdaf96 100644 --- a/hadoop-hdds/interface-client/src/main/proto/proto.lock +++ b/hadoop-hdds/interface-client/src/main/proto/proto.lock @@ -1477,6 +1477,21 @@ ], "messages": [ { + "name": "UUID", + "fields": [ + { + "id": 1, + "name": "mostSigBits", + "type": "int64" + }, + { + "id": 2, + "name": "leastSigBits", + "type": "int64" + } + ] + }, + { "name": "DatanodeDetailsProto", "fields": [ { @@ -1514,6 +1529,11 @@ "id": 7, "name": "networkLocation", "type": "string" + }, + { + "id": 100, + "name": "uuid128", + "type": "UUID" } ] }, @@ -1565,6 +1585,11 @@ "id": 1, "name": "id", "type": "string" + }, + { + "id": 100, + "name": "uuid128", + "type": "UUID" } ] }, @@ -1630,6 +1655,11 @@ "id": 8, "name": "creationTimeStamp", "type": "uint64" + }, + { + "id": 100, + "name": "leaderID128", + "type": "UUID" } ] }, diff --git a/hadoop-ozone/interface-client/src/main/proto/proto.lock b/hadoop-ozone/interface-client/src/main/proto/proto.lock index 0331ff1..2d90e1c 100644 --- a/hadoop-ozone/interface-client/src/main/proto/proto.lock +++ b/hadoop-ozone/interface-client/src/main/proto/proto.lock @@ -1229,6 +1229,11 @@ "id": 9, "name": "updateID", "type": "uint64" + }, + { + "id": 10, + "name": "modificationTime", + "type": "uint64" } ] }, @@ -1333,6 +1338,11 @@ "id": 3, "name": "quotaInBytes", "type": "uint64" + }, + { + "id": 4, + "name": "modificationTime", + "type": "uint64" } ] }, @@ -1504,6 +1514,11 @@ "id": 10, "name": "updateID", "type": "uint64" + }, + { + "id": 11, + "name": "modificationTime", + "type": "uint64" } ] }, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
