You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by GitBox <gi...@apache.org> on 2021/11/01 17:00:04 UTC

[GitHub] [tez] abstractdog commented on a change in pull request #157: TEZ-4339: Expose real-time memory consumption of AM and task containers via DagClient

abstractdog commented on a change in pull request #157:
URL: https://github.com/apache/tez/pull/157#discussion_r740374677



##########
File path: tez-dag/src/main/java/org/apache/tez/dag/api/client/DAGStatusBuilder.java
##########
@@ -61,6 +61,13 @@ public void addVertexProgress(String name, ProgressBuilder progress) {
     getBuilder().addVertexProgress(builder.build());
   }
 
+  //TODO: let this be a map of values in protobuf 3.x

Review comment:
       I wanted to put these memory related stuff into a map, which can be dinamically extended later with other metrics if needed, but unfortunately the protoc compiler which is used in protobuf 2.5 doesn't support maps




-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@tez.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org