提交 fdac963d 编写于 作者: G Gyula Fora

[streaming] Fix bug with iteration sink/source syncing

上级 0cfa43d7
......@@ -196,7 +196,7 @@ public class StreamGraph extends StreamingPlan {
chaining = false;
StreamLoop iteration = new StreamLoop(iterationID, getStreamNode(iterationHead), timeOut);
StreamLoop iteration = new StreamLoop(iterationID, getStreamNode(vertexID), timeOut);
streamLoops.put(iterationID, iteration);
vertexIDtoLoop.put(vertexID, iteration);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册