[ZEPPELIN-4845]. Recover running paragraph when recovery is enabled#3781
Closed
zjffdu wants to merge 1 commit intoapache:masterfrom
Closed
[ZEPPELIN-4845]. Recover running paragraph when recovery is enabled#3781zjffdu wants to merge 1 commit intoapache:masterfrom
zjffdu wants to merge 1 commit intoapache:masterfrom
Conversation
8df38a0 to
261eb39
Compare
Reamer
reviewed
Jun 1, 2020
| buildEnvFromProperties(context), | ||
| getZeppelinService(), | ||
| getZeppelinServiceRpcPort(), | ||
| Integer.parseInt(getZeppelinServiceRpcPort()), |
Contributor
There was a problem hiding this comment.
Maybe we should change the return value of getZeppelinServiceRpcPort() to int.
Contributor
Author
There was a problem hiding this comment.
Make sense, let me update it.
0ecb0a7 to
5c9eb7c
Compare
3252f27 to
12c35e2
Compare
asfgit
pushed a commit
that referenced
this pull request
Jun 10, 2020
### What is this PR for? This PR is to recover the running paragraph when recovery is enabled. 1. Get all the running Interpreter processes from RecoveryStorage. 2. Reconnect to the running interpreter process. 3. Resubmit the paragraph to interpreter process. ### What type of PR is it? [ Feature] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-4845 ### How should this be tested? * CI pass and manully tested the recovery scenairo. ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang <zjffdu@apache.org> Closes #3781 from zjffdu/ZEPPELIN-4845 and squashes the following commits: 2302471 [Jeff Zhang] [ZEPPELIN-4845]. Recover running paragraph when recovery is enabled (cherry picked from commit 446608f) Signed-off-by: Jeff Zhang <zjffdu@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
This PR is to recover the running paragraph when recovery is enabled.
What type of PR is it?
[ Feature]
Todos
What is the Jira issue?
How should this be tested?
Screenshots (if appropriate)
Questions: