Build: #1 did not complete First build for this plan

Stages & jobs

  1. Default Stage

  2. Test

Build result summary

Details

Queued
Started
Completed
Status
Reason for not building is unknown
Labels
None
Revision
4bf5f24bd705f5d4869184c92d846994927cbbe2

Code commits

Author Commit Message Commit date
Rui Xue <rx.astro@gmail.com> Rui Xue <rx.astro@gmail.com> 4bf5f24bd705f5d4869184c92d846994927cbbe2 CAS-14759: Fix potential lock contention in SIImageStore::makeImageBeamSet
This commit addresses a performance bottleneck where `tclean` would stall
for extended periods (often hours) during the initialization and
re-fitting phases of large spectral cubes with many MPI ranks.

Within `makeImageBeamSet()`, a `LatticeLocker` read-lock on the PSF image
was instantiated and subsequently destroyed on every single combined
channel and polarization iteration. For a 60,000 channel cube, this resulted
in 60,000 individual, sequential Lustre metadata transactions (lock requests
and releases) per process.

The `LatticeLocker` is now hoisted outside the nested loops, allowing the
process to obtain a single read-lock that persists for the duration of the
fitting iterations. This condenses millions of filesystem lock updates
across an MPI cluster down to exactly one, significantly reducing I/O
synchronization overhead during `mpicasa` execution.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeCAS-14759Could not obtain issue details from Jira

Shared artifacts

Artifact File size
ManyLinux228 Casatestutils 144 KB
ManyLinux228 Python 3.12 Tool wheel 75 MB

Error log

    Agent 'cbt-el7-10.cv.nrao.edu' went offline while building CASASPECS-CI245-TTOML228-1. The results of that build will not be available.

    (01 Apr 2026, 9:49:38 PM)