-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Toggle bug in ProductCatalogService for demos #85
Toggle bug in ProductCatalogService for demos #85
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot, mostly LGTM.
I still wonder if we should do your original proposal which is USR1=turn on, USR2=turn off. If signaling turns out to be unreliable (kubectl exec
is not reliable), then you can't reliably introduce the problem.
But I'll let you decide.
I switched back to using USR2 to remove the bug. I don't have a strong opinion on this, but if you think that |
We decided not to instrument Go services with debugger just yet because of the issues you pointed out. If the code above is good to you, I'll take this in. |
No, sorry not yet. I've slow on this one. I will try to finalise this by
EOW.
Sent from my phone. Sorry for the typos and the short emails!
…On Wed, Nov 28, 2018, 01:06 Ahmet Alp Balkan ***@***.*** wrote:
We decided not to instrument Go services with debugger just yet because of
the issues you pointed out. If the code above is good to you, I'll take
this in.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACu2Jih2B5q0vEz8lt8X3e5VqCZVe1Kfks5uzdOHgaJpZM4X1Bz0>
.
|
This delay is implemented as a broken feature. It can be triggered and removed via USR1/USR2.
@ahmetb I finally took the time to come back to this. I changed my thinking on it. It still is triggered and removed with USR1/USR2. Let me know what you think. |
If that gets you what you want, sounds good to me. Left a code comment. |
Looks good. Thanks. |
Fixes #84
@ahmetb let me know what you think. I've used 150 microseconds because 200 slows the website down too much.