-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
file descriptor limit reached #1470
Labels
Comments
Fixed with #1471. Going make a release to include this. |
This was referenced Dec 29, 2020
davydov-d
added a commit
that referenced
this issue
Feb 7, 2023
davydov-d
added a commit
that referenced
this issue
Feb 7, 2023
davydov-d
added a commit
that referenced
this issue
Feb 9, 2023
davydov-d
added a commit
that referenced
this issue
Feb 9, 2023
davydov-d
added a commit
that referenced
this issue
Feb 9, 2023
marcosmarxm
pushed a commit
that referenced
this issue
Feb 9, 2023
davydov-d
added a commit
that referenced
this issue
Feb 17, 2023
davydov-d
added a commit
that referenced
this issue
Feb 17, 2023
lazebnyi
added a commit
that referenced
this issue
Feb 22, 2023
lazebnyi
added a commit
that referenced
this issue
Feb 22, 2023
davydov-d
added a commit
that referenced
this issue
Feb 23, 2023
davydov-d
added a commit
that referenced
this issue
Feb 23, 2023
davydov-d
added a commit
that referenced
this issue
Feb 23, 2023
…es' of github.com:airbytehq/airbyte into ddavydov/#1470-source-s3-do-not-infer-schema-of-all-files
davydov-d
added a commit
that referenced
this issue
Feb 23, 2023
davydov-d
added a commit
that referenced
this issue
Feb 24, 2023
davydov-d
added a commit
that referenced
this issue
Feb 24, 2023
davydov-d
added a commit
that referenced
this issue
Feb 24, 2023
davydov-d
added a commit
that referenced
this issue
Mar 14, 2023
davydov-d
added a commit
that referenced
this issue
Mar 14, 2023
* #1470 Source S3: infer schema of the first file * #1470 source s3: upd changelog * #1470 source s3: review fixes * #1470 source s3: review fixes * #1470 source s3: bump version * #1470 source s3: review fixes * auto-bump connector version --------- Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
adriennevermorel
pushed a commit
to adriennevermorel/airbyte
that referenced
this issue
Mar 17, 2023
* airbytehq#1470 Source S3: infer schema of the first file * airbytehq#1470 source s3: upd changelog * airbytehq#1470 source s3: review fixes * airbytehq#1470 source s3: review fixes * airbytehq#1470 source s3: bump version * airbytehq#1470 source s3: review fixes * auto-bump connector version --------- Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
erohmensing
pushed a commit
that referenced
this issue
Mar 22, 2023
* #1470 Source S3: infer schema of the first file * #1470 source s3: upd changelog * #1470 source s3: review fixes * #1470 source s3: review fixes * #1470 source s3: bump version * #1470 source s3: review fixes * auto-bump connector version --------- Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
erohmensing
pushed a commit
that referenced
this issue
Mar 22, 2023
* #1470 Source S3: infer schema of the first file * #1470 source s3: upd changelog * #1470 source s3: review fixes * #1470 source s3: review fixes * #1470 source s3: bump version * #1470 source s3: review fixes * auto-bump connector version --------- Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
File descriptor usage should be fairly constant while no syncs are running. During syncs, the usage should increase, and after it should decrease to what it was before.
Current Behavior
One of our users reported in Slack that his syncs were failing being scheduled. He attached logs which contained:
Steps to Reproduce
I was able to reproduce some form of the problem locally on my Mac laptop.
docker-compose up
If you do this for the
server
, it doesn't just keep growing. It grows when it's accessing config files and then decreases back to the steady state.On the
scheduler
, a lot of the open descriptors look like:Severity of the bug for you
High
The text was updated successfully, but these errors were encountered: