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
Issue description
Currently clusterer module is initialized based on Node ID column, but it not include cluster ID column.
Reproduce
Scenario
Datacenter 1 with multiple clusters where are in database defined multiple cluster ID
Cluster module is failing to initialize with following error
Oct 29 11:47:21 sbc09 journal[9392]: [OSIP-SBC-DEV-9] [9392]: INFO:clusterer:mod_init: Clusterer module - initializing
Oct 29 11:47:21 sbc09 journal[9392]: [OSIP-SBC-DEV-9] [9392]: ERROR:clusterer:add_node_info: non-local socket <IP ADDRESS OF NODE 1 CLUSTER 1> for this node
Oct 29 11:47:21 sbc09 journal[9392]: [OSIP-SBC-DEV-9] [9392]: ERROR:clusterer:load_db_info: Unable to add node info to backing list
Oct 29 11:47:21 sbc09 journal[9392]: [OSIP-SBC-DEV-9] [9392]: ERROR:clusterer:mod_init: Failed to load info from DB
Oct 29 11:47:21 sbc09 journal[9392]: [OSIP-SBC-DEV-9] [9392]: ERROR:core:init_mod: failed to initialize module clusterer
Oct 29 11:47:21 sbc09 journal[9392]: [OSIP-SBC-DEV-9] [9392]: ERROR:core:main: error while initializing modules
Oct 29 11:47:21 sbc09 journal[9392]: [OSIP-SBC-DEV-9] [9392]: INFO:core:cleanup: cleanup
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days.
Version
Issue description
Currently clusterer module is initialized based on Node ID column, but it not include cluster ID column.
Reproduce
Scenario
Datacenter 1 with multiple clusters where are in database defined multiple cluster ID
Cluster module is failing to initialize with following error
Database
Expected
Clusterer module is initialized based on Node ID column and cluster ID column to have ability for define multi cluster sites.
The text was updated successfully, but these errors were encountered: