OpenSearch icon indicating copy to clipboard operation
OpenSearch copied to clipboard

Add support for ungraceful shutdown of nodes in integ tests

Open BhumikaSaini-Amazon opened this issue 1 year ago • 2 comments

Description

Adds the support for ungraceful shutdown of nodes in integ tests. This iteration of the change covers only node restart use cases. Updating existing tests to consume this functionality will be tracked as a separate effort.

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • [ ] New functionality includes testing.
    • [ ] All tests pass
  • [ ] New functionality has been documented.
    • [ ] New functionality has javadoc added
  • [ ] Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)
  • [ ] Commits are signed per the DCO using --signoff
  • [ ] Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • [ ] Public documentation issue/PR created

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

BhumikaSaini-Amazon avatar Apr 30 '24 08:04 BhumikaSaini-Amazon

:x: Gradle check result for 2d3ac1956c1e348b332e1834a74c70cba9ff8347: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

github-actions[bot] avatar Apr 30 '24 08:04 github-actions[bot]

Terminating threads launched for a node outside of the node's threadpool isn't working currently. Looking for a way to handle these threads.

BhumikaSaini-Amazon avatar Apr 30 '24 08:04 BhumikaSaini-Amazon

This PR is stalled because it has been open for 30 days with no activity.