-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Beta mTLS segfault in Pilot #21816
Comments
I can reproduce. I am developing so there are some tiny changes i have made to pilot, but it seems unrelated |
Thanks for the report. What is the setup and policies you have in the
system?
Thanks.
…On Wed, Mar 4, 2020 at 9:45 AM John Howard ***@***.***> wrote:
I can reproduce. I am developing so there are some tiny changes i have
made to pilot, but it seems unrelated
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#21816?email_source=notifications&email_token=AF7X24KUPXLZRKQVXH7VJBTRF2HTHA5CNFSM4LBOVKF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENZFQ4A#issuecomment-594696304>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF7X24KCRYSGCMHDISTQZY3RF2HTHANCNFSM4LBOVKFQ>
.
--
Diem Vu | Software Engineer | diemvu@google.com | +1 408-215-8127
|
I have no policies. I am trying to figure out the root cause here, not sure what is triggering it. I am adding a new integration test and for whatever reason it fails immediately after the test exits. It could be an issue on my end |
found the issue: #21818 |
Cool, I was about to dig in to see when the policy is not initialize properly within push_context. |
The impact here is that any error in push context initialization such as |
If the push context return err, does it gracefully skip that config
snapshot then retry a few minutes later?
…On Wed, Mar 4, 2020 at 10:31 AM John Howard ***@***.***> wrote:
The impact here is that any error in push context initialization such as
env.List(VirtualService), which may fail due to networking errors, etc,
will lead to a panic
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#21816?email_source=notifications&email_token=AF7X24OAKNU5KGSPOIJYV6DRF2NARA5CNFSM4LBOVKF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENZORFA#issuecomment-594733204>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF7X24NLDA7DEUQP2Y3IJW3RF2NARANCNFSM4LBOVKFQ>
.
--
Diem Vu | Software Engineer | diemvu@google.com | +1 408-215-8127
|
Well right now it crashes. The intent is that it will skip the update |
Running from master
Looking into this now, will see if I can reproduce and if it applies to 1.5
cc @fpesce @diemtvu
The text was updated successfully, but these errors were encountered: