Xinwu Cheng created S4-105:
------------------------------
Summary: Incorrect method implementation in
org.apache.s4.core.Stream
Key: S4-105
URL: https://issues.apache.org/jira/browse/S4-105
Project: Apache S4
Issue Type: Bug
Reporter: Xinwu Cheng
In class org.apache.s4.core.Stream:
public Stream<T> setPE(ProcessingElement pe) {
app.addStream(this);
return this;
}
This method implementation is wrong, should add argument pe into targetPEs
list, not addStream()
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira