Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently oozie brings all actions into memory when certain cmds are run. If a coordjob has thousands of actions, clicking the job multiple times on webconsole will bring huge number of actions in memory causing OOM.
Oozie-587 removes select * queries used in statustransitservice and suspend, resume, kill cmds. This jira proposes to remove select * from other queries like jobinfo and other cmds.