Till Rohrmann created FLINK-7754: ------------------------------------ Summary: Complete termination future after actor has been stopped. Key: FLINK-7754 URL: https://issues.apache.org/jira/browse/FLINK-7754 Project: Flink Issue Type: Sub-task Components: Distributed Coordination Affects Versions: 1.4.0 Reporter: Till Rohrmann Assignee: Till Rohrmann
At the moment, we complete the termination future when the {{postStop}} method of the {{RpcActor}} has been executed. This, however, does not mean that the underlying actor has been stopped. We should rather complete the future in the {{AkkaRpcService#stopServer}} method where we close the actor with a graceful shutdown. -- This message was sent by Atlassian JIRA (v6.4.14#64029)