Wei Wei

Results 306 comments of Wei Wei

@edwin-huber Do you have any idea why the error happen? It looks the error is reported here: https://github.com/Azure/Azurite/blob/704e39b568faf1a80751bbb32683d2abae8396e2/src/table/batch/TableBatchSerialization.ts#L94

We have added a wiki for our requirements and general expectations of PRs that add new ADLS Gen2 to Azurite. https://github.com/Azure/Azurite/wiki/ADLS-Gen2-Implementation-Guidance Azurite welcome contribution! If you would like help to...

@Slach Thanks for raising this issue! Would you please share the Azurite debug log for this issue? And please point out in which step of reproduce.sh does this issue repro?...

@parshimers From the above wireshark screenshot, it looks the RST is expected, since: There are 4 requests in the screenshot, the first request from Azurite to client has flag "FIN",...

@twhiting Thanks for raising this request! Azurite is an Azure Storage rest API emulator; we still not support IOPS limitation. And we are working on some new storage feature implementation...

@twhiting Currently Azurite doesn't return throttling error. However, you can modify the code a little to return the error. 1. Clone the Azurite repo to local. 2. Define the throttling...

@kesselb Would you please share the Azurite debug log for this issue? We need it to continue the investigation. You can collect debug log with --debug parameter. And as you...

@kesselb Azurite currently recognize a request type from the request URI and headers. For this request, it missed a request header "Content-Length", so Azurite can't recognize which request type it...

@PrasantJillella Would you please share the Azurite debug log for this issue? For all kinds of table API that matters? We will need it to continue the investigation.