Hi everyone,
We’ve just released NServiceBus.Persistence.ServiceFabric 1.0.1.
Fixed bugs
- #59 ServiceFabric Persistence Outbox Cleanup queue grows indefinitely
How to know if you are affected
All users using the Service Fabric Persistence in combination with the Outbox are affected.
Symptoms
Service Fabric outbox cleanup does a best effort to clean up the oldest entries first. It does that by pushing the cleanup command to a reliable queue and uses a background operation to clear the outbox reliable dictionary. The cleanup command queue is only iterated over but never cleared. This leads to an ever-growing cleanup queue.
Should you upgrade immediately
It is encouraged to upgrade immediately when the outbox is in use.
Where to get it
You can download the updated version and see the full release notes here: Release 1.0.1 · Particular/NServiceBus.Persistence.ServiceFabric · GitHub.
With thanks,
The team in Particular
Please read our release policy for more details.