-
Notifications
You must be signed in to change notification settings - Fork 58
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
fix grcp hangs and upgrade grpcio to 1.62.2 #909
Open
slicklash
wants to merge
28
commits into
feature/pdeathsigger
Choose a base branch
from
grpcio-1-62-2
base: feature/pdeathsigger
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
7aae564
grpcio 1.47.5
slicklash faa8c66
grpcio 1.48.2
slicklash b24bdf5
grpcio 1.62.2
slicklash eb94683
gen
slicklash 3f06917
identify failing tests
slicklash 86995b1
up
slicklash fef1e28
wait before profiling newly created containers
slicklash 755fc4e
add deprecated
slicklash 4c6b6b3
up
slicklash f9a5cb2
up
slicklash 2c2b9dc
Merge branch 'master' into grpcio-1-62-2
slicklash 076f1a6
Revert "up"
slicklash 5290cfc
clean up started processes
slicklash 2e6b85e
centos 7 fix
slicklash 4a229e4
use setup_singnals
slicklash de24119
remove container delay
slicklash f11be0b
explicit Centos 7 check
slicklash 3f6b767
Merge branch 'master' into grpcio-1-62-2
slicklash c825eb7
bump granulate_utils
slicklash a5d8045
add pdeathsigger
slicklash 31cc0eb
use pdeathsigger
slicklash 734538a
make pgrep_maps compatible with pdeathsigger
slicklash 6588841
build static pdeathsigger
slicklash 2fb9611
skip pdeathsigger for versions
slicklash dd79714
Merge branch 'master' into grpcio-1-62-2
slicklash 17a30ac
Merge branch 'feature/pdeathsigger' into grpcio-1-62-2
slicklash 562fa82
up
slicklash dbb41c6
up
slicklash File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule granulate-utils
updated
9 files
Oops, something went wrong.
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.
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.
Let's extract this to a method
get_containers_client
which will be locked (to avoid any concurrency issues) and maintain the cache.Then,
ContainerNamesClient
runsself._containers_client = get_containers_client()
.