|
| 1 | +# OpenCue TSC Meeting Notes 8 Nov 2023 |
| 2 | + |
| 3 | +Secretary: Brian Cipriano |
| 4 | + |
| 5 | +Agenda/Notes: |
| 6 | + |
| 7 | +* OOM protection logic: https://github.com/AcademySoftwareFoundation/OpenCue/pull/1317 |
| 8 | + * PR is reviewed and merged. |
| 9 | + * Has been running in production for a while now, working well in 90% of cases. |
| 10 | + * Other 10% are hitting a race condition with RQD. RQD sends fresh host report after OOM |
| 11 | + decision has been made but not actuated yet, clearing the OOM state in the database. Frame is |
| 12 | + rescheduled with same memory requirements instead of increased. |
| 13 | + * Followup change to RQD coming soon, kill frame with correct OOM code so database state isn't |
| 14 | + required. |
| 15 | +* RQD env var expansion: https://github.com/AcademySoftwareFoundation/OpenCue/pull/1323 |
| 16 | + * Expanding any env vars in the command itself in RQD, before command is executed on host. |
| 17 | + * This works already on Linux, Windows doesn't expand vars in command as command written to a |
| 18 | + temp file batch script. |
| 19 | + * Env vars should be expanded as late as possible, host/RQD env might differ slightly from frame |
| 20 | + env. |
| 21 | + * Let's move the change into the Windows section. |
| 22 | +* RQD copy env vars from host: https://github.com/AcademySoftwareFoundation/OpenCue/pull/1324 |
| 23 | + * Needed to preserve the host PYTHONPATH in the frame env. |
| 24 | + * Reviewed, change is too broad, left comments on the PR. |
| 25 | +* DB indexes: https://github.com/AcademySoftwareFoundation/OpenCue/pull/1304 |
| 26 | + * Adding new database indexes to resolve some performance issues. |
| 27 | + * Has some commented out pieces, why? |
| 28 | + * Diego to check and update PR. |
| 29 | +* CUDA RQD image: https://github.com/AcademySoftwareFoundation/OpenCue/pull/1327 |
| 30 | + * Let's try to copy RQD package from base image to reduce duplication. |
| 31 | + * Should revisit the RQD base image at some point to see if we can upgrade past Python 3.6. |
| 32 | +* Blender plugin: https://github.com/AcademySoftwareFoundation/OpenCue/pull/1309 |
| 33 | + * Plugin working e2e on Nuwan's machine, getting renders back. |
| 34 | + * Starting review of draft PR. |
| 35 | + * Would like to see a doc on how to install/use the plugin, will help to understand the code. |
| 36 | +* CueGUI PySide compatibility change is rolling out to production soon, working in initial tests but |
| 37 | + will get more feedback as usage expands. |
0 commit comments