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
When 'support_mon_statistic=YES' at cm.conf, cub_manager gather HA stat periodically (1 min)
run 'cubrid heartbeat status' to get HA info.
run 'cubrid applyinfo -L {copylogpath} -r {remote_host} -a {dbname} for each DB in replication
at the step1, callee parse {copylogpath}, {remote_host}, {dbname} for each DB and returns back to
callee for run command in step2.
Due to bugs in cm_mon_stat::gather_daily_dbs_mon() at cm_mon_stat.cpp, remote_hostname is
not parsed properly and result to NULL
so, 'support_mon_statistic=YES' lead to issue of invalid 'applyinfo' command at every minute,
and failed messages are LOGGed into cub_manager/applyinfo LOGFILEs.
callee for run command in step2.
not parsed properly and result to NULL
and failed messages are LOGGed into cub_manager/applyinfo LOGFILEs.