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

[BUG] Understanding what caused a pipeline shutdown can be difficult. #3986

Open
dlvenable opened this issue Jan 18, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@dlvenable
Copy link
Member

Describe the bug

Sometimes Data Prepper shuts down without a clear reason as to why.

2024-01-18T06:23:32.523 [pool-33-thread-1] INFO    org.opensearch.dataprepper.DataPrepper - Shutting down pipeline: my-pipeline
2024-01-18T06:23:32.524 [pool-33-thread-1] INFO  org.opensearch.dataprepper.pipeline.Pipeline - Pipeline [my-pipeline] - Received shutdown signal with buffer drain timeout PT0S, processor shutdown timeout PT5M, and sink shutdown timeout PT30S. Initiating the shutdown process
2024-01-18T06:23:34.564 [pool-33-thread-1] INFO  org.opensearch.dataprepper.plugins.source.loghttp.HTTPSource - Stopped http source.

Expected behavior

I'd like to see clearer logging when the pipeline shuts down. Flor example, was it from a call to POST /shutdown?

Environment (please complete the following information):

  • Data Prepper: 2.6.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant