Azure / azure-storage-java

Microsoft Azure Storage Library for Java
https://docs.microsoft.com/en-us/java/api/overview/azure/storage
MIT License
189 stars 163 forks source link

Unable to update blob using the same LeaseId that was used to acquire the lease #523

Open srinivasvinnakota opened 4 years ago

srinivasvinnakota commented 4 years ago

Which service(blob, file, queue, table) does this issue concern?

blob

Which version of the SDK was used?

Please note that if your issue is with v11, we are recommending customers either move back to v11 or move to v12 (currently in preview) if at all possible. Hopefully this resolves your issue, but if there is some reason why moving away from v11 is not possible at this time, please do continue to ask your question and we will do our best to support you. The README for this SDK has been updated to point to more information on why we have made this decision. azure_storage_8_6_0-114eb.jar

What problem was encountered?

Unable to update blob using the same LeaseId that was used to acquire the lease

Have you found a mitigation/solution?

no

rickle-msft commented 4 years ago

Hi, @srinivasvinnakota. Thank you for reporting this issue. Can you please share a code snippet that illustrates what you are trying to do and the error that you are seeing?