sanha commented on a change in pull request #244: [NEMO-422] Address code quality issues for ResourceSitePass, NetworkTraceAnalysis, PhysicalPlanGenerator, and bytetransfer URL: https://github.com/apache/incubator-nemo/pull/244#discussion_r336765225
########## File path: runtime/executor/src/main/java/org/apache/nemo/runtime/executor/bytetransfer/ByteTransferContext.java ########## @@ -41,7 +41,7 @@ private final ContextManager contextManager; private volatile boolean hasException = false; - private volatile Throwable exception = null; + private Throwable exception = null; Review comment: ditto. ---------------------------------------------------------------- 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] With regards, Apache Git Services
