This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
local backend error: too many open files #342
Labels
difficulty/2-medium
Medium-difficulty issue
priority/P1
High priority issue, must be solved before next release
status/WIP
Work in progress
type/bug
This issue is a bug report
Milestone
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error.
When importing massive data (2.8T, 40k warehouses tpcc data), tidb-lightning will raise error "too many open files" constantly without quit.
What did you expect to see?
Check the limit files before importing
What did you see instead?
Error "too many open files" all the time
Versions of the cluster
TiDB-Lightning version (run
tidb-lightning -V
):TiKV-Importer version (run
tikv-importer -V
)TiKV version (run
tikv-server -V
):TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):Other interesting information (system version, hardware config, etc):
Operation logs
tidb-lightning.log
for TiDB-Lightning if possibletikv-importer.log
from TiKV-Importer if possibleConfiguration of the cluster and the task
tidb-lightning.toml
for TiDB-Lightning if possibletikv-importer.toml
for TiKV-Importer if possibleinventory.ini
if deployed by AnsibleScreenshot/exported-PDF of Grafana dashboard or metrics' graph in Prometheus for TiDB-Lightning if possible
The text was updated successfully, but these errors were encountered: