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

Troubleshooting Orphan Processes after Upgrading OpenSearch Dashboard to 2.7.0 #4198

Closed
nik06 opened this issue Jun 1, 2023 · 3 comments
Closed
Assignees
Labels
bug Something isn't working duplicate This issue or pull request already exists v2.8.0

Comments

@nik06
Copy link

nik06 commented Jun 1, 2023

Behavior prior to OSD 2.7.0 :

Launching OSD created a single process that can be easily managed.

Behavior in OSD 2.7.0 :

Launching OSD creates 3 processes :
P1. opensearch-dashboards/bin/opensearch-dashboards
P2. opensearch-dashboards/bin/use_node
P3. opensearch-dashboards/node/bin/node

All these 3 processes get launched with --config flag. Parent process is P1, parent of P2 is P1 and parent of P3 is P2.
Killing P1 doesn't terminate child processes P2 and P3.

@nik06 nik06 changed the title Orphan process keep running after upgrading to Opensearch Dashboard 2.7.0 Troubleshooting Orphan Processes after Upgrading OpenSearch Dashboard to 2.7.0 Jun 1, 2023
@kavilla
Copy link
Member

kavilla commented Jun 1, 2023

Hello @nik06,

Thanks for opening. cc: @AMoo-Miki did this get addressed with:

#3955

If so then a fix is coming for 2.8 but perhaps it's worth a patch release @AMoo-Miki

@kavilla kavilla added bug Something isn't working and removed untriaged labels Jun 1, 2023
@kavilla
Copy link
Member

kavilla commented Jun 1, 2023

@nik06 confirmed with @AMoo-Miki this has been addressed in 2.8 (which is currently pending release). Will you be willing to upgrade to 2.8 once it comes out?

Unfortunately, there isn't a 2.7.1 release planned: https://opensearch.org/releases.html.

If you are not able to, please re-open this issue and we can talk about next steps.

@kavilla kavilla closed this as completed Jun 1, 2023
@kavilla kavilla added duplicate This issue or pull request already exists v2.8.0 labels Jun 1, 2023
@nik06
Copy link
Author

nik06 commented Jun 1, 2023

Hi @kavilla @AMoo-Miki , thanks for the update. Given that 2.8 release is scheduled for next week, I'll wait for the new version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists v2.8.0
Projects
None yet
Development

No branches or pull requests

3 participants