[BUG] EventHub Error occurred while refreshing token that is not retriable. Not scheduling refresh task #17810
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
Event Hubs
Describe the bug
Seems that there are issues in the refersh of token into the class com.azure.core.amqp.implementation.ActiveClientTokenManager. This happen after 1hour of run of a stress test session, this cause the failure of the pods and reduce the consumer rate from the EH.
The code is based on:
com.azure
azure-messaging-eventhubs
5.3.1
Environment Context:
• Dedicated EH with 1CU
• AKS with Node-pool of 12 Nodes(F16S_v2) with max 22 pods per node
• Each Pod establish a connection with EH, consuming from dedicated partitions
Exception or Stack Trace
To Reproduce
Steps to reproduce the behavior:
Code Snippet
Below the implementation of the connection with EH
Expected behavior
The expected behavior is that the token is refreshed and than is possible to use the same connection without open a new one.
The text was updated successfully, but these errors were encountered: