[jira] [Commented] (FLINK-4424) Make network environment start-up/shutdown independent of JobManager association

2016-08-24 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15434777#comment-15434777 ] Till Rohrmann commented on FLINK-4424: -- Yes that is the idea. It might actually make sense to create

[jira] [Commented] (FLINK-4478) Implement heartbeat logic

2016-08-25 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15436496#comment-15436496 ] Till Rohrmann commented on FLINK-4478: -- Hi [~jinyu.zj], I think we have to give the others a little

[jira] [Updated] (FLINK-4478) Implement heartbeat logic

2016-08-25 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4478: - Description: With the Flip-6 refactoring, we'll have the need for a dedicated heartbeat

[jira] [Updated] (FLINK-4478) Implement heartbeat logic

2016-08-25 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4478: - Description: With the Flip-6 refactoring, we'll have the need for a dedicated heartbeat

[jira] [Commented] (FLINK-4478) Implement heartbeat logic

2016-08-25 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15436913#comment-15436913 ] Till Rohrmann commented on FLINK-4478: -- I've created a design document which outlines the heartbeat

[jira] [Commented] (FLINK-4354) Implement TaskManager side of heartbeat from ResourceManager

2016-08-25 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15436919#comment-15436919 ] Till Rohrmann commented on FLINK-4354: -- I think this can be done quite easily once FLINK-4478 has

[jira] [Commented] (FLINK-4364) Implement TaskManager side of heartbeat from JobManager

2016-08-25 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15436938#comment-15436938 ] Till Rohrmann commented on FLINK-4364: -- Here as well, I think the implementation is simply

[jira] [Commented] (FLINK-4357) Implement TaskManager side of slot allocation from ResourceManager

2016-08-25 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15436953#comment-15436953 ] Till Rohrmann commented on FLINK-4357: -- I think we also need some kind of {{SlotManager}} on the

[jira] [Created] (FLINK-4489) Implement TaskManager's SlotManager

2016-08-25 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4489: Summary: Implement TaskManager's SlotManager Key: FLINK-4489 URL: https://issues.apache.org/jira/browse/FLINK-4489 Project: Flink Issue Type: Sub-task

[jira] [Commented] (FLINK-4358) Implement TaskManager deployment task into slot

2016-08-25 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15436974#comment-15436974 ] Till Rohrmann commented on FLINK-4358: -- In order to deploy tasks to slots, we first have to solve

[jira] [Commented] (FLINK-4343) Implement new TaskManager

2016-08-25 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15436982#comment-15436982 ] Till Rohrmann commented on FLINK-4343: -- I've tried to outline the interaction of the new

[jira] [Comment Edited] (FLINK-4343) Implement new TaskManager

2016-08-25 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15436982#comment-15436982 ] Till Rohrmann edited comment on FLINK-4343 at 8/25/16 2:35 PM: --- I've tried

[jira] [Closed] (FLINK-4424) Make network environment start-up/shutdown independent of JobManager association

2016-09-02 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4424. Resolution: Fixed Fixed via 78f2a15867734055a9712ea3a27f54d9bed3e43b > Make network environment

[jira] [Updated] (FLINK-4489) Implement TaskManager's SlotAllocationTable

2016-09-02 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4489: - Summary: Implement TaskManager's SlotAllocationTable (was: Implement TaskManager's SlotManager)

[jira] [Closed] (FLINK-4455) Replace ActorGateways in NetworkEnvironment by interfaces

2016-09-02 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4455. Resolution: Fixed Fixed via 78f2a15867734055a9712ea3a27f54d9bed3e43b > Replace ActorGateways in

[jira] [Created] (FLINK-4580) Check that the RpcEndpoint supports the specified RpcGateway

2016-09-05 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4580: Summary: Check that the RpcEndpoint supports the specified RpcGateway Key: FLINK-4580 URL: https://issues.apache.org/jira/browse/FLINK-4580 Project: Flink

[jira] [Commented] (FLINK-4451) Throw exception when remote connection cannot be resolved

2016-09-05 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15464545#comment-15464545 ] Till Rohrmann commented on FLINK-4451: -- Fixed via 0cf2a822b6872ee4f3f0c99f0fcee71affaeaee5 > Throw

[jira] [Assigned] (FLINK-3704) JobManagerHAProcessFailureBatchRecoveryITCase.testJobManagerProcessFailure unstable

2016-09-01 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reassigned FLINK-3704: Assignee: Till Rohrmann >

[jira] [Closed] (FLINK-4528) Mark runAsync and scheduleAsync methods protected

2016-09-01 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4528. Resolution: Fixed Fixed via 074f214e0cf67b86d0d879a93a18f6cc86acfa9f > Mark runAsync and

[jira] [Commented] (FLINK-3704) JobManagerHAProcessFailureBatchRecoveryITCase.testJobManagerProcessFailure unstable

2016-09-01 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15454849#comment-15454849 ] Till Rohrmann commented on FLINK-3704: -- I think I might have found a problem. The two tests in

[jira] [Commented] (FLINK-3704) JobManagerHAProcessFailureBatchRecoveryITCase.testJobManagerProcessFailure unstable

2016-09-01 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15454898#comment-15454898 ] Till Rohrmann commented on FLINK-3704: -- I suspect that the `ZooKeeperTestEnvironment.deleteAll`

[jira] [Updated] (FLINK-3704) JobManagerHAProcessFailureBatchRecoveryITCase.testJobManagerProcessFailure unstable

2016-09-01 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-3704: - Assignee: (was: Till Rohrmann) >

[jira] [Closed] (FLINK-4529) Move JobMaster, TaskExecutor and ResourceManager out of the rpc package

2016-09-01 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4529. Resolution: Fixed Fixed via 11a92d1da958cfd2c079a550bcac62c0e6eeb6b3 > Move JobMaster,

[jira] [Assigned] (FLINK-4458) Remove ForkableFlinkMiniCluster

2016-09-01 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reassigned FLINK-4458: Assignee: Till Rohrmann > Remove ForkableFlinkMiniCluster >

[jira] [Created] (FLINK-4568) Replace ActorGateway in WebRuntimeMonitor

2016-09-02 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4568: Summary: Replace ActorGateway in WebRuntimeMonitor Key: FLINK-4568 URL: https://issues.apache.org/jira/browse/FLINK-4568 Project: Flink Issue Type:

[jira] [Updated] (FLINK-4579) Add StateBackendFactory for RocksDB Backend

2016-09-07 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4579: - Issue Type: Improvement (was: Bug) > Add StateBackendFactory for RocksDB Backend >

[jira] [Closed] (FLINK-4456) Replace ActorGateway in Task by interface

2016-09-08 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4456. Resolution: Fixed Fixed via 0735b5b935b0c0757943e2d58047afcfb9949560 > Replace ActorGateway in

[jira] [Closed] (FLINK-4458) Remove ForkableFlinkMiniCluster

2016-09-08 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4458. Resolution: Fixed Fixed via 02b852e3571e46f25fdfc79f43ceb726ddff9ba7 > Remove

[jira] [Updated] (FLINK-4361) Introduce Flink's own future abstraction

2016-09-04 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4361: - Summary: Introduce Flink's own future abstraction (was: Replace Scala Futures) > Introduce

[jira] [Assigned] (FLINK-4361) Introduce Flink's own future abstraction

2016-09-04 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reassigned FLINK-4361: Assignee: Till Rohrmann > Introduce Flink's own future abstraction >

[jira] [Commented] (FLINK-2312) Random Splits

2016-09-02 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458190#comment-15458190 ] Till Rohrmann commented on FLINK-2312: -- We've merged FLINK-2259 which might already fulfil your needs

[jira] [Assigned] (FLINK-4456) Replace ActorGateway in Task by interface

2016-08-31 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reassigned FLINK-4456: Assignee: Till Rohrmann > Replace ActorGateway in Task by interface >

[jira] [Assigned] (FLINK-4455) Replace ActorGateways in NetworkEnvironment by interfaces

2016-08-30 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reassigned FLINK-4455: Assignee: Till Rohrmann > Replace ActorGateways in NetworkEnvironment by interfaces >

[jira] [Assigned] (FLINK-4424) Make network environment start-up/shutdown independent of JobManager association

2016-08-31 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reassigned FLINK-4424: Assignee: Till Rohrmann > Make network environment start-up/shutdown independent of

[jira] [Commented] (FLINK-4603) KeyedStateBackend cannot restore user code classes

2016-09-09 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15476941#comment-15476941 ] Till Rohrmann commented on FLINK-4603: -- Wouldn't we even then need the user code class loader to load

[jira] [Commented] (FLINK-4603) KeyedStateBackend cannot restore user code classes

2016-09-12 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15483601#comment-15483601 ] Till Rohrmann commented on FLINK-4603: -- That makes sense. > KeyedStateBackend cannot restore user

[jira] [Commented] (FLINK-2014) Add LASSO regression

2016-09-14 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15489775#comment-15489775 ] Till Rohrmann commented on FLINK-2014: -- Hi [~vlchen91], I'm not sure what's the exact status of the

[jira] [Created] (FLINK-4624) Gelly's summarization algorithm cannot deal with null vertex group values

2016-09-15 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4624: Summary: Gelly's summarization algorithm cannot deal with null vertex group values Key: FLINK-4624 URL: https://issues.apache.org/jira/browse/FLINK-4624 Project:

[jira] [Created] (FLINK-4603) KeyedStateBackend cannot restore user code classes

2016-09-09 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4603: Summary: KeyedStateBackend cannot restore user code classes Key: FLINK-4603 URL: https://issues.apache.org/jira/browse/FLINK-4603 Project: Flink Issue Type:

[jira] [Created] (FLINK-4687) Add getAddress method to RpcService

2016-09-26 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4687: Summary: Add getAddress method to RpcService Key: FLINK-4687 URL: https://issues.apache.org/jira/browse/FLINK-4687 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-4711) TaskManager can crash due to failing onPartitionStateUpdate call

2016-09-29 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4711: Summary: TaskManager can crash due to failing onPartitionStateUpdate call Key: FLINK-4711 URL: https://issues.apache.org/jira/browse/FLINK-4711 Project: Flink

[jira] [Closed] (FLINK-4711) TaskManager can crash due to failing onPartitionStateUpdate call

2016-09-30 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4711. Resolution: Fixed Fixed via 477d1c5d4ca6f469b3c87bc1f7962ece805cae1d > TaskManager can crash due

[jira] [Created] (FLINK-4714) Set task state to RUNNING after state has been restored

2016-09-29 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4714: Summary: Set task state to RUNNING after state has been restored Key: FLINK-4714 URL: https://issues.apache.org/jira/browse/FLINK-4714 Project: Flink Issue

[jira] [Updated] (FLINK-4650) Frequent task manager disconnects from JobManager

2016-09-29 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4650: - Affects Version/s: 1.2.0 > Frequent task manager disconnects from JobManager >

[jira] [Created] (FLINK-4717) Naive version of atomic stop signal with savepoint

2016-09-29 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4717: Summary: Naive version of atomic stop signal with savepoint Key: FLINK-4717 URL: https://issues.apache.org/jira/browse/FLINK-4717 Project: Flink Issue Type:

[jira] [Created] (FLINK-4715) TaskManager should commit suicide after cancellation failure

2016-09-29 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4715: Summary: TaskManager should commit suicide after cancellation failure Key: FLINK-4715 URL: https://issues.apache.org/jira/browse/FLINK-4715 Project: Flink

[jira] [Updated] (FLINK-4650) Frequent task manager disconnects from JobManager

2016-09-29 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4650: - Fix Version/s: 1.2.0 > Frequent task manager disconnects from JobManager >

[jira] [Created] (FLINK-4716) Add trigger full recovery button to web UI

2016-09-29 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4716: Summary: Add trigger full recovery button to web UI Key: FLINK-4716 URL: https://issues.apache.org/jira/browse/FLINK-4716 Project: Flink Issue Type:

[jira] [Created] (FLINK-4752) Improve session window documentation

2016-10-06 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4752: Summary: Improve session window documentation Key: FLINK-4752 URL: https://issues.apache.org/jira/browse/FLINK-4752 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-4746) Replace TaskManagerRuntimeInfo by TaskManagerConfiguration

2016-10-05 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4746: Summary: Replace TaskManagerRuntimeInfo by TaskManagerConfiguration Key: FLINK-4746 URL: https://issues.apache.org/jira/browse/FLINK-4746 Project: Flink

[jira] [Created] (FLINK-4751) Extend Flink's futures to support combining two futures

2016-10-05 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4751: Summary: Extend Flink's futures to support combining two futures Key: FLINK-4751 URL: https://issues.apache.org/jira/browse/FLINK-4751 Project: Flink Issue

[jira] [Closed] (FLINK-4751) Extend Flink's futures to support combining two futures

2016-10-06 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4751. Resolution: Fixed Added via 98710ead59305fc067cb8fdfab2c47d3bdc2e3fc > Extend Flink's futures to

[jira] [Created] (FLINK-4738) Port TaskManager logic to TaskExecutor

2016-10-04 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4738: Summary: Port TaskManager logic to TaskExecutor Key: FLINK-4738 URL: https://issues.apache.org/jira/browse/FLINK-4738 Project: Flink Issue Type: Sub-task

[jira] [Commented] (FLINK-4760) Kafka 09 Consumer failed to initialize state because of corrupted operator state and not able to recover

2016-10-07 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15554466#comment-15554466 ] Till Rohrmann commented on FLINK-4760: -- Which version of Flink are you using? If it's the current

[jira] [Created] (FLINK-4755) Create ContainerID; Rename ResourceID into ProcessID and InstanceID into RegistrationID

2016-10-06 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4755: Summary: Create ContainerID; Rename ResourceID into ProcessID and InstanceID into RegistrationID Key: FLINK-4755 URL: https://issues.apache.org/jira/browse/FLINK-4755

[jira] [Commented] (FLINK-4580) Check that the RpcEndpoint supports the specified RpcGateway

2016-09-21 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15509897#comment-15509897 ] Till Rohrmann commented on FLINK-4580: -- Adding this check lazily when executing the rpc call. >

[jira] [Created] (FLINK-4656) Port existing code to use Flink's future abstraction

2016-09-21 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4656: Summary: Port existing code to use Flink's future abstraction Key: FLINK-4656 URL: https://issues.apache.org/jira/browse/FLINK-4656 Project: Flink Issue

[jira] [Created] (FLINK-4658) Allow RpcService to execute Callables in the RpcService executor

2016-09-21 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4658: Summary: Allow RpcService to execute Callables in the RpcService executor Key: FLINK-4658 URL: https://issues.apache.org/jira/browse/FLINK-4658 Project: Flink

[jira] [Closed] (FLINK-4656) Port existing code to use Flink's future abstraction

2016-09-21 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4656. Resolution: Fixed Fixed via 31a091b930178bf2aec2881ee273fe0e5e17464d > Port existing code to use

[jira] [Closed] (FLINK-4658) Allow RpcService to execute Callables in the RpcService executor

2016-09-21 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4658. Resolution: Fixed Fixed via b5f6a06b01436a8b0e7243e3f8af7444f8058868 > Allow RpcService to execute

[jira] [Updated] (FLINK-4520) Integrate Siddhi as a lightweight CEP Library

2016-09-20 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4520: - Assignee: Hao Chen > Integrate Siddhi as a lightweight CEP Library >

[jira] [Resolved] (FLINK-4361) Introduce Flink's own future abstraction

2016-09-21 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann resolved FLINK-4361. -- Resolution: Fixed Added via 11cc6b95bab5c3d17dd1182f3ad87df4184aaa4a > Introduce Flink's own

[jira] [Updated] (FLINK-4641) Support branching CEP patterns

2016-09-20 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4641: - Description: We should add support for branching CEP patterns to the Pattern API. {code}

[jira] [Updated] (FLINK-4641) Support branching CEP patterns

2016-09-20 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4641: - Description: We should add support for branching CEP patterns to the Pattern API. {code}

[jira] [Created] (FLINK-4641) Support branching CEP patterns

2016-09-20 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4641: Summary: Support branching CEP patterns Key: FLINK-4641 URL: https://issues.apache.org/jira/browse/FLINK-4641 Project: Flink Issue Type: Improvement

[jira] [Updated] (FLINK-4641) Support branching CEP patterns

2016-09-20 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4641: - Description: We should add support for branching CEP patterns to the Pattern API. {code}

[jira] [Created] (FLINK-4424) Make network environment start-up/shutdown independent of JobManager association

2016-08-18 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4424: Summary: Make network environment start-up/shutdown independent of JobManager association Key: FLINK-4424 URL: https://issues.apache.org/jira/browse/FLINK-4424

[jira] [Updated] (FLINK-4459) Introduce SlotProvider for Scheduler

2016-08-23 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4459: - Summary: Introduce SlotProvider for Scheduler (was: Introduce SlotProvider to Scheduler) >

[jira] [Created] (FLINK-4459) Introduce SlotProvider to Scheduler

2016-08-23 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4459: Summary: Introduce SlotProvider to Scheduler Key: FLINK-4459 URL: https://issues.apache.org/jira/browse/FLINK-4459 Project: Flink Issue Type: Improvement

[jira] [Commented] (FLINK-4449) Heartbeat Manager between ResourceManager and TaskExecutor

2016-08-23 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15433305#comment-15433305 ] Till Rohrmann commented on FLINK-4449: -- Can we create a generic {{HeartbeatManager}} which can be

[jira] [Commented] (FLINK-4489) Implement TaskManager's SlotManager

2016-08-29 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15445372#comment-15445372 ] Till Rohrmann commented on FLINK-4489: -- No this refers to the {{TaskManager's}} {{SlotManager}}. This

[jira] [Commented] (FLINK-4486) JobManager not fully running when yarn-session.sh finishes

2016-08-29 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15445414#comment-15445414 ] Till Rohrmann commented on FLINK-4486: -- I think that's the right way to fix the problem right now.

[jira] [Commented] (FLINK-4419) Batch improvement for supporting dfs as a ResultPartitionType

2016-08-29 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15445435#comment-15445435 ] Till Rohrmann commented on FLINK-4419: -- At the moment, the blocking results are kept in managed

[jira] [Assigned] (FLINK-4478) Implement heartbeat logic

2016-08-29 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reassigned FLINK-4478: Assignee: Till Rohrmann > Implement heartbeat logic > - > >

[jira] [Created] (FLINK-4530) Generalize TaskExecutorToResourceManagerConnection to be reusable

2016-08-29 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4530: Summary: Generalize TaskExecutorToResourceManagerConnection to be reusable Key: FLINK-4530 URL: https://issues.apache.org/jira/browse/FLINK-4530 Project: Flink

[jira] [Commented] (FLINK-4055) EventTimeWindowCheckpointingITCase.testPreAggregatedSlidingTimeWindow fails on Travis

2016-08-29 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15446226#comment-15446226 ] Till Rohrmann commented on FLINK-4055: -- It happened again:

[jira] [Created] (FLINK-4451) Throw exception when remote connection cannot be resolved

2016-08-23 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4451: Summary: Throw exception when remote connection cannot be resolved Key: FLINK-4451 URL: https://issues.apache.org/jira/browse/FLINK-4451 Project: Flink

[jira] [Resolved] (FLINK-4443) Add support in RpcCompletenessTest for inheritance of RpcGateway and RpcEndpoint

2016-08-23 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann resolved FLINK-4443. -- Resolution: Fixed Added via 113e22b4f9be88f6baef391f55de1f547cfaecca > Add support in

[jira] [Reopened] (FLINK-3823) Kafka08ITCase.testOffsetInZookeeper failed on Travis

2016-08-24 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reopened FLINK-3823: -- It happened again... :-( https://s3.amazonaws.com/archive.travis-ci.org/jobs/154498433/log.txt >

[jira] [Closed] (FLINK-4451) Throw exception when remote connection cannot be resolved

2016-08-24 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4451. Resolution: Fixed Fixed via affa548cada5d9c25c32eb1f39986bbbd3e55f21 > Throw exception when remote

[jira] [Created] (FLINK-4478) Implement heartbeat logic

2016-08-24 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4478: Summary: Implement heartbeat logic Key: FLINK-4478 URL: https://issues.apache.org/jira/browse/FLINK-4478 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-4528) Mark runAsync and scheduleAsync methods protected

2016-08-29 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4528: Summary: Mark runAsync and scheduleAsync methods protected Key: FLINK-4528 URL: https://issues.apache.org/jira/browse/FLINK-4528 Project: Flink Issue Type:

[jira] [Created] (FLINK-4529) Move JobMaster, TaskExecutor and ResourceManager out of the rpc package

2016-08-29 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4529: Summary: Move JobMaster, TaskExecutor and ResourceManager out of the rpc package Key: FLINK-4529 URL: https://issues.apache.org/jira/browse/FLINK-4529 Project: Flink

[jira] [Commented] (FLINK-4361) Replace Scala Futures

2016-08-29 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15446392#comment-15446392 ] Till Rohrmann commented on FLINK-4361: -- I'm not sure whether it's worth the effort to actually

[jira] [Closed] (FLINK-4687) Add getAddress method to RpcService

2016-09-27 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4687. Resolution: Fixed Added via 93775cef67b1903a8f462da924f97df5ae6819c4 > Add getAddress method to

[jira] [Created] (FLINK-4695) Separate configuration parsing from MetricRegistry

2016-09-27 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4695: Summary: Separate configuration parsing from MetricRegistry Key: FLINK-4695 URL: https://issues.apache.org/jira/browse/FLINK-4695 Project: Flink Issue Type:

[jira] [Resolved] (FLINK-4505) Implement TaskManagerRunner to construct related components for TaskManager

2016-09-28 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann resolved FLINK-4505. -- Resolution: Fixed Added via 5513fe61dc8699a617c163ee2a555e43dc6422e4 > Implement

[jira] [Commented] (FLINK-4361) Introduce Flink's own future abstraction

2016-09-27 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15526671#comment-15526671 ] Till Rohrmann commented on FLINK-4361: -- Added to the master via

[jira] [Resolved] (FLINK-4690) Replace SlotAllocationFuture with flink's own future

2016-09-27 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann resolved FLINK-4690. -- Resolution: Fixed Added via 84672c22f8088a70caf35b54d74eee458bf600dd > Replace

[jira] [Resolved] (FLINK-4406) Implement job master registration at resource manager

2016-10-03 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann resolved FLINK-4406. -- Resolution: Fixed Added via ba2b59096022b480a70f6410d9b1643da5158608 > Implement job master

[jira] [Closed] (FLINK-4478) Implement heartbeat logic

2016-10-02 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4478. Resolution: Fixed Added via d5c0092f3db37956a3cebea9d4a782978d08f8be > Implement heartbeat logic >

[jira] [Updated] (FLINK-4596) RESTART_STRATEGY is not really pluggable

2016-09-26 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4596: - Affects Version/s: 1.2.0 > RESTART_STRATEGY is not really pluggable >

[jira] [Updated] (FLINK-4596) RESTART_STRATEGY is not really pluggable

2016-09-26 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4596: - Issue Type: Wish (was: Bug) > RESTART_STRATEGY is not really pluggable >

[jira] [Commented] (FLINK-4596) RESTART_STRATEGY is not really pluggable

2016-09-26 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15522615#comment-15522615 ] Till Rohrmann commented on FLINK-4596: -- Hi [~nguraja], you're right that the class loading will fail

[jira] [Closed] (FLINK-4580) Check that the RpcEndpoint supports the specified RpcGateway

2016-09-26 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4580. Resolution: Fixed Fixed via 2a61e74b9108835ffb5f8ab89d67cb7105801594 > Check that the RpcEndpoint

[jira] [Updated] (FLINK-4596) RESTART_STRATEGY is not really pluggable

2016-09-26 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-4596: - Component/s: Distributed Coordination > RESTART_STRATEGY is not really pluggable >

[jira] [Closed] (FLINK-4695) Separate configuration parsing from MetricRegistry

2016-09-27 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4695. Resolution: Fixed Added via f1b5b35f595e7ae53001a4c46edbf0c9b78ee376 > Separate configuration

[jira] [Commented] (FLINK-4630) add netty tcp/restful pushed source support

2016-09-27 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15525483#comment-15525483 ] Till Rohrmann commented on FLINK-4630: -- Hi Shijinkui, what do you wanna use this source for? Is it

[jira] [Created] (FLINK-4694) Add wait for termination function to RpcEndpoints

2016-09-27 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4694: Summary: Add wait for termination function to RpcEndpoints Key: FLINK-4694 URL: https://issues.apache.org/jira/browse/FLINK-4694 Project: Flink Issue Type:

[jira] [Commented] (FLINK-4354) Implement TaskManager side of heartbeat from ResourceManager

2016-11-07 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15644835#comment-15644835 ] Till Rohrmann commented on FLINK-4354: -- Hi [~wangzj], I agree with points 2-6. But I'm not so sure

<    6   7   8   9   10   11   12   13   14   15   >