tensorflow / tensorflow/tensorboard
Debugger Plugin: TensorBoard doesn't error out if gRPC --debugger_port is already used
Open
@caisq is already working on this.
Since Aug 12, 2018.
plugin:debugger
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
To reproduce:
- Start a tensorboard process with --debugger_port configured to a given port, say 6064.
- In another terminal, start another tensorboard process with a different http --port, but the same --debugger_port value. Observe that the second process prints an C++ level error log line, but it doesn't really error out.
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.