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
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---