johnyangk 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_r209151980
 
 

 ##########
 File path: common/src/main/java/edu/snu/nemo/common/ir/vertex/IRVertex.java
 ##########
 @@ -30,13 +30,15 @@
  */
 public abstract class IRVertex extends Vertex {
   private final ExecutionPropertyMap<VertexExecutionProperty> 
executionProperties;
+  private boolean stagePartitioned;
 
 Review comment:
   I'd remove this, as `IRVertex` should not know about stages.

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

Reply via email to