Upgrade vCenter/ESXi to one of the below versions:
8.0a or higher for 8.x code
7.0U3i or higher for 7.x code
Workaround if the crash is during VOTES_REBALANCE work item in clomd.log as in the example below.
2022-10-14T19:22:08.805Z info clomd[5890964] [Originator@6876 opID=1804289398] CLOMProcessWorkItem: Op VOTES_REBALANCE starts:1804289398
2022-10-14T19:22:08.806Z info clomd[5890964] [Originator@6876 opID=1804289398] CLOMReconfigure: Reconfiguring adbeb95d-9610-b5ed-3ee1-############ workItem type VOTES_REBALANCE
1) Run on the affected host:
# export CLOMD_PARAM="-x VOTES_REBALANCE"; /etc/init.d/clomd stop;/etc/init.d/clomd start
2) Wait 15mins then restart clomd re-enabling VOTES_REBALANCE:
# export CLOMD_PARAM=" "; /etc/init.d/clomd stop;/etc/init.d/clomd start