Wei Wei

Results 377 comments of Wei Wei

@radekg Thanks for the contribution! Would you please indicate the detail support you need from us to prepare this PR to implement stageblockfromURL? BTW, Azurite blob service support 2 kinds...

@radekg Thanks for the contribution! It's not good to make have duplicated copy of almost same code. It will make the maintenance of the code be difficult. For the common...

Discussed with @isra-fel , and open this issue per his suggestion: > Can't say for sure. Possibilities are > - It's a transient issue like this one: [Method not found:...

@isra-fel I still can repro this issue. Do you think we need a live debug session? My repro steps: 1. run : `git reset .`, `git checkout .`, `git clean...

BTW, Storage dataplane SDK has a new release recently, and it depends on "[Azure.Core](https://www.nuget.org/packages/Azure.Core/) (>= 1.46.2)" https://www.nuget.org/packages/Azure.Storage.Blobs/12.26.0-beta.1#dependencies-body-tab Could we just make PSH framework be ready to upgrade to the new...

@Arash-Sabet The above log you shared is from Storage SDK. From the error I see: 1. the error happens on API `BlobContainerClient.GetPropertiesInternal()`; 2. the error is client can't connect to...

@Arash-Sabet We have never see any customer report azurite debug log not generated. So it’s almost not possible that there’s bug blocks azurite debug log generate. Does the folder you...

@Arash-Sabet From the above error, I really have no idea. And I can't repro this. I will try to contact the code owner of "MemoryExtentStore.js" to see if any idea....

@Arash-Sabet I get responds from the code owner of "MemoryExtentStore.js", however he seems also don't have much idea. He mentioned: > I don't know. A syntax error may come from...