Sijie Guo created DL-94: --------------------------- Summary: Make the zookeeper client used by bookkeeper client retry on session expires Key: DL-94 URL: https://issues.apache.org/jira/browse/DL-94 Project: DistributedLog Issue Type: Improvement Components: distributedlog-core Reporter: Sijie Guo Assignee: Sijie Guo Fix For: 0.4.0
* the zookeeper client used by bookkeeper client is purely for metadata accesses, so we should retry on session expires. * remove the unnessary zookeeper session handling in bk log handler. as we don't necessary to fail bookkeeper client or log handler when session expires as it would be handled and retried by the zookeeper client. * Make the retry infinitely if the retry settings for bkc zookeeper client is set to 0 or negative. -- This message was sent by Atlassian JIRA (v6.3.4#6332)