MAAP-Project / Community

Issue for MAAP (Zenhub)
2 stars 1 forks source link

Decrease the no. of lines stored in error traceback for job #879

Open sujen1412 opened 10 months ago

sujen1412 commented 10 months ago

Currently the entire stderr is stored in the traceback of a failed job significantly slowing down ES faceting.

TODO: Change the settings so that only last 50 lines are stored.

rtapella commented 10 months ago

Can this be stored somewhere else? It shouldn’t need to be indexed.


From: Sujen Shah @.> Sent: Monday, December 4, 2023 10:17:25 AM To: MAAP-Project/Community @.> Cc: Subscribed @.***> Subject: [EXTERNAL] [MAAP-Project/Community] Decrease the no. of lines stored in error traceback for job (Issue #879)

Currently the entire stderr is stored in the traceback of a failed job significantly slowing down ES faceting.

TODO: Change the settings so that only last 50 lines are stored.

— Reply to this email directly, view it on GitHubhttps://urldefense.us/v3/__https://github.com/MAAP-Project/Community/issues/879__;!!PvBDto6Hs4WbVuu7!IAAo-YXH4DTOe30AnMXSf0S0dYMZqpWrPe3R5-bD6rdTohCK8kgfrcbFitIoryupypuuRNBzjieWrMU_qrjb7ol0O5aVJXAOlvM$, or unsubscribehttps://urldefense.us/v3/__https://github.com/notifications/unsubscribe-auth/AAI2IYLWVHC7Q35KBG52Z7DYHYHTLAVCNFSM6AAAAABAGND6BSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZDINBVGA3DQMY__;!!PvBDto6Hs4WbVuu7!IAAo-YXH4DTOe30AnMXSf0S0dYMZqpWrPe3R5-bD6rdTohCK8kgfrcbFitIoryupypuuRNBzjieWrMU_qrjb7ol0O5aVo3Ty_Kg$. You are receiving this because you are subscribed to this thread.Message ID: @.***>

sujen1412 commented 10 months ago

This information is still stored in the _stderr.txt file that is saved in the triage directory and also in the output dir for successful jobs.