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_r336765201
########## File path: runtime/executor/src/main/java/org/apache/nemo/runtime/executor/bytetransfer/ByteOutputContext.java ########## @@ -53,7 +53,8 @@ private final Channel channel; - private volatile ByteOutputStream currentByteOutputStream = null; + private volatile boolean hasActiveOutputStream = false; + private ByteOutputStream currentByteOutputStream = 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
