shwstppr commented on code in PR #9840:
URL: https://github.com/apache/cloudstack/pull/9840#discussion_r1828933844
##########
engine/orchestration/src/main/java/com/cloud/vm/VirtualMachineManagerImpl.java:
##########
@@ -3793,12 +3803,12 @@ public int getTimeout() {
public boolean processCommands(final long agentId, final long seq, final
Command[] cmds) {
boolean processed = false;
for (final Command cmd : cmds) {
+ // FIXME: PingRoutingCommand handler is DB & CPU hotspot
Review Comment:
Removed this todo. This has been improved with batch update of VM power
states in VmPowerSyncImpl
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]