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

UDP target host address is cached #480

Closed
m4ce opened this issue Jul 31, 2018 · 1 comment
Closed

UDP target host address is cached #480

m4ce opened this issue Jul 31, 2018 · 1 comment

Comments

@m4ce
Copy link

m4ce commented Jul 31, 2018

Hi,

the target host address used in the UDP writer appears to be cached on initialization. However, this is problematic if what url resolves to changes. We are running our apps on a cloud platform where service discovery is done over DNS. Because of this caching, the application will silently stop sending metrics over UDP as an old ip address will be erroneously used.

@lxhoan lxhoan added this to the 2.13 milestone Aug 2, 2018
lxhoan added a commit to bonitoo-io/influxdb-java that referenced this issue Aug 27, 2018
lxhoan added a commit to bonitoo-io/influxdb-java that referenced this issue Aug 27, 2018
lxhoan added a commit to bonitoo-io/influxdb-java that referenced this issue Aug 28, 2018
lxhoan added a commit to bonitoo-io/influxdb-java that referenced this issue Aug 29, 2018
lxhoan added a commit to bonitoo-io/influxdb-java that referenced this issue Aug 29, 2018
lxhoan added a commit to bonitoo-io/influxdb-java that referenced this issue Sep 5, 2018
lxhoan added a commit to bonitoo-io/influxdb-java that referenced this issue Sep 5, 2018
@lxhoan lxhoan removed this from the 2.13 milestone Sep 5, 2018
majst01 added a commit that referenced this issue Sep 6, 2018
imlement issue #480 : UDP target host address is cached
@fmachado
Copy link
Contributor

fmachado commented Mar 5, 2019

This issue was fixed by PR #481.

@fmachado fmachado closed this as completed Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants