OpenCue
OpenCue copied to clipboard
Frame reservation errors
Describe the bug
I have two computers running RQD where pc 1 also runs CueBot.
Now when I run a job only one computer gets bookings and CueBots outputs multible Frame reservation error
in the terminal.
2023-02-17 14:52:52,718 WARN pool-4-thread-2 com.imageworks.spcue.dispatcher.CoreUnitDispatcher - frame reservation error, dispatchProcToJob failed to book next frame, com.imageworks.spcue.dispatcher.FrameReservationException: the frame 0003-layer/45a7ffae-7bfd-40cd-9dfb-4d0ad452c84c was updated by another thread. 2023-02-17 14:52:52,718 WARN pool-4-thread-4 com.imageworks.spcue.dispatcher.CoreUnitDispatcher - frame reservation error, dispatchProcToJob failed to book next frame, com.imageworks.spcue.dispatcher.FrameReservationException: the frame 0001-layer/c96c78db-726b-4a55-9d54-a43cdcef9218 was updated by another thread. 2023-02-17 14:52:52,719 WARN pool-4-thread-4 com.imageworks.spcue.dispatcher.CoreUnitDispatcher - frame reservation error, dispatchProcToJob failed to book next frame, com.imageworks.spcue.dispatcher.FrameReservationException: the frame 0002-layer/992d5a4d-7a4a-4354-9b2d-63a895b0fbc5 was updated by another thread. 2023-02-17 14:52:52,720 WARN pool-4-thread-4 com.imageworks.spcue.dispatcher.CoreUnitDispatcher - frame reservation error, dispatchProcToJob failed to book next frame, com.imageworks.spcue.dispatcher.FrameReservationException: the frame 0003-layer/45a7ffae-7bfd-40cd-9dfb-4d0ad452c84c was updated by another thread. 2023-02-17 14:52:52,745 WARN pool-4-thread-5 com.imageworks.spcue.dispatcher.CoreUnitDispatcher - frame reservation error, dispatchProcToJob failed to book next frame, com.imageworks.spcue.dispatcher.FrameReservationException: the frame 0005-layer/7b270567-b26a-40fb-939d-bafa911d96e5 was updated by another thread. 2023-02-17 14:52:52,759 WARN pool-4-thread-4 com.imageworks.spcue.dispatcher.CoreUnitDispatcher - frame reservation error, dispatchProcToJob failed to book next frame, com.imageworks.spcue.dispatcher.FrameReservationException: the frame 0006-layer/fa1e4124-305d-469f-b432-7266a9bc31ab was updated by another thread.
Expected behavior I would expect both computers to do work with the job.
Screenshots
Version Number 5.12.2
Additional context Window 11 environment. OpenCue installed and built from source. No Docker.
hi there, the frame reservation error is not related to the frames dying. It is when cuebot (which is multi threaded) tries to update stats about the same frame at the same time. It is a mostly harmless error.
Can you post the error log the dead frames themselves have instead?