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][SanityTest] EMR-S batch jobs automatically became success if no query submit for a while #735

Open
LantaoJin opened this issue Oct 3, 2024 · 0 comments
Labels
bug Something isn't working Lang:PPL Pipe Processing Language support untriaged

Comments

@LantaoJin
Copy link
Member

LantaoJin commented Oct 3, 2024

What is the bug?
The inner EMR-S batch job will completed as success when we don't trigger a Spark job for a while (seems it has a TTL in ~5 mins), then the next query will re-launch a EMR-S batch job which cause very slow.
Screenshot 2024-10-03 at 12 15 57

How can one reproduce the bug?

  1. Go to Workbench page. For example https://search-flint05-sanity-h5if7yelmxws5hc35cap2lauf4.us-east-1.es-integ.amazonaws.com/_dashboards/app/opensearch-query-workbench#/
  2. Execute multiple same PPL queries work fine. For example, the following query after second run only takes seconds
source = myglue_test.default.nested | head 10
  1. But when you hold on for a while then execute again. It will trigger a new batch job in EMR-S and very slow.

What is the expected behavior?
Increase the TTL if it has. Or identify why the batch job completed so soon.

What is your host/environment?

  • OS: [e.g. iOS]
  • Version [e.g. 22]
  • Plugins

Do you have any screenshots?
If applicable, add screenshots to help explain your problem.

Do you have any additional context?
Add any other context about the problem.

@LantaoJin LantaoJin added bug Something isn't working untriaged labels Oct 3, 2024
@LantaoJin LantaoJin changed the title [BUG] EMR-S batch jobs automatically became success if no query submit for a while [BUG][SanityTest] EMR-S batch jobs automatically became success if no query submit for a while Oct 3, 2024
@YANG-DB YANG-DB added the Lang:PPL Pipe Processing Language support label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Lang:PPL Pipe Processing Language support untriaged
Projects
None yet
Development

No branches or pull requests

2 participants