You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a configuration to limit concurrent object store access for delta operations. This can be accomplished using LimitStore which wraps an ObectStore to limit concurrency.
Use Case
When running ETLs utilizing deltatables on AWS lambda accessing S3 it is quite easy to run into the lambda file descriptor limit of 1024 if you're querying many tables. The issue surfaces as an error from hyper panicking with "Too many open files".
The file descriptor limit on AWS lambda is not configurable.
Description
Add a configuration to limit concurrent object store access for delta operations. This can be accomplished using LimitStore which wraps an ObectStore to limit concurrency.
Use Case
When running ETLs utilizing deltatables on AWS lambda accessing S3 it is quite easy to run into the lambda file descriptor limit of 1024 if you're querying many tables. The issue surfaces as an error from hyper panicking with "Too many open files".
The file descriptor limit on AWS lambda is not configurable.
Related Issue(s)
#2353
The text was updated successfully, but these errors were encountered: