Skip to content

Commit

Permalink
Merge branch 'branch-24.10' into david-boto-s3fs-versions-2038
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv authored Nov 1, 2024
2 parents f0307b3 + be485e6 commit 7c0433c
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 7c0433c

Please sign in to comment.