Description of problem: I am trying to add group to add a separate rbac user for UI performance testing on a large database. While adding the group the page refreshes and there is an error message which states: "Edit aborted! CFME does not support the browser's back button or access from multiple tabs or windows of the same browser. Please close any duplicate sessions before proceeding." Version-Release number of selected component (if applicable): 5.4.5.0 Testing on 5.5.4.0 right now comments inbound as it appears to be affected as well How reproducible: Always on the largest database that I have on 5.4. Steps to Reproduce: 1. Import database dump, attempt to add group under configure-> Configuration -> Access Control 2. 3. Actual results: Expected results: To be able to add a new group Additional info: Attached is grepped output from production.log and evm.log on the UI Worker's pid Separate from the above functional issue, we can see it takes >50s in these logs for this request "/ops/x_button?pressed=rbac_group_add" to complete on this set of hardware. The UI worker appears to peg a cpu core during that time frame, there must be a lot of items loaded that the worker iterates over or something causing this additional processing time.
Created attachment 1158332 [details] production.log
Created attachment 1158334 [details] evm.log on 5.4.5.0 grepped on ui worker pid
Created attachment 1158369 [details] Same issue on 5.5.4.0 - evm.log
Created attachment 1158370 [details] Same issue on 5.5.4.0 - production.log
I attached logs from a 5.5.4.0 appliance as well exhibiting the behavior described. In summary I have two database dumps, and two different appliance versions tested and only one combination is not affected by this setup(5.4.5.0 w/ 13000VMs): 13000VMs DB 23000VMs DB 5.4.5.0 No Yes 5.5.4.0 Yes Yes I am doubtful this issues has anything to dow ith vm counts, and more than likely user/group counts in the database but FWIW
*** This bug has been marked as a duplicate of bug 1360911 ***