tensorflow / tensorflow/tensorboard
grpc: received message larger than max (4842152 vs. 4194304)
@caisq is already working on this.
Since May 15, 2019.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
Consider Stack Overflow for getting support using TensorBoard - they have a larger community with better searchability:
https://stackoverflow.com/questions/tagged/tensorboard
For bug reports, please include the following:
- TensorBoard 1.13.0
- TensorFlow-gpu 1.13.1
- Linux Ubuntu 16.04
- Python 3.5.2
- Chrome 74.0.3729.131
The error only happens when I run with tf_debug.TensorBoardDebugWrapperSession(). If I run without adding sess = tf_debug.TensorBoardDebugWrapperSession(), no error happens.
Error message:
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/debug/wrappers/grpc_wrapper.py", line 223, in run
self._sent_graph_version)
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/debug/wrappers/grpc_wrapper.py", line 63, in publish_traceback
send_source=True)
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/debug/lib/source_remote.py", line 209, in send_graph_tracebacks
graph=graph, send_source=send_source)
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/debug/lib/source_remote.py", line 174, in _send_call_tracebacks
stub.SendTracebacks(call_traceback)
File "/usr/local/lib/python3.5/dist-packages/grpc/_channel.py", line 549, in call
return _end_unary_response_blocking(state, call, False, None)
File "/usr/local/lib/python3.5/dist-packages/grpc/_channel.py", line 466, in _end_unary_response_blocking
raise _Rendezvous(state, None, None, deadline)
grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with:
status = StatusCode.RESOURCE_EXHAUSTED
details = "Received message larger than max (4842152 vs. 4194304)"
debug_error_string = "{"created":"@1557919096.791424517","description":"Error received from peer","file":"src/core/lib/surface/call.cc","file_line":1039,"grpc_message":"Received message larger than max (4842152 vs. 4194304)","grpc_status":8}"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.