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] Runtime.getRuntime().exec created process need to be destroyed #34386

Open
3 tasks done
Vallishp opened this issue May 3, 2024 · 0 comments · May be fixed by #34387
Open
3 tasks done

[Bug] Runtime.getRuntime().exec created process need to be destroyed #34386

Vallishp opened this issue May 3, 2024 · 0 comments · May be fixed by #34387

Comments

@Vallishp
Copy link
Contributor

Vallishp commented May 3, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Version

master

What's Wrong?

[Bug] Runtime.getRuntime().exec created process need to be destroyed

  1. In DiskUtils df function
    process = Runtime.getRuntime().exec("df -k " + dir);
    Not destroyed in any of the exit.

  2. Process not destroy in plsql Exec
    Exec.java in execHost Process p not destroyed

  3. Process not destroy DppScheduler
    DppScheduler.java in function submitEtlJob process p not destroyed.

What You Expected?

[Bug] Runtime.getRuntime().exec created process need to be destroyed

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@Vallishp Vallishp linked a pull request May 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant