Azure-sdk-for-net: [BUG] BlockBlobClient.CommitBlockList(): “The specified block list is invalid” when committing previously committed blocks

Created on 14 Mar 2020  Â·  7Comments  Â·  Source: Azure/azure-sdk-for-net

Using the Azure.Storage.Blob .NET SDK v12, I'm trying to append to a block blob. When I try to commit a block ID that has already been committed, I get a "400: The specified block list is invalid" error. Per discussion on Stack Overflow, this is supported on the REST API. More details and code to reproduce are at that link.

Client Service Attention Storage

Most helpful comment

Thank you for reporting this bug @kevinskii . We acknowledge this is a missing functionality. We will fix this in one of our future releases.

All 7 comments

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.

Thanks for reporting this issue @kevinskii
While we investigate this issue, could you paste a sample of what you tried and the log message that was output?

Hello,
Simple code to reproduce plus details of the error are at this Stack Overflow question here:
https://stackoverflow.com/questions/60678140/azure-block-blob-the-specified-block-list-is-invalid-when-committing-previous
Thanks!

Thank you for reporting this bug @kevinskii . We acknowledge this is a missing functionality. We will fix this in one of our future releases.

Was just about to file an issue when I found this. Really looking forward to seeing a release with this in it!

You're the best!

Was this page helpful?
0 / 5 - 0 ratings