Quantcast
Channel: Service Bus forum
Viewing all articles
Browse latest Browse all 1916

Event Hubs sporadic exceptions

$
0
0

Hello all,

I hope someone can give me a hint on where to look for solutions for these errors we're encountering sporadically when sending messages to Event Hubs from a series of web roles. This is a setup with 32 partitions which is getting about 700 messages per second.

If you have any ideas about what these are or what can be done to avoid losing any messages I'd be grateful to read your answer.

From what I've read in the documentation I'm assuming internally the SDK is using the default retry configuration and these exceptions should be happening only after the retries have failed.

These are the exceptions:

System.TimeoutException: The operation did not complete within the allocated time 00:01:09.9573007 for object requestresponseamqplinkXXXXX.

Microsoft.ServiceBus.Messaging.MessagingException: The AMQP object sessionXXXXX is aborted.

The XXXXX are numbers, I've removed because I don't even know what it means or if it can be insecure to share it publicly.

The code failing eventually is calling the EventHubClient.SendAsync(EventData data) method.

Thank you very much!

Ezequiel


Viewing all articles
Browse latest Browse all 1916

Trending Articles