You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by vi...@apache.org on 2020/07/09 01:18:21 UTC

[hadoop-ozone] branch master updated: HDDS-3939. Update proto.lock files (#1178)

This is an automated email from the ASF dual-hosted git repository.

vivekratnavel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new db7e236  HDDS-3939. Update proto.lock files (#1178)
db7e236 is described below

commit db7e236c0b613e94f67bb728e29506896002dbb5
Author: Vivek Ratnavel Subramanian <vi...@gmail.com>
AuthorDate: Wed Jul 8 18:18:11 2020 -0700

    HDDS-3939. Update proto.lock files (#1178)
---
 .../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: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org