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
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
This issue is happening periodically. Any settings/configuration changes that can resolve this or is this a true issue? Looks like network latency or something like that to me, wondering if there are any Mongoid.yml tweeks that can help alleviate this issue:
2015-02-25T09:23:20-07:00 MOPED: Could not resolve IP for: prod-cms-db2:33478 runtime: n/a
2015-02-25T09:26:37-07:00 MOPED: Could not resolve IP for: prod-cms-db1:33478 runtime: n/a
2015-02-25T10:18:03-07:00 MOPED: Could not resolve IP for: prod-cms-db3:33478 runtime: n/a
2015-02-25T10:44:38-07:00 MOPED: Could not resolve IP for: prod-cms-db3:33478 runtime: n/a
2015-02-25T11:09:02-07:00 MOPED: Could not resolve IP for: prod-cms-db2:33478 runtime: n/a
This issue is happening periodically. Any settings/configuration changes that can resolve this or is this a true issue? Looks like network latency or something like that to me, wondering if there are any Mongoid.yml tweeks that can help alleviate this issue:
2015-02-25T09:23:20-07:00 MOPED: Could not resolve IP for: prod-cms-db2:33478 runtime: n/a
2015-02-25T09:26:37-07:00 MOPED: Could not resolve IP for: prod-cms-db1:33478 runtime: n/a
2015-02-25T10:18:03-07:00 MOPED: Could not resolve IP for: prod-cms-db3:33478 runtime: n/a
2015-02-25T10:44:38-07:00 MOPED: Could not resolve IP for: prod-cms-db3:33478 runtime: n/a
2015-02-25T11:09:02-07:00 MOPED: Could not resolve IP for: prod-cms-db2:33478 runtime: n/a
My mongoid.yml for production looks like this:
production:
sessions:
default:
database: edist
hosts:
['qa2-web-db1:33478', 'qa2-web-db2:33478', 'qa2-web-db3:33478']
options:
pool_size: 200
timeout: 20
retry_interval: 1
timeout: 15
max_retries: 20
refresh_interval: 10
The text was updated successfully, but these errors were encountered: