http://jira.hyperic.com/browse/HHQ-1907
On performance stack importing a platform file services is much slower in 3.2.2 compared to 3.2.1. Following is a scenario:
Running 300 multi-agents
Each agent points to a unique folder containing 40 files
Bring all agents up and import/approve them using mass plugin
Adding file services under each platform takes tens of minutes, for each file service import I see follwing message
2008-04-01 15:23:43,528 INFO [RuntimeAIServiceMerger1] [org.hyperic.hq.autoinventory.server.session.AutoinventoryManagerEJBmpl] Creating new service: /home/workerb/fileService/agent2-202/agent2-202-file3
2008-04-01 15:23:48,762 INFO [RuntimeAIServiceMerger1] [org.hyperic.hq.autoinventory.server.session.AutoinventoryManagerEJBImpl] Creating new service: /home/workerb/fileService/agent2-202/agent2-202-file35
2008-04-01 15:23:54,055 INFO [RuntimeAIServiceMerger1] [org.hyperic.hq.autoinventory.server.session.AutoinventoryManagerEJBImpl] Creating new service: /home/workerb/fileService/agent2-202/agent2-202-file17
Mass plugin finished platform approval more then 24 hours ago but server is still importing these platform file services (its still 2/3rd done)
The same thing finished under 6 hours in 3.2.0
Anonymous