Rakesh R created BOOKKEEPER-698: ----------------------------------- Summary: Bookie client closure is not considering timeoutExecutor Key: BOOKKEEPER-698 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-698 Project: Bookkeeper Issue Type: Bug Components: bookkeeper-client Reporter: Rakesh R Assignee: Rakesh R
'timeoutExecutor' is leaking for every bookie client, it should be closed during bookie client closure. I've seen in tests, scheduler is running and periodically executing the TimeoutTask even after bk client closure. Also, timeoutExecutor is missing thread name. IMHO, no need to raise another issue, just including the small change with this JIRA. -- This message was sent by Atlassian JIRA (v6.1#6144)