prashantpogde commented on a change in pull request #1508:
URL: https://github.com/apache/ozone/pull/1508#discussion_r520814642



##########
File path: 
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/node/DatanodeInfo.java
##########
@@ -69,6 +77,24 @@ public void updateLastHeartbeatTime() {
     }
   }
 
+  /**
+   * Updates the last LayoutVersion.
+   */
+  public void updateLastKnownLayoutVersion(LayoutVersionProto version) {

Review comment:
       it is doable. The reason I kept layout version info and its handling 
separate from the rest of the heartbeat processing is because I wanted to play 
with the idea that later on, we do not need to send layout version to SCM all 
the time but only when needed.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to