Azure / azure-event-hubs-go

Golang client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
MIT License
88 stars 69 forks source link

LeaserCheckpointer can sometimes fail with "ContainerAlreadyExists" #252

Closed richardpark-msft closed 2 years ago

richardpark-msft commented 2 years ago

storage/LeaserCheckpointer has a bug where it can sometimes fail with ContainerAlreadyExists if there are other instances of a LeaserCheckpointer running and the container itself has not already been created.