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

Disable JVM DNS Caching if DNS server is link-local #505

Closed
nebhale opened this issue Oct 23, 2017 · 0 comments
Closed

Disable JVM DNS Caching if DNS server is link-local #505

nebhale opened this issue Oct 23, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@nebhale
Copy link
Member

nebhale commented Oct 23, 2017

Currently, the DNS Caching in the JVM is controlled by either the JVM default (currently -1, FOREVER) or a user configuration. BOSH now exposes a DNS to the container that takes care of ttl caching for all requests, close to the application itself, so in systems where this DNS is available, the buildpack should disable the JVM's built in cache (0). To detect if this DNS is in place, the buildpack should determine if the current DNS for the container is at a link-local address.

@nebhale nebhale self-assigned this Oct 23, 2017
@nebhale nebhale added the jre label Oct 23, 2017
@nebhale nebhale added this to the v4.7 milestone Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant