Description of problem: We have a bug in the operations jobs code where we authenticate the user who scheduled the operation and never log him out. Consequently, the SessionManager cache keeps accumulating entries. Version-Release number of selected component (if applicable): 4.7 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: See call hierarchies of org.rhq.enterprise.server.operation.OperationJob#getUserWithSession The fix should make operation jobs log out the users and if possible the Session manager automatically evict timed out sessionq (with something like a task in a ScheduledExecutor).
git commit to master: cbfe893ad59715428bc8f72763c5b67f6b236779
Bulk closing of issues in old RHQ releases that are in production for a while now. Please open a new issue when running into an issue.