Skip to content

Instantly share code, notes, and snippets.

@gaffer-93
Created October 30, 2018 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaffer-93/5dada82cecaf56731ad402fee312f94e to your computer and use it in GitHub Desktop.
Save gaffer-93/5dada82cecaf56731ad402fee312f94e to your computer and use it in GitHub Desktop.
lptrace output tracing RPC call and subsequent blocking within _channel.py
python
_call_ (/opt/venvs/service/local/lib/python2.7/site-packages/grpc/_channel.py:489)
_blocking (/opt/venvs/service/local/lib/python2.7/site-packages/grpc/_channel.py:470)_prepare (/opt/venvs/service/local/lib/python2.7/site-packages/grpc/_channel.py:453)
_start_unary_request (/opt/venvs/service/local/lib/python2.7/site-packages/grpc/_channel.py:419)
_deadline (/opt/venvs/service/local/lib/python2.7/site-packages/grpc/_channel.py:55)
serialize (/opt/venvs/service/local/lib/python2.7/site-packages/grpc/_common.py:120)_transform (/opt/venvs/service/local/lib/python2.7/site-packages/grpc/_common.py:109)
_init_ (/opt/venvs/service/local/lib/python2.7/site-packages/grpc/_channel.py:102)
Condition (/usr/lib/python2.7/threading.py:241)
_init_ (/usr/lib/python2.7/threading.py:259)
_init_ (/usr/lib/python2.7/threading.py:58)
RLock (/usr/lib/python2.7/threading.py:113)
_init_ (/usr/lib/python2.7/threading.py:131)
_init_ (/usr/lib/python2.7/threading.py:58)
to_cygrpc_metadata (/opt/venvs/service/local/lib/python2.7/site-packages/grpc/_common.py:94)service
_check_call_error (/opt/venvs/service/local/lib/python2.7/site-packages/grpc/_channel.py:84)
*BLOCKS SEEMINGLY FOREVER*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment