You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cm_default_failure_context_manager(raise_on_failure=raise_on_failure) is applied to a function with raise_on_failure set to False, it currently raises the following error. The expected behavior is that it should gracefully suppress the error and proceed with the next batch of data.
Minimum reproducible example
No response
Relevant log output
E20230928 19:18:24.725535 183 context.cpp:124] /main/mrc::pymrc::PythonSegmentModule::write_to_smtp/internal_node; rank: 0; size: 1; tid: 140491307861568: set_exception issued; issuing kill to current runnable. Exception msg: UnboundLocalError: local variable 'ret_cm' referenced before assignment
At:
/opt/conda/envs/morpheus/lib/python3.10/site-packages/morpheus/utils/control_message_utils.py(92): wrapper
/opt/conda/envs/morpheus/lib/python3.10/site-packages/morpheus/utils/control_message_utils.py(44): wrapper
Full env printout
No response
Other/Misc.
No response
Code of Conduct
I agree to follow Morpheus' Code of Conduct
I have searched the open bugs and have found no duplicates for this bug report
The text was updated successfully, but these errors were encountered:
Version
23.11
Which installation method(s) does this occur on?
Docker
Describe the bug.
@cm_default_failure_context_manager(raise_on_failure=raise_on_failure) is applied to a function with raise_on_failure set to False, it currently raises the following error. The expected behavior is that it should gracefully suppress the error and proceed with the next batch of data.
Minimum reproducible example
No response
Relevant log output
Full env printout
No response
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: