Skip to content

[ZEPPELIN-4615]. Remove annoying exception when shutting down interpreter#3645

Closed
zjffdu wants to merge 1 commit into
apache:masterfrom
zjffdu:ZEPPELIN-4615
Closed

[ZEPPELIN-4615]. Remove annoying exception when shutting down interpreter#3645
zjffdu wants to merge 1 commit into
apache:masterfrom
zjffdu:ZEPPELIN-4615

Conversation

@zjffdu
Copy link
Copy Markdown
Contributor

@zjffdu zjffdu commented Feb 14, 2020

What is this PR for?

The reason we see the annoying exception is because we call shutdown rpc in a blocking way, so before the rpc call return, the interpreter process is terminated. This PR would just wrap the shutdown in one thread in interpreter process and would return after the shutdown thread is started.

What type of PR is it?

[Improvement]

Todos

  • - Task

What is the Jira issue?

How should this be tested?

  • Tested manually.

Screenshots (if appropriate)

Questions:

  • Does the licenses files need update? No
  • Is there breaking changes for older versions? No
  • Does this needs documentation? No

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