- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2025 12:24 PM
com.databricks.backend.common.rpc.DriverStoppedException: Driver down cause: driver state change (exit code: 143)
facing this cluster issue while i deploy and run my workflow through asset bundle. i have tried everything to update in spark configuration in asset bundle but exact cause is unknown.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2025 04:56 AM
Hello @ac567,
The error message "com.databricks.backend.common.rpc.DriverStoppedException: Driver down cause: driver state change (exit code: 143)" typically indicates that the driver process was terminated due to an Out of Memory (OOM) condition. This is similar to the exit code 137, which also signifies an OOM error.
Have you validated driver logs of the cluster?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2025 08:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2025 08:17 AM
Awesome, good to hear!