We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are migration from the old servicebus sdk to the new one and after the first deployment we had several errors. One of them is:
{"@timestamp":"2024-12-27T08:31:08.812Z","@Version":"1","message":"{"az.sdk.message":"Update disposition request timed out., errorContext[NAMESPACE: ...... ERROR CONTEXT: N/A, PATH: tos_transport_carrier_queue, REFERENCE_ID: session-_6d66ad_1735288220659, LINK_CREDIT: 0]","exception":"Update disposition request timed out., errorContext[NAMESPACE: ...... ERROR CONTEXT: N/A, PATH: tos_transport_carrier_queue, REFERENCE_ID: session-_6d66ad_1735288220659, LINK_CREDIT: 0]","connectionId":"MF_edd56d_1735208109524"}","logger_name":"com.azure.core.amqp.implementation.handler.ReceiveLinkHandler2","thread_name":"parallel-1","level":"ERROR","level_value":40000}
Can you tell us what this exception means and how can we avoid it?
SDK version 7.17.7 java version: 17
Thanks, Cristi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are migration from the old servicebus sdk to the new one and after the first deployment we had several errors.
One of them is:
{"@timestamp":"2024-12-27T08:31:08.812Z","@Version":"1","message":"{"az.sdk.message":"Update disposition request timed out., errorContext[NAMESPACE: ...... ERROR CONTEXT: N/A, PATH: tos_transport_carrier_queue, REFERENCE_ID: session-_6d66ad_1735288220659, LINK_CREDIT: 0]","exception":"Update disposition request timed out., errorContext[NAMESPACE: ...... ERROR CONTEXT: N/A, PATH: tos_transport_carrier_queue, REFERENCE_ID: session-_6d66ad_1735288220659, LINK_CREDIT: 0]","connectionId":"MF_edd56d_1735208109524"}","logger_name":"com.azure.core.amqp.implementation.handler.ReceiveLinkHandler2","thread_name":"parallel-1","level":"ERROR","level_value":40000}
Can you tell us what this exception means and how can we avoid it?
SDK version 7.17.7
java version: 17
Thanks,
Cristi
The text was updated successfully, but these errors were encountered: