Open
Description
- Package Name:
@azure/service-bus
- Package Version:
7.9.3 - Operating system:
- nodejs
Describe the bug
We have a service which produces messages. Suddenly a lot of warnings appear in the log output of the service. Here is an example:
azure:service-bus:sender:warning [connection-1|sender:topic-u-u-i-d] 'sender_error' event occurred on the sender 'topic-u-u-i-d with address 'topic'. The associated error : c {
value: [
Typed { type: [TypeDesc], value: 'amqp:link:detach-forced' },
Typed {
type: [TypeDesc],
value: "The link 'G4:99362848:topic-u-u-i-d' is force detached. Code: publisher(link15395778). Details: AmqpMessagePublisher.IdleTimerExpired: Idle timeout: 00:10:00."
},
Typed { type: [TypeDesc], value: null }
]
}
To Reproduce
Steps to reproduce the behavior:
- Send a message
- Wait 10 minutes
- A warning is shown in the logs
Expected behavior
The client can handle closed connections and recover from them without logging a warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
This issue points to a problem in the data-plane of the library.Workflow: This issue is responsible by Azure service team.Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that