Build: #5 was successful Manual run by CASA adm account

Build result summary

Details

Completed
Queue duration
2 seconds
Duration
56 minutes
Labels
None
Revisions
Casa6
7da74437f78dabd9117959a54c8aa915b2f4ed66
OPEN-CASA-PKG
e5285e68467f01199807a1f1a978aec8a4781be7
Successful since
#3 ()

Code commits

Casa6
Author Commit Message Commit date
Rui Xue <rx.astro@gmail.com> Rui Xue <rx.astro@gmail.com> 7da74437f78dabd9117959a54c8aa915b2f4ed66 CAS-14756: Fix UserLocking without lock() in `CubeMajorCycleAlgorithm.cc`
The previous commit removed explicit lock()/unlock() calls to eliminate
Lustre contention but left tables opened with UserLocking.  UserLocking
requires an explicit lock() before any access; omitting it threw:

  ColumnSet::doLock: table ... should be locked when using UserLocking

Switches subImageStore(), getSubImage(), and writeBackToFullImage() to
AutoNoReadLocking, which manages locking automatically.  This is safe
because workers access non-overlapping channel ranges whose tile
boundaries are guaranteed by the SIImageStore::buildImage() fix.

Jira issues

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