We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sendfd
sendfd always should send fd to the next hop.
sendf doesn't send fd in case of Forwarder/Endpoint iteration
sendf
Run multiforwarder tests.
https://github.com/networkservicemesh/integration-k8s-packet/suites/4099955253/artifacts/104589184
The text was updated successfully, but these errors were encountered:
There are few different reasons for this issue:
roundrobin and interpose doesn't clone Request on iteration
roundrobin
interpose
file://
inode://
rounrobin
dial stands before sendfd client and first Closes old URL
dial
grpc.CallOption
So we need to:
additionalFunctionality
But here we have one more issue:
sendfd client adds grpc.CallOption to the existing opts list instead of creating a new one
opts
FDTransceiver
Sorry, something went wrong.
Bolodya1997
Successfully merging a pull request may close this issue.
Expected Behavior
sendfd
always should send fd to the next hop.Current Behavior
sendf
doesn't send fd in case of Forwarder/Endpoint iterationSteps to Reproduce
Run multiforwarder tests.
Failure Logs
https://github.com/networkservicemesh/integration-k8s-packet/suites/4099955253/artifacts/104589184
The text was updated successfully, but these errors were encountered: