[jira] [Updated] (FLINK-2514) Local and Remote environment behave differently when re-triggering execution.

2015-08-17 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/FLINK-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Márton Balassi updated FLINK-2514:
--
Assignee: Aljoscha Krettek  (was: Márton Balassi)

 Local and Remote environment behave differently when re-triggering execution.
 -

 Key: FLINK-2514
 URL: https://issues.apache.org/jira/browse/FLINK-2514
 Project: Flink
  Issue Type: Bug
  Components: Streaming
Affects Versions: 0.10
Reporter: Stephan Ewen
Assignee: Aljoscha Krettek
Priority: Critical
 Fix For: 0.10


 The following code behaves differently on the {{LocalStreamEnvironment}} and 
 the {{RemoteStreamEnvironment}}.
 {code}
 StreamExecutionEnvironment env = ...;
 env.addSource(someSource).addSink(someSink);
 env.execute();
 env.addSource(anotherSource).addSink(anotherSink);
 env.execute();
 {code}
 Locally, only the second source/sink pair is executed.
 Remotely, both are re-executed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (FLINK-2514) Local and Remote environment behave differently when re-triggering execution.

2015-08-13 Thread Stephan Ewen (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLINK-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephan Ewen updated FLINK-2514:

Priority: Critical  (was: Major)

 Local and Remote environment behave differently when re-triggering execution.
 -

 Key: FLINK-2514
 URL: https://issues.apache.org/jira/browse/FLINK-2514
 Project: Flink
  Issue Type: Bug
  Components: Streaming
Affects Versions: 0.10
Reporter: Stephan Ewen
Priority: Critical

 The following code behaves differently on the {{LocalStreamEnvironment}} and 
 the {{RemoteStreamEnvironment}}.
 {code}
 StreamExecutionEnvironment env = ...;
 env.addSource(someSource).addSink(someSink);
 env.execute();
 env.addSource(anotherSource).addSink(anotherSink);
 env.execute();
 {code}
 Locally, only the second source/sink pair is executed.
 Remotely, both are re-executed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (FLINK-2514) Local and Remote environment behave differently when re-triggering execution.

2015-08-13 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/FLINK-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Márton Balassi updated FLINK-2514:
--
Fix Version/s: 0.10

 Local and Remote environment behave differently when re-triggering execution.
 -

 Key: FLINK-2514
 URL: https://issues.apache.org/jira/browse/FLINK-2514
 Project: Flink
  Issue Type: Bug
  Components: Streaming
Affects Versions: 0.10
Reporter: Stephan Ewen
Priority: Critical
 Fix For: 0.10


 The following code behaves differently on the {{LocalStreamEnvironment}} and 
 the {{RemoteStreamEnvironment}}.
 {code}
 StreamExecutionEnvironment env = ...;
 env.addSource(someSource).addSink(someSink);
 env.execute();
 env.addSource(anotherSource).addSink(anotherSink);
 env.execute();
 {code}
 Locally, only the second source/sink pair is executed.
 Remotely, both are re-executed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)