[ 
https://issues.apache.org/jira/browse/FLINK-7810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16203412#comment-16203412
 ] 

ASF GitHub Bot commented on FLINK-7810:
---------------------------------------

Github user aljoscha commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4807#discussion_r144530220
  
    --- Diff: 
flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskManagerComponentsStartupShutdownTest.java
 ---
    @@ -202,8 +202,6 @@ protected void run() {
                        assertTrue(ioManager.isProperlyShutDown());
                        assertTrue(memManager.isShutdown());
                } finally {
    -                   
TestingUtils.stopActorsGracefully(Arrays.asList(jobManager, taskManager));
    --- End diff --
    
    If the test succeeds, they will have been shutdown (the previous asserts 
also assert (hehe) this.
    
    It seems the previous Akka version didn't mind another shutdown attempt but 
2.4 fails with an exception when you try to shutdown after already being shut 
down.


> Switch from custom Flakka to Akka 2.4.x
> ---------------------------------------
>
>                 Key: FLINK-7810
>                 URL: https://issues.apache.org/jira/browse/FLINK-7810
>             Project: Flink
>          Issue Type: Improvement
>          Components: Distributed Coordination
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>             Fix For: 1.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to