[
https://issues.apache.org/jira/browse/DL-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416949#comment-15416949
]
ASF GitHub Bot commented on DL-31:
----------------------------------
GitHub user sijie opened a pull request:
https://github.com/apache/incubator-distributedlog/pull/9
DL-31: Provide flag to disable zk based distributed lock
DL doesn't enforce any leader election. However it still provides a
zookeeper ephemeral znode based lock for leader election. It is unnecessary if
applications use core library directly already have its own leader election
mechanism.
This change is to provide a flag to allow disable the zk based lock.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sijie/incubator-distributedlog
sijie/flag_to_disable_lock
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-distributedlog/pull/9.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #9
----
commit 8fd3de71ce2f4abd6f391c648fbafb8eb07d38e3
Author: Sijie Guo <[email protected]>
Date: 2016-07-28T19:57:09Z
Provide a flag to disable lock for dl log writer
RB_ID=829203
commit 56dd58309acfd4062b44fc33b5159a7cdf793f12
Author: Sijie Guo <[email protected]>
Date: 2016-08-11T08:53:51Z
Fix exceptions
commit 686ce5e89554c8c7dace5b6ba607daa60e6a387d
Author: Sijie Guo <[email protected]>
Date: 2016-07-11T21:13:16Z
Bump zookeeper version to 10.0.23-20160708234148-60113c3
\- Bump zookeeper version to
10.0.23-20160708234148-60113c3
RB_ID=850694
commit f2fcf93029637824079a00c183221d50bc653e28
Author: Sijie Guo <[email protected]>
Date: 2016-08-11T09:34:38Z
Merge branch 'sijie_master' into sijie/flag_to_disable_lock
----
> Provide flag to disable zk based distributed lock
> -------------------------------------------------
>
> Key: DL-31
> URL: https://issues.apache.org/jira/browse/DL-31
> Project: DistributedLog
> Issue Type: Bug
> Components: distributedlog-core
> Reporter: Sijie Guo
> Assignee: Sijie Guo
> Fix For: 0.4.0
>
>
> DL doesn't enforce any leader election. However it still provides a zookeeper
> ephemeral znode based lock for leader election. It is unnecessary if
> applications use core library directly already have its own leader election
> mechanism.
> This jira is to provide a flag to allow disable the zk based lock.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)