sanha commented on a change in pull request #112: [NEMO-179] Delayed Task Cloning URL: https://github.com/apache/incubator-nemo/pull/112#discussion_r211817373
########## File path: compiler/optimizer/src/main/java/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/AggressiveSpeculativeCloningPass.java ########## @@ -19,11 +19,13 @@ import edu.snu.nemo.common.ir.edge.IREdge; import edu.snu.nemo.common.ir.vertex.IRVertex; import edu.snu.nemo.common.ir.vertex.executionproperty.ClonedSchedulingProperty; +import edu.snu.nemo.compiler.optimizer.pass.compiletime.Requires; /** * Speculative execution. (very aggressive, for unit tests) + * TODO #200: Maintain Test Passes and Policies Separately */ -@Annotates(ClonedSchedulingProperty.class) +@Requires(ClonedSchedulingProperty.class) Review comment: It doesn't require but annotates! ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services