Description of problem: The Job Statistics table under "Grid User" shows statistics for all users, not just the logged in user. Data here is intended to be user specific. Version-Release number of selected component (if applicable): (not sure, may be in 1.3.2) How reproducible: 100% Steps to Reproduce: 1. Submit jobs as multiple different users 2. Log into cumin as each user and check the Job Statistics table Actual results: Values shown will be aggregated across all users Expected results: Values should be contrained to the particular user Additional info:
Fix available in revision 4791.
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: There was no clause on the sql that totals the idle/running/completed stats to limit the totals to the current grid user. Consequence: The totals displayed on the page were for all users of the grid combined rather than just the current user. Fix: Added a where clause to the sql to choose the currently logged-in cumin user and limit the stats to that user. Result: The page now displays proper totals for the current cumin grid user.
Verified with cumin-0.1.4878-1.el5.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-1249.html