Skip to content

Commit abb987e

Browse files
authored
Document known issue (#520)
1 parent 6c2b12e commit abb987e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/docs/getting-started/changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
- Fix potential time-out issues for bigger datasets and models after start-up.
5050
- Fix browser history after navigating to the exploration page with no pipeline.
5151

52+
### Known Issue
53+
- In the logs, the error message `distributed.comm.core.CommClosedError: in <TCP (closed) ConnectionPool.broadcast local=tcp://127.0.0.1:XXXXX remote=tcp://127.0.0.1:XXXXX>: Stream is closed.` might appear and result in some tasks being lost. In most cases, the lost tasks will be recomputed automatically without causing further errors. However, it might happen that other tasks fail because of missing columns. If that happens, simply kill and restart Azimuth. We are investigating the issue.
54+
5255
## [2.5.3] - 2023-02-16
5356

5457
### Fixed

0 commit comments

Comments
 (0)