[FEA]: Replace multiprocessing.Queue
usage in python/morpheus/morpheus/utils/logger.py
#2110
Closed
2 tasks done
Labels
feature request
New feature or request
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
High
Please provide a clear description of problem this feature solves
Currently this class is raising a
NotImplementedError
on some platforms specifically on Arm64. This is a known issue in cpython (python/cpython#101094) and doesn't appear to be getting fixed anytime soon.Describe your ideal solution
Use our own
FiberQueue
class instead.Additional context
The test
tests/morpheus/utils/test_logger.py
is currently being skipped on ARM and should be re-enabled once this issue is resolved.Code of Conduct
The text was updated successfully, but these errors were encountered: