[BUG] sending batch every minute but still gets error intermittently "The connection was inactive for more than the allowed 300000 milliseconds and is closed by container 'LinkTracker'" #18593
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Event Hubs
needs-author-feedback
Workflow: More information is needed from author to address the issue.
pillar-reliability
The issue is related to reliability, one of our core engineering pillars. (includes stress testing)
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
I am sending a message batch to eventhub via EventHubProducerClient every Minute. But still intermittently the link tracker closes the link stating no activity since 30 minutes (Send or receive)
The connection was inactive for more than the allowed 300000 milliseconds and is closed by container 'LinkTracker'
Exception or Stack Trace
Repro Steps
Start a code which keeps sending a batch with dummy message to eventhub every minute.
Expected behavior
It should not close the connection by itself if a continuous sending of batch is being done by the process i.e. every 1 minute.
Setup (please complete the following information):
Additional context
Add any other context about the problem here.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: