----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3043/#review3719 -----------------------------------------------------------
Resorting to a different solution approach to change the list displayed to user to contain only the "truly unavailable" dependencies, while at the same time not introducing performance regression due to checking through the entire list each time job info is requested. Will be sending the patch out soon. - Mona On 2011-12-07 02:05:15, Mona Chitnis wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/3043/ > ----------------------------------------------------------- > > (Updated 2011-12-07 02:05:15) > > > Review request for oozie, Mohammad Islam and Angelo K. Huang. > > > Summary > ------- > > The "Missing Dependencies" for any coordinator action lists all the > dependencies after first dependency is missing. Even though the subsequent > dependencies are present. This patch is a small correction to ensure only the > data dependencies which are not ready/resolved are added to the "Missing > Dependencies" list. > > > This addresses bug OOZIE-563. > https://issues.apache.org/jira/browse/OOZIE-563 > > > Diffs > ----- > > > trunk/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java > 1211247 > > trunk/core/src/main/java/org/apache/oozie/command/coord/CoordActionInputCheckXCommand.java > 1211247 > > Diff: https://reviews.apache.org/r/3043/diff > > > Testing > ------- > > yes > > > Thanks, > > Mona > >
