VMware is aware of this issue and working towards a fix in a future release.
To workaround this issue, increase the maxThreads and throttle value for vsanvcmgmt
cp /usr/lib/vmware-vsan/VsanVcMgmtConfig.xml ~/VsanVcMgmtConfig.bak
<config>
<vmacore>
<threadPool>
<maxThreads>500</maxThreads> <----Add this
</threadPool>
</vmacore>
</config>