[
https://issues.apache.org/jira/browse/CURATOR-568?focusedWorklogId=431262&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-431262
]
ASF GitHub Bot logged work on CURATOR-568:
------------------------------------------
Author: ASF GitHub Bot
Created on: 06/May/20 15:11
Start Date: 06/May/20 15:11
Worklog Time Spent: 10m
Work Description: chevaris commented on pull request #364:
URL: https://github.com/apache/curator/pull/364#issuecomment-624708405
Hi there,
I would appreciate your comments on this commit.
CI is failing when running with JDK 8 (passed OK with JDK
11)(org.apache.curator.framework.recipes.locks.TestInterProcessMutex.testReentrantSingleLock),
but I do not think it is related with the commit itself (The test is
consistently running OK in my laptop with both Java 8 and 11, and I do not see
how this commit could influence that test). I would appreciate if someone can
take a look
Thanks in advance
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 431262)
Time Spent: 20m (was: 10m)
> New option allowing CuratorFramework skip ZK ensemble tracking
> --------------------------------------------------------------
>
> Key: CURATOR-568
> URL: https://issues.apache.org/jira/browse/CURATOR-568
> Project: Apache Curator
> Issue Type: Improvement
> Components: Framework
> Affects Versions: 4.3.0
> Reporter: Chevaris
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> CuratorFrameworkImpl lacks an option to skip Ensemble tracking.
> Proposal is to include a new option in CuratorFrameworkFactory.Builder that
> allows to skip ensemble tracking. This can be useful in certain scenarios in
> which CuratorFramework is accessing to ZK clusters via load balancer or
> Virtual IPs. In this case ensemble tracking is avoiding CuratorFramework to
> support this kind of connectivity.
> Proposal suggest including in CuratorFrameworkFactory.Builder 2 new methods:
> * ensembleTracker(boolean) that allows to enable / disable ensembleTracker.
> * withEnsembleTracker() that will return the value set via ensembleTracker
> method. If ensembleTracker was not used, then default value will return true
> for backwards compatibility.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)