Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel template execution: lack of TRAPI logs when template execution terminates from TimeoutError #892

Open
colleenXu opened this issue Oct 24, 2024 · 2 comments

Comments

@colleenXu
Copy link
Collaborator

When the execution of a template times out, I notice only a few TRAPI logs from this execution and the TimeoutError.

It would be helpful to have all the normal TRAPI logs up to the Timeout for debugging. Ex: so we have a sense of what happened - did execution get stuck somewhere / sub-queries take a while / NodeNorm take a while? How far did the template execution go?

Example of what this looks like:
Example

@tokebe
Copy link
Member

tokebe commented Oct 24, 2024

There's a limit to the logs that can be retrieved due to the way the TRAPI logging system is managed. We could attempt to 'salvage' logs in the event of a TimeoutError but there wouldn't be a very solid way to ensure they were in order, and we'd still be missing quite a bit.

@colleenXu
Copy link
Collaborator Author

So....this is maybe something we can't do? Should this issue be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants