Kazuki Sakamoto
Kazuki Sakamoto
nextpnr reports critical path with Verilog source code line number. https://github.com/YosysHQ/nextpnr/pull/494 Is it possible to get Magma source code file name and line number from the Verilog source code line...
This is an experiment to optimize `FIND_JOBS_BY_SHOW` which is the heaviest query in our use-case. ## Environment / Test data - CentOS8 VM, Broadwell 24 cores, PostgreSQL13 1 instance -...
`determineIdleCores` reduces idle cores by using the load average. https://github.com/AcademySoftwareFoundation/OpenCue/blob/c22fe12721bed24b814184ea78c5e447b3b6a477/cuebot/src/main/java/com/imageworks/spcue/dispatcher/DispatchSupportService.java#L609-L615 However, the actual system load of the host doesn't look like so busy (`sar -u 1` or other metrics don't...
We are observing PostgreSQL system load spike on job submission. Presumably the root cause is too long transaction on frames operations. - UPDATE from SETUP to WAITING on the all...
# Problem As I explained in #1001, `findNextDispatchFrames` returns the exact same frames in the exact same order when multiple threads or multiple Cuebot machines calls it at the same...
It would be really nice we can have a "Job Doctor", which can tell you why the Job (layer, or, frame) doesn't start. - The allocation doesn't have enough capacity...
Curbot has an API to get 'How many frames are pending per show'. But what actually we would like to know is 'How many frames are pending *per allocation*' (or...
https://docs.github.com/en/discussions better than GitHub Issues for Discussion (most likely better than mailing list too)
**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...
# Issue The default per-Job max CPU cores (= 100 cores) are set by database migration, and can't change it via gRPC. https://github.com/AcademySoftwareFoundation/OpenCue/blob/73e3606e20048634354e4115be5f1b662004b2a3/cuebot/src/main/resources/conf/ddl/postgres/migrations/V1__Initial_schema.sql#L293 Is it true? # Solution idea Subscription...