Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Cannot append to existing append blob #107

Open
et2010 opened this issue Oct 18, 2019 · 1 comment
Open

Cannot append to existing append blob #107

et2010 opened this issue Oct 18, 2019 · 1 comment

Comments

@et2010
Copy link

et2010 commented Oct 18, 2019

Problem Description

I'm trying to append to an append blob but it seems to fail.

Steps to Reproduce

  1. Upload to a blob container using the following command:
blobxfer upload --storage-account myaccount --sas 'somesaskey' --remote-path database/db.csv --local-path somefile.csv --mode append --rename

And the file was uploaded successfully

  1. Append to the uploaded file.
blobxfer upload --storage-account myaccount --sas 'somesaskey' --remote-path database/db.csv --local-path anotherfile.csv --mode append --rename

There is no error, but when I downloaded and check on the somefile.csv, the anotherfile.csv was not appended as expected.

I'm not sure if I'm using it correctly. Any suggestions are welcome!

@alfpark
Copy link
Collaborator

alfpark commented Oct 19, 2019

This is not supported. blobxfer can write new append blobs, but cannot be used to append to existing blobs.

@alfpark alfpark changed the title Cannot append to append blob Cannot append to existing append blob Nov 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants