COPRS / rs-issues

This repository contains all the issues of the COPRS project (Scrum tickets, ivv bugs, epics ...)
2 stars 2 forks source link

[BUG] [OPS] S3 PUG NRT Execution failed on too short product #1090

Open suberti-ads opened 2 months ago

suberti-ads commented 2 months ago

Environment:

Traceability:

Current Behavior: Some execution fall in error with following message:

[code 290] [exitCode 255] [msg Task /usr/local/components/PUG-3.48/bin/PUGCoreProcessor failed]

It appears product sensing duration was very short for these products.

Expected Behavior: Product should not be started in case of too short product

Steps To Reproduce: Sample processing

Test execution artefacts (i.e. logs, screenshots…) Execution logs:(sample on PUG-NRT) Explore-logs-2024-07-05 15_06_15.txt

Whenever possible, first analysis of the root cause this issue is hte same as https://github.com/COPRS/rs-issues/issues/1050 But there is new occurrence on PUG-NRT

So i suggest to use same fix on these addon:

app.preparation-worker.pdu.config.<product_type>.minPDULengthThreshold=0.0
app.housekeep.pdu.config.<product_type>.minPDULengthThreshold=0.0

Bug Generic Definition of Ready (DoR)

Bug Generic Definition of Done (DoD)

suberti-ads commented 2 months ago

link to : https://github.com/COPRS/rs-issues/issues/1050