Siddharth Seth created TEZ-1303: ----------------------------------- Summary: Change I/P/O/etc construction to make use of contexts Key: TEZ-1303 URL: https://issues.apache.org/jira/browse/TEZ-1303 Project: Apache Tez Issue Type: Sub-task Reporter: Siddharth Seth
Instead of having an empty constructor and setting the context via an initialize method - thus allowing the context to be accessed via a final field. Using initialize causes potential issues with visibility since object creation, initialize and access can be on completely different threads. -- This message was sent by Atlassian JIRA (v6.2#6252)