Created
October 30, 2018 18:31
-
-
Save gaffer-93/5dada82cecaf56731ad402fee312f94e to your computer and use it in GitHub Desktop.
lptrace output tracing RPC call and subsequent blocking within _channel.py
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
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