Skip to content

Commit

Permalink
Add known issue for dask shutdown (#2027)
Browse files Browse the repository at this point in the history
See #2026

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - Christopher Harris (https://github.com/cwharris)

Approvers:
  - David Gardner (https://github.com/dagardner-nv)

URL: #2027
  • Loading branch information
cwharris authored Nov 1, 2024
1 parent 0a17204 commit be485e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/extra_info/known_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ limitations under the License.
# Known Issues

- `vdb_upload` example pipeline triggers an internal error in Triton ([#1649](https://github.com/nv-morpheus/Morpheus/issues/1649))
- `ransomware_detection` example pipeline occasionally logs a `distributed.comm.core.CommClosedError` error during shutdown ([#2026](https://github.com/nv-morpheus/Morpheus/issues/2026)).

Refer to [open issues in the Morpheus project](https://github.com/nv-morpheus/Morpheus/issues)
2 changes: 2 additions & 0 deletions examples/ransomware_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,5 @@ Options:
output will be saved.
--help Show this message and exit.
```

> **Note**: There is a known race condition in `dask.distributed` which occasionally causes `tornado.iostream.StreamClosedError` to be raised during shutdown, but does not affect the output of the pipeline. If you see this exception during shutdown, it is typically safe to ignore unless it corresponds to other undesirable behavior. For more information see ([#2026](https://github.com/nv-morpheus/Morpheus/issues/2026)).

0 comments on commit be485e6

Please sign in to comment.