Menu

#2981 amfd: Update looping fifo jobs

5.19.01
fixed
nobody
None
defect
amf
d
major
False
2019-01-09
2018-12-07
No

amfd has changed the jobs queue to double queue std::deque, that makes the looping all jobs queue easier. The code in Fifo::Remove, Fifo::executeAll, Fifo::executeAdminResp look suspicious that may cause the jobs misordered or dropped . These methods need to be updated to utilize the double queue list.

Related

Wiki: ChangeLog-5.19.01

Discussion

  • Minh Hon Chau

    Minh Hon Chau - 2018-12-10
    • status: accepted --> review
     
  • Minh Hon Chau

    Minh Hon Chau - 2018-12-13
    • status: review --> fixed
    • assigned_to: Minh Hon Chau --> nobody
     
  • Minh Hon Chau

    Minh Hon Chau - 2018-12-13

    commit 033cc50775d2524c507558f7eb0c744abd7f9f90
    Author: Minh Chau minh.chau@dektech.com.au
    Date: Thu Dec 13 16:57:16 2018 +1100

    amfd: Fix misordered and dropped item in job queue [#2981]
    
     

Log in to post a comment.