jeongyooneo commented on a change in pull request #99: [NEMO-64] Fix map stage
hang under DataSkewPolicy
URL: https://github.com/apache/incubator-nemo/pull/99#discussion_r209884464
##########
File path: runtime/common/src/main/proto/ControlMessage.proto
##########
@@ -117,8 +117,6 @@ message BlockStateChangedMsg {
message DataSizeMetricMsg {
// TODO #96: Modularize DataSkewPolicy to use MetricVertex and
BarrierVertex.
repeated PartitionSizeEntry partitionSize = 1;
- required string blockId = 2;
Review comment:
Now metric vertex only acts as a barrier, and all run-time optimization is
done via ExecutionProperties of IREdges. So id of metric vertex isn't needed
anymore.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services