com.microsoft.azure.eventhubs.TimeoutException
See original GitHub issueI 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:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top GitHub Comments
Not able to repro after #394
Please let me know if you still see this when running from
master
! #394 will be included in2.3.5
- if you have any questions about that just follow up with me on gitter 👍thanks @jpsimen for the info. Still looking into this!