We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary
MySQL [(none)]> SELECT SUM(AdvEngineID), COUNT(*), AVG(ResolutionWidth) FROM hits; ERROR 1105 (HY000): Code: 4000, displayText = uncategorized error (object error: (op: read, path: 1/318/_b/1a25136fa5524916a36e999e5f78851b_v0.parquet, source: Too many open files (os error 24))).
It would be great to give a warn log for databend-query when starting if the max open file limit is less than 65535.
The text was updated successfully, but these errors were encountered:
I am new here and want to try this issue. But I can't figure out where the databend-query starts.
Sorry, something went wrong.
Thanks, it's in https://github.com/datafuselabs/databend/blob/04ac812d02e906fba8f99435f55465a02ec05193/src/binaries/query/main.rs
More docs : https://mp.weixin.qq.com/s/5snnRuOLdCdWEktRFcwwug
Closed #8388
Successfully merging a pull request may close this issue.
Summary
It would be great to give a warn log for databend-query when starting if the max open file limit is less than 65535.
The text was updated successfully, but these errors were encountered: