-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Unclear how to suppress "Possible unhandled error from worker" #5240
Copy link
Copy link
Closed
Labels
enhancementRequest for new feature and/or capabilityRequest for new feature and/or capabilitystaleThe issue is stale. It will be closed within 7 days unless there are further conversationThe issue is stale. It will be closed within 7 days unless there are further conversation
Description
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 18.04
- Ray installed from (source or binary): binary
- Ray version: 0.7.2
- Python version: 3.6.8
Describe the problem
When my task fails, I leave the exception to propagate out of the task itself. Then, I catch it when I do ray.get and handle the exception. But I still get a bit later a message Possible unhandled error from worker. How exactly one should handle the error to not get this message? I assumed that this message would be shown only if I have not done ray.get in a reasonable time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementRequest for new feature and/or capabilityRequest for new feature and/or capabilitystaleThe issue is stale. It will be closed within 7 days unless there are further conversationThe issue is stale. It will be closed within 7 days unless there are further conversation