Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Databricks Stream job gets stuck and stops processing stream data #663

Open
abhisheksingh077a opened this issue Nov 30, 2022 · 0 comments
Open

Comments

@abhisheksingh077a
Copy link

Thanks for filing an issue with us! Below are some guidelines when filing an issue. In general, the more detail the better!

Stream Job Setup:

  1. One consumer group
  2. 4 stream writes to sinks
  3. Processing involves extracting parts of json data received from stream.

Bug Report:

  • Actual behavior
  1. Databricks Job gets stuck for days and stops processing the stream data.
  2. In Error it shows the "java.utils.concurrent.TimeoutException: Futures timed out after [5 minutes]" in spark UI active jobs section.

image

  • Expected behavior
  1. Every futures timeout error should be retried after 5 mins, and up to 4 times. After that it should terminate and create a new compute job.
  • Spark version
  1. Apache Spark 3.2.1
  2. Scala 2.12
  • spark-eventhubs artifactId and version
  1. artifactId: azure-eventhubs-spark_2.12
  2. version: 2.3.18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant