Github user sandeshh commented on a diff in the pull request:
https://github.com/apache/apex-core/pull/358#discussion_r72490943
--- Diff:
engine/src/main/java/com/datatorrent/stram/plan/physical/PTOperator.java ---
@@ -85,6 +85,7 @@
private static final long serialVersionUID = 201312112033L;
public final LogicalPlan.StreamMeta logicalStream;
+ public Locality locality;
--- End diff --
StreamMeta is shared with the upstream operator, so changing that has
unwanted side effects. I am exploring the options to create a new StreamMeta
object for each Unifiers.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---