You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FrameCompleteHandler didsn't set Job finished even though all frames were set succeeded.
It is really rare but happened a few times out of many jobs.
The last frame state was set as SUCCEEDED, actually cuegui showed all frames were succeeded.
Probably jobManager.isJobComplete was failed or jobManagerSupport.queueShutdownJob was failed but Cuebot log didn't show anything special (or I missed something)
Describe the bug
FrameCompleteHandler didsn't set Job finished even though all frames were set succeeded.
It is really rare but happened a few times out of many jobs.
The last frame state was set as SUCCEEDED, actually cuegui showed all frames were succeeded.
Probably jobManager.isJobComplete was failed or jobManagerSupport.queueShutdownJob was failed but Cuebot log didn't show anything special (or I missed something)
https://github.com/AcademySoftwareFoundation/OpenCue/blob/master/cuebot/src/main/java/com/imageworks/spcue/dispatcher/FrameCompleteHandler.java#L261
To Reproduce
didn't find any way to repro
Expected behavior
Cuebot should set Job finished when all frames were finished
Version Number
0.13 + my PRs
The text was updated successfully, but these errors were encountered: