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
resolvesmariux64#23
* mariux/issues/issue23:
mxqd: Set MXQ_HOSTID to bootid-hex(starttime)-pid
mxqd: set MXQ_HOSTNAME and MXQ_SERVERID
mx_util: Add mx_proc_pid_stat()
mx_util: Add mx_strscan_ull() and mx_strscan_ll()
mx_util: Add mx_read_first_line_from_file()
MXQ_HOSTID=hostname::serverid
is not unique when server restarts.as discussed in issue #22 (comment)
boot_id
+starttime
+pid
is. so use this asMXQ_HOSTID
in execution environment.In addition set
MXQ_SERVERID
to whatever--server-id
is set to.The text was updated successfully, but these errors were encountered: