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

Introduce debugging mode to trigger panics in query engine #764

Closed
timsuchanek opened this issue May 28, 2020 · 1 comment
Closed

Introduce debugging mode to trigger panics in query engine #764

timsuchanek opened this issue May 28, 2020 · 1 comment
Assignees
Labels
kind/feature A request for a new feature. tech/engines Issue for tech Engines.
Milestone

Comments

@timsuchanek
Copy link
Contributor

After a conversation in Slack, @dpetrick had the following proposal to add the possibility to trigger panics for debugging:

  • --debug to enable debug features below.
  • Header X-DEBUG-NON-FATAL or similar to panic in the request thread and returns a panic for the request, but the QE is still alive
  • Header X-DEBUG-FATAL or similar to let the QE die completely

Creating this so we can track this in the sprint.

@timsuchanek timsuchanek added kind/feature A request for a new feature. process/candidate tech/engines Issue for tech Engines. labels May 28, 2020
@janpio janpio added this to the 2.1.0 milestone Jun 10, 2020
@dpetrick dpetrick self-assigned this Jun 11, 2020
@dpetrick
Copy link
Contributor

dpetrick commented Jun 12, 2020

Available on 2.1.0 dev 16 onwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature A request for a new feature. tech/engines Issue for tech Engines.
Projects
None yet
Development

No branches or pull requests

3 participants