question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

com.microsoft.azure.eventhubs.TimeoutException

See original GitHub issue

I have two spark jobs running connecting to same eventhub but using different consumer groups…

while one job is running fine. the other job keeps giving this error … i am sure the connectivity is fine as the other job is running successfully. What could be causing this ?

com.microsoft.azure.eventhubs.TimeoutException: Management request timed out (59999ms), after not receiving response from service. TrackingId: 5c5b9b19f1a34d39872626dee7b94176_G10 at com.microsoft.azure.eventhubs.impl.ManagementChannel$1.onEvent(ManagementChannel.java:66) at com.microsoft.azure.eventhubs.impl.DispatchHandler.onTimerTask(DispatchHandler.java:9) at org.apache.qpid.proton.engine.BaseHandler.handle(BaseHandler.java:233) at org.apache.qpid.proton.engine.impl.EventImpl.dispatch(EventImpl.java:108) at org.apache.qpid.proton.reactor.impl.ReactorImpl.dispatch(ReactorImpl.java:324) at org.apache.qpid.proton.reactor.impl.ReactorImpl.process(ReactorImpl.java:291) at com.microsoft.azure.eventhubs.impl.MessagingFactory$RunReactor.run(MessagingFactory.java:487) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
sabeegrewalcommented, Oct 6, 2018

Not able to repro after #394

Please let me know if you still see this when running from master! #394 will be included in 2.3.5 - if you have any questions about that just follow up with me on gitter 👍

0reactions
sabeegrewalcommented, Sep 28, 2018

thanks @jpsimen for the info. Still looking into this!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Event Hubs messaging exceptions - .NET (legacy)
This article provides a list of Azure Event Hubs messaging exceptions and ... Exception types; QuotaExceededException; TimeoutException ...
Read more >
Send operation timed out when producing events to Azure ...
A TimeoutException indicates that a user-initiated operation is taking longer than the operation timeout. For Event Hubs, the timeout is ...
Read more >
azure-event-hubs-spark/Lobby - Gitter
TimeoutException : Futures timed out after [300 seconds] at scala.concurrent.impl. ... at com.microsoft.azure.eventhubs.
Read more >
Troubleshooting Microsoft Azure Event Hubs protocol - IBM
To resolve issues with the Microsoft Azure Event Hubs protocol use the troubleshooting and support information. Find the errors by using the protocol ......
Read more >
Source code for azure.eventhub.exceptions - NET
ErrorAction """ if error.condition == b'com.microsoft:server-busy': return errors.ErrorAction(retry=True, backoff=4) if error.condition ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found