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

Clear exit path in ContainerLaunchUtil #1685

Closed
wants to merge 1 commit into from

Conversation

guanjun1
Copy link
Contributor

@guanjun1 guanjun1 commented Sep 8, 2023

System.exit terminates the program and should be employed with care.

In ContainerLaunchUtil, exitProcess is called at various points, which can be perplexing when determining where the actual program termination occurs. To enhance code clarity, this PR provides a unique exit path.

@guanjun1 guanjun1 closed this Sep 11, 2023
@guanjun1 guanjun1 deleted the LISAMZA-26001 branch September 11, 2023 18:23
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 this pull request may close these issues.

1 participant