Azure / Azure/azure-diagnostics-tools
Infinite lease on registry file not working
- Dominant language
- Ruby
- Stars
- 101
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
I'm getting an error that lease expired
> @description: "A lease ID was specified, but the lease for the blob has expired.\nRequestId:d5630587-601e-0054-4bdb-cac923000000\nTime:2019-02-22T18:24:57.4849337Z", @type: "LeaseLost"
To ensure that lease doesn't expire, i tried to change registry_lease_duration to -1.
> config :registry_lease_duration, :validate => :number, :default => -1
Even after doing so, I am still getting the same lease expired error. Doesn't infinite mean that it shouldn't expire? Why doesn't a registry.lock file get created?
After modifying azureblob.rb, I restarted logstash. Is there a step that I'm missing?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.