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
zonemta_1 | info App ---------------------------------------------------------------
zonemta_1 | info App
zonemta_1 | info App ███████╗ ██████╗ ███╗ ██╗███████╗███╗ ███╗████████╗ █████╗
zonemta_1 | info App ╚══███╔╝██╔═══██╗████╗ ██║██╔════╝████╗ ████║╚══██╔══╝██╔══██╗
zonemta_1 | info App ███╔╝ ██║ ██║██╔██╗ ██║█████╗ ██╔████╔██║ ██║ ███████║
zonemta_1 | info App ███╔╝ ██║ ██║██║╚██╗██║██╔══╝ ██║╚██╔╝██║ ██║ ██╔══██║
zonemta_1 | info App ███████╗╚██████╔╝██║ ╚████║███████╗██║ ╚═╝ ██║ ██║ ██║ ██║
zonemta_1 | info App ╚══════╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝
zonemta_1 | info App
zonemta_1 | info App ------------------------ [email protected] -----------------------
zonemta_1 | info App
zonemta_1 | (node:8) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
zonemta_1 | (Use `node --trace-warnings ...` to show where the warning was created)
zonemta_1 | info SMTP/feeder SMTP feeder MTA server started listening on port 587
zonemta_1 | info QS Queue server started
zonemta_1 | info API API server started
zonemta_1 | info Redis/8 Redis ready to take connections
zonemta_1 | info mongo Setup 10 indexes
zonemta_1 | Top-level use of w, wtimeout, j, and fsync is deprecated. Use writeConcern instead.
zonemta_1 | info Queue Sending queue initialized
zonemta_1 | info Child/default/25 [c9a6879d2242b82aadd0] Spawning sender process for default
zonemta_1 | (node:19) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
zonemta_1 | (Use `node --trace-warnings ...` to show where the warning was created)
zonemta_1 | info Redis/19 Redis ready to take connections
...
zonemta_1 | info Redis/63 Redis ready to take connections
zonemta_1 | ERR! Queue/52 Could not initialize database: connection timed out
zonemta_1 | ERR! Child/default/52 [ccd344a2913955a5ae88] Sender process for default exited with 1
zonemta_1 | info Child/default/74 [0cc769d3c031272f47bb] Spawning sender process for default
zonemta_1 | info Child/default/81 [2a31870bab6ec98e54b9] Spawning sender process for default
zonemta_1 | info DNS/74 Loaded DNS cache
zonemta_1 | info Sender/default/74 [0cc769d3c031272f47bb] Starting sending for default
zonemta_1 | info ConnPool/74 Connection pool is ready to take connections
zonemta_1 | (node:74) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
zonemta_1 | (Use `node --trace-warnings ...` to show where the warning was created)
zonemta_1 | info Redis/74 Redis ready to take connections
...
zonemta_1 | ERR! Queue/63 Could not initialize database: connect ECONNREFUSED 172.25.0.3:27017
...
zonemta_1 | ERR! Queue/63 Could not initialize database: connect ECONNREFUSED 172.25.0.3:27017
...
zonemta container bursts on the CPU every time it retries, and memory allocated to the container grows by 100-300M every restart (indefinitely, stopped it at ~20G)
Using default generated config, with env HOSTNAMES=sub.domain.tld (removed [], as =[sub.domain.tld] didn't work.
turning off mongo net compression helps with the load if it's a big-ish environment
config file (github doesn't let me align it properly): net: port: 27017 bindIp: localhost compression: compressors: disabled
zonemta container bursts on the CPU every time it retries, and memory allocated to the container grows by 100-300M every restart (indefinitely, stopped it at ~20G)
Using default generated config, with env
HOSTNAMES=sub.domain.tld
(removed[]
, as=[sub.domain.tld]
didn't work.Mongo seems to be getting connections:
On bringing the containers down, mongo closed ~300 open connections.
The text was updated successfully, but these errors were encountered: