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
I was having issue with max open file error on ubuntu server 14.04 with consul consuming all the file descriptors.
I find out that on every consul reload the number of open files almost doubles this with 1.0.7 and 1.1.0
Reproduction Steps
To reproduce:
on one shell run
watch "lsof | grep -c consul"
on the next shell run
consul reload
Consul info for both Client and Server
Client info
consul info
agent:
check_monitors = 7
check_ttls = 0
checks = 7
services = 1
build:
prerelease =
revision = 5174058f
version = 1.1.0
consul:
known_servers = 3
server = false
runtime:
arch = amd64
cpu_count = 2
goroutines = 120
max_procs = 2
os = linux
version = go1.10.1
serf_lan:
coordinate_resets = 0
encrypted = false
event_queue = 0
event_time = 1559
failed = 0
health_score = 0
intent_queue = 0
left = 0
member_time = 53687
members = 18
query_queue = 0
query_time = 49
I was having issue with max open file error on ubuntu server 14.04 with consul consuming all the file descriptors.
I find out that on every consul reload the number of open files almost doubles this with 1.0.7 and 1.1.0
Reproduction Steps
To reproduce:
on one shell run
watch "lsof | grep -c consul"
on the next shell run
consul reload
Consul info for both Client and Server
Client info
Server info
Operating system and Environment details
Ubuntu server 14.04 on AWS EC2 instance
The text was updated successfully, but these errors were encountered: