Hi all,
I'm having here a vLCM appliance (vRealize 8.8.2.3 Build 20080494), which has throughtout a postgres process, that causes a CPU usage between 50% - 70%. It is not the same process (pid), but almost everytime the same statement:
select event0_.vmid as vmid1_10_, event0_.createdBy as createdB2_10_, event0_.createdOn as createdO3_10_, event0_.lastModifiedBy as lastModi4_10_, event0_.lastUpdatedOn as lastUpda5_10_, event0_.tenant as tenant6_10_, event0_.version as version7_10_, event0_.vrn as vrn8_10_, event0_.currentState as currentS9_10_, event0_.engineNodeId as engineN10_10_, event0_.errorCause as errorCa11_10_, event0_.eventArgument as eventAr12_10_, event0_.eventLock as eventLo13_10_, event0_.eventName as eventNa14_10_, event0_.sequence as sequenc15_10_, event0_.stateMachineInstance as stateMa16_10_, event0_.status as status17_10_ from vm_engine_event event0_ where event0_.status=$1 | client backend
select event0_.vmid as vmid1_10_, event0_.createdBy as createdB2_10_, event0_.createdOn as createdO3_10_, event0_.lastModifiedBy as lastModi4_10_, event0_.lastUpdatedOn as lastUpda5_10_, event0_.tenant as tenant6_10_, event0_.version as version7_10_, event0_.vrn as vrn8_10_, event0_.currentState as currentS9_10_, event0_.engineNodeId as engineN10_10_, event0_.errorCause as errorCa11_10_, event0_.eventArgument as eventAr12_10_, event0_.eventLock as eventLo13_10_, event0_.eventName as eventNa14_10_, event0_.sequence as sequenc15_10_, event0_.stateMachineInstance as stateMa16_10_, event0_.status as status17_10_ from vm_engine_event event0_ where event0_.engineNodeId=$1 and event0_.status=$2 | client backend
User: vrlcm
Application: PostgreSQL JDBC Driver
Client: 127.0.0.1
A restart of the LCM, IDMs and vRAs was not the solution VACCUM magic on the postgres DB too.
Any idea what is happening here or what I can do? My next step would otherwise be upgrading to 8.10.
Regards
Markus