Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pulsar-broker] support configurable zk-cache expiry time #6668

Merged
merged 3 commits into from
Apr 13, 2020

Conversation

rdhabalia
Copy link
Contributor

Motivation

Right now zk-cache expiry is hardcoded and it needs to be configurable to refresh value based on various requirement: eg: refresh quickly in case of zk-watch miss, avoid frequent cache refresh to avoid zk-read or avoid issue due to zk read timeout, etc..

Modification

User can configure zk-cache expiry using zooKeeperCacheExpirySeconds configuration.

@rdhabalia rdhabalia added this to the 2.6.0 milestone Apr 4, 2020
@rdhabalia rdhabalia self-assigned this Apr 4, 2020
@sijie
Copy link
Member

sijie commented Apr 12, 2020

/pulsarbot run-failure-checks

@sijie sijie merged commit 1eb4bb8 into apache:master Apr 13, 2020
addisonj pushed a commit to instructure/pulsar that referenced this pull request May 7, 2020
### Motivation
Right now zk-cache expiry is hardcoded and it needs to be configurable to refresh value based on various requirement: eg: refresh quickly in case of zk-watch miss, avoid frequent cache refresh to avoid zk-read or avoid issue due to zk read timeout, etc..

### Modification 
User can configure zk-cache expiry using `zooKeeperCacheExpirySeconds` configuration.
@codelipenghui codelipenghui added the doc-required Your PR changes impact docs and you will update later. label May 20, 2020
@Anonymitaet Anonymitaet removed the doc-required Your PR changes impact docs and you will update later. label Jun 4, 2020
@Anonymitaet
Copy link
Member

Doc has been added.

addisonj pushed a commit to instructure/pulsar that referenced this pull request Jun 12, 2020
Right now zk-cache expiry is hardcoded and it needs to be configurable to refresh value based on various requirement: eg: refresh quickly in case of zk-watch miss, avoid frequent cache refresh to avoid zk-read or avoid issue due to zk read timeout, etc..

User can configure zk-cache expiry using `zooKeeperCacheExpirySeconds` configuration.
huangdx0726 pushed a commit to huangdx0726/pulsar that referenced this pull request Aug 24, 2020
### Motivation
Right now zk-cache expiry is hardcoded and it needs to be configurable to refresh value based on various requirement: eg: refresh quickly in case of zk-watch miss, avoid frequent cache refresh to avoid zk-read or avoid issue due to zk read timeout, etc..

### Modification 
User can configure zk-cache expiry using `zooKeeperCacheExpirySeconds` configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants