-
Notifications
You must be signed in to change notification settings - Fork 181
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
Demonstrate the capacity limiter lockup effect with a demo #3033
Closed
bryce-anderson
wants to merge
14
commits into
apple:main
from
bryce-anderson:bl_anderson/lockup-repro
Closed
Demonstrate the capacity limiter lockup effect with a demo #3033
bryce-anderson
wants to merge
14
commits into
apple:main
from
bryce-anderson:bl_anderson/lockup-repro
Commits on Aug 6, 2024
-
Demonstrate the capacity limiter lockup effect with a demo
When executing we see the following output in the console: ``` ... !!!!!!!!!.!..!!!!!!!!!!!!!!!!.!!!!.!!.!.!!!.!!.!..!..!...!....!..!.!!!!!!!!!...!..!!!.!.!!!!..!!!.!. !!!!!!!!!!!!!!...!!!!.!.!........!...!!!!.!!!!!.......!.!.!.!!.!!....!...!...!!!..!.!.!!!!!!!!!..!.! !.!!!!...!....!...!.!!.!!....!.!!!!!!!!!!!!.!..!!!!!!!!!!!!!!.!!.!...!....!......!!!!!!!!!!!....!!!! !!!!!!!!!!!.!...!!!!.!.!!!!..!..!.!.!.!!!!!!!!!!!!..!!!!!!!!!!!!!...!!!!!!!!!!!!!!!!!!!!!!!!.......!! !.....!..!!!!!!!!!!!...!.!.!..!.!.!!!!.!!!!!!.!!!....!....!.!..!!!!!!!!!!.!!!!!!!!!!!!!!!.!.!!!!!!!!! !!!!!!......!....!.!!!!!!!!!!...!!!!!..!.!.!..!..!...!!!.!!!!!!!!!!.......!......!....!....!!!!!!! !!!!!!.!!.!!!!!!!!!!!!!!!.....!!..!.!.!....!......!!.!.!!!..!!!!!!!!!!!!..!.!.!!.!!...!!.!!!!!!!!!!! ..!!!!!!!!!!!!!!!...!!!!!!!!!!!..!!!!.!!!!!...!!!!!!!!!!!!.!!.!!!!!!!!!!!!!!....!.!....!!!!!!!!!!!!! !!!!..!..!.....!.!!!!!!!!.!.!!...!!!!!..!......!....!!!!.!!!!!!!!!!!!!!!!!!!!!....!.!........!!!.!.. ..!..!!!!!!!!!!!!!!!!2024-08-06 10:32:03,251 servicetalk-global-io-executor-1-2 [WARN ] HttpMessageDiscardWatchdogClientFilter - Discovered un-drained HTTP response message body which has been dropped by user code - this is a strong indication of a bug in a user-defined filter. Response payload (message) body must be fully consumed before discarding. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!! Consecutive failure threshold reached (200). Terminating. Terminating. ``` There is a very strong correlation with lockup and the watchdog filter emitting a message (we don't lockup every time we see a message, but everytime we lockup we see a message right before).
Configuration menu - View commit details
-
Copy full SHA for 5bbf0da - Browse repository at this point
Copy the full SHA 5bbf0daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 535ed2b - Browse repository at this point
Copy the full SHA 535ed2bView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f9cc71 - Browse repository at this point
Copy the full SHA 7f9cc71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ec87b - Browse repository at this point
Copy the full SHA 91ec87bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e67103f - Browse repository at this point
Copy the full SHA e67103fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ca15bc - Browse repository at this point
Copy the full SHA 2ca15bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04ba759 - Browse repository at this point
Copy the full SHA 04ba759View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbad20e - Browse repository at this point
Copy the full SHA fbad20eView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ba8976 - Browse repository at this point
Copy the full SHA 0ba8976View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7b9796 - Browse repository at this point
Copy the full SHA d7b9796View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78072fb - Browse repository at this point
Copy the full SHA 78072fbView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cda88b5 - Browse repository at this point
Copy the full SHA cda88b5View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6708db4 - Browse repository at this point
Copy the full SHA 6708db4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd53b9c - Browse repository at this point
Copy the full SHA fd53b9cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.