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

monetdbd exits due to "Too many open files" error #6635

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

monetdbd exits due to "Too many open files" error #6635

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working normal Server Tools

Comments

@monetdb-team
Copy link

Date: 2018-08-02 11:12:41 +0200
From: @yzchang
To: Merovingian devs <>
Version: 11.29.7 (Mar2018-SP1)

Last updated: 2018-08-31 13:23:12 +0200

Comment 26583

Date: 2018-08-02 11:12:41 +0200
From: @yzchang

When one tries to establish too many concurrent client connections to monetdbd (e.g. 1000 mclients), acceptConnections() will fail with "Too many open files". Subsequently monetdbd will decide to simply stop working (i.e. exit(0)).

So, it's not a crash, but monetdbd shouldn't exit after such a non-critical error.

Comment 26588

Date: 2018-08-03 13:19:01 +0200
From: MonetDB Mercurial Repository <>

Changeset a0fec1753e6f made by Sjoerd Mullender sjoerd@acm.org in the MonetDB repo, refers to this bug.

For complete details, see https//devmonetdborg/hg/MonetDB?cmd=changeset;node=a0fec1753e6f

Changeset description:

Not all errors are the same: don't exit for transient failures.
This (hopefully) fixes bug #6635.

Comment 26589

Date: 2018-08-08 10:13:21 +0200
From: @sjoerdmullender

With no indication to the contrary, I'm assuming this has been adequately fixed.

@monetdb-team monetdb-team added bug Something isn't working normal Server Tools labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working normal Server Tools
Projects
None yet
Development

No branches or pull requests

2 participants