Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table batch requests are not blocked when they have greater than 4 MB body #1467

Closed
joelverhagen opened this issue Apr 30, 2022 · 0 comments · Fixed by #1468
Closed

Table batch requests are not blocked when they have greater than 4 MB body #1467

joelverhagen opened this issue Apr 30, 2022 · 0 comments · Fixed by #1468

Comments

@joelverhagen
Copy link
Contributor

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

table

Which version of the Azurite was used?

3.17.1

Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)

npm

What's the Node.js version?

v16.14.0

What problem was encountered?

Table batch requests (entity transactions) are not blocked when they exceed for 4 MB. The individual operations (like insert or upsert) validate this just fine.

Steps to reproduce the issue?

  1. Create 32 entities with 4 string properties each, where each string property is 32 * 1024 characters (max length).
  2. Submit the transaction
  3. Expect a 413.

Have you found a mitigation/solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant