Skip to content

Conversation

@zjffdu
Copy link
Contributor

@zjffdu zjffdu commented Jun 15, 2018

What is this PR for?

This PR allow interpreter override zeppelin.interpreter.connect.timeout in zeppelin-site.xml. So that each interpreter can specify its own timeout threshold without restarting the zeppelin server in case he hit the timeout issue. Besides that I change the default timeout to be 60 seconds. This is what zeppelin did before. Although the default timeout is 30 seconds before, but RemoteInterpreterManagedProcess will still wait for 2 times of timeout threshold. So I directly change it to 60 secodns in this PR.

What type of PR is it?

[ Improvement ]

Todos

  • - Task

What is the Jira issue?

How should this be tested?

  • CI pass

Screenshots (if appropriate)

Questions:

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

@asfgit asfgit closed this in 191324a Jun 17, 2018
mckartha pushed a commit to syntechdev/zeppelin that referenced this pull request Aug 9, 2018
…anism

### What is this PR for?
This PR allow interpreter override `zeppelin.interpreter.connect.timeout` in zeppelin-site.xml. So that each interpreter can specify its own timeout threshold without restarting the zeppelin server in case he hit the timeout issue. Besides that I change the default timeout to be 60 seconds. This is what zeppelin did before. Although the default timeout is 30 seconds before, but RemoteInterpreterManagedProcess will still wait for 2 times of timeout threshold. So I directly change it to 60 secodns in this PR.

### What type of PR is it?
[ Improvement ]

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-3352

### How should this be tested?
* CI pass

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versons? No
* Does this needs documentation? No

Author: Jeff Zhang <zjffdu@apache.org>

Closes apache#3021 from zjffdu/ZEPPELIN-3352 and squashes the following commits:

9426d8e [Jeff Zhang] ZEPPELIN-3352. Improve RemoteInterpreterProcess creation timeout mechanism
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.

2 participants