----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41203/#review109926 -----------------------------------------------------------
scheduler/src/main/java/org/apache/falcon/notification/service/impl/SchedulerService.java (line 138) <https://reviews.apache.org/r/41203/#comment169639> Looks like it will only solve launching instances in FIFO order, it won't solve use case of instances not getting scheduled. Please correct me if i am missing something - pavan kumar kolamuri On Dec. 10, 2015, 12:51 p.m., Pallavi Rao wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41203/ > ----------------------------------------------------------- > > (Updated Dec. 10, 2015, 12:51 p.m.) > > > Review request for Falcon. > > > Bugs: FALCON-1572 > https://issues.apache.org/jira/browse/FALCON-1572 > > > Repository: falcon-git > > > Description > ------- > > Wrong Datastructure was used to load and store into cache. > > > Diffs > ----- > > scheduler/pom.xml 336997d > > scheduler/src/main/java/org/apache/falcon/notification/service/impl/SchedulerService.java > ace8444 > > Diff: https://reviews.apache.org/r/41203/diff/ > > > Testing > ------- > > Manual testing done. Once ITs are checked in, will add a test case for this > too. > > > Thanks, > > Pallavi Rao > >
