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
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Create a Replication Stream
Disconnect the remote database so that data is written to replication queue
Write entries to the local database (Potentially greater than ulimit number of entries?)
Reconnect remote
Expected behavior:
Describe what you expected to happen.
No errors/Data should be replicated without issue.
Actual behavior:
Describe What actually happened.
Replication occurs until the influxdb process reaches ulimit.
Logs show it continues to retry. Replication hangs until TCP connections close.
Cycle repeats.
Environment info:
System info: Run uname -srm and copy the output here
Linux 5.15.0-52-generic x86_64
InfluxDB version: Run influxd version and copy the output here
InfluxDB v2.6.0 (git: 24a2b62) build_date: 2022-12-15T18:47:00Z
Other relevant environment details: Container runtime, disk info, etc
$ ulimit -n
1024
Logs:
Include snippet of errors in log.
2022-12-20T03:06:51.311605Z error Error in replication stream {"log_id": "0esNoDGW000", "service": "replications", "replication_id": "0a77499ad3a3f000", "error": "Post "http://localhost:8086/api/v2/write?bucket=77afb3a8286e1929&org=b7003017570b8fbd\": dial tcp localhost:8086: socket: too many open files", "retries": 1}
2022-12-20T03:06:51.728569Z info http: Accept error: accept tcp [::]:8086: accept4: too many open files; retrying in 5ms {"log_id": "0esNoDGW000", "service": "http"}
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
Describe what you expected to happen.
No errors/Data should be replicated without issue.
Actual behavior:
Describe What actually happened.
Replication occurs until the influxdb process reaches ulimit.
Logs show it continues to retry. Replication hangs until TCP connections close.
Cycle repeats.
Environment info:
uname -srm
and copy the output hereLinux 5.15.0-52-generic x86_64
influxd version
and copy the output hereInfluxDB v2.6.0 (git: 24a2b62) build_date: 2022-12-15T18:47:00Z
$ ulimit -n 1024
Logs:
Include snippet of errors in log.
2022-12-20T03:06:51.311605Z error Error in replication stream {"log_id": "0esNoDGW000", "service": "replications", "replication_id": "0a77499ad3a3f000", "error": "Post "http://localhost:8086/api/v2/write?bucket=77afb3a8286e1929&org=b7003017570b8fbd\": dial tcp localhost:8086: socket: too many open files", "retries": 1}
2022-12-20T03:06:51.728569Z info http: Accept error: accept tcp [::]:8086: accept4: too many open files; retrying in 5ms {"log_id": "0esNoDGW000", "service": "http"}
The text was updated successfully, but these errors were encountered: