[
https://issues.apache.org/jira/browse/DL-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15766427#comment-15766427
]
ASF GitHub Bot commented on DL-94:
----------------------------------
Github user sijie closed the pull request at:
https://github.com/apache/incubator-distributedlog/pull/67
> 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)