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

shared_client: Try new id if already in use #13

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

jrajahalme
Copy link
Member

Only fail out if non-conflicting request id can not be found in couple of tries.

This works on the premise that the callers are fine with the request id being modified at this point. Current use sets a random id just prior to Exchange call, so this premise is satisfied.

Only fail out if non-conflicting request id can not be found in couple of
tries.

This works on the premise that the callers are fine with the request id
being modified at this point. Current use sets a random id just prior to
Exchange call, so this premise is satisfied.

Signed-off-by: Jarno Rajahalme <[email protected]>
@jrajahalme jrajahalme added the enhancement New feature or request label May 6, 2024
@marseel
Copy link

marseel commented May 27, 2024

@jrajahalme Can we merge this?

@jrajahalme jrajahalme merged commit af78876 into master Jun 3, 2024
4 checks passed
@jrajahalme
Copy link
Member Author

@marseel We haven't picked this up in cilium/cilium yet, so this just happened on one of my PRs there:

  ❌ Found 1 logs in kind-kind/kube-system/cilium-p75rk (cilium-agent) matching list of errors that must be investigated:
time="2024-06-04T08:00:45Z" level=error msg="Cannot forward proxied DNS lookup" DNSRequestID=9190 dnsName=one.one.one.one. endpointID=3905 error="duplicate request id 31372" identity=3584 ipAddr="10.244.1.129:41748" subsys=fqdn/dnsproxy (1 occurrences)

https://github.com/cilium/cilium/actions/runs/9363123438/job/25773221649

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants