-
Notifications
You must be signed in to change notification settings - Fork 282
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] LocalTestCluster fails during create and destroy #429
Comments
Regarding # 2 |
@gaiksaya The issue is not about zombie process, but incorrect logging of pid for OpenSearch process. the pid reported is not of the OpenSearch process but parent shell process, and needs to be fixed in logs. |
For point 2 - The |
Hi @setiah I tested it in my local and it works properly. Are you sure you are using the right bundle? It kills the PPID and subsequent processes as well |
Yes on macos |
The PID is captured correctly for the linux (tested on amazon linux 2):
Investigating more |
I can reproduce the issue on Ubuntu 20.04 distribution
|
Describe the bug
The LocalTestCluster is not working with recent opensearch tarballs and fails to launch the OpenSearch process successfully. There are a couple of sub-issues here
To Reproduce
Steps to reproduce the behavior:
create()
method to spin the cluster. It is thecreate()
method where problem is seen.Expected behavior
OpenSearch cluster should setup correctly and querying on port 9200 should respond. The opensearch logs should be reported on stdout for debugging.
Plugins
Full bundle - ran test with security.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: