[ https://issues.apache.org/jira/browse/FLINK-6434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Till Rohrmann resolved FLINK-6434. ---------------------------------- Resolution: Fixed Fix Version/s: 1.5.0 Fixed via f7481977cb558c12f43901f9e3bbe4b10f23b0b4 2f9eb5194acc2b8f29a6bf0c97a4230811a3db99 56aefcd9e7055ae6e2d10110715024ed6997b50c > There may be allocatedSlots leak in SlotPool > -------------------------------------------- > > Key: FLINK-6434 > URL: https://issues.apache.org/jira/browse/FLINK-6434 > Project: Flink > Issue Type: Bug > Components: Cluster Management > Reporter: shuai.xu > Assignee: shuai.xu > Labels: flip-6 > Fix For: 1.5.0 > > > If the call allocateSlot() from Execution to Slotpool timeout, the job will > begin to failover, but the pending request are still in SlotPool, if then a > new slot register to SlotPool, it may be fulfill the outdated pending request > and be added to allocatedSlots, but it will never be used and will never be > recycled. -- This message was sent by Atlassian JIRA (v6.4.14#64029)