-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ZEPPELIN-4697] Zeppelin Quartz scheduler checks for updates against external endpoint #3700
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
Conversation
prabhjyotsingh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Pushed after reenabling travis.org on my fork. Apparently travis.com is not enough for enabling :D |
|
LGTM, @risdenk What do you mean travis.com is not enough for enabling ? Do you have any trouble to enable travis build ? |
|
https://travis-ci.com/github/risdenk/zeppelin/branches vs https://travis-ci.org/github/risdenk/zeppelin/branches I didn't have it enabled on |
|
This is the build that was triggered: https://travis-ci.org/github/risdenk/zeppelin/builds/668096158 |
|
@risdenk This failure is related https://travis-ci.org/github/risdenk/zeppelin/jobs/668096163 |
…external endpoint Zeppelin uses the Quartz scheduler which has a built in update checker. This reaches out to a Terracotta update server which leaks some information about the running server. This is recommended to be disabled in the docs. http://www.quartz-scheduler.org/documentation/2.4.0-SNAPSHOT/best-practices.html#skip-update-check Signed-off-by: Kevin Risden <[email protected]>
|
Thanks @zjffdu I updated the PR to address the test failure. It is now avoiding creating a separate config properties for the Quartz scheduler. |
|
New travis run in progress: https://travis-ci.org/github/risdenk/zeppelin/builds/668794051 |
|
Failures from NotebookTest are gone. Looks like the two job failures aren't related. |
|
Thanks @risdenk These 2 failure are note related, thanks for your contribution, will merge it soon |
…external endpoint ### What is this PR for? Zeppelin uses the Quartz scheduler which has a built in update checker. This reaches out to a Terracotta update server which leaks some information about the running server. This is recommended to be disabled in the docs. http://www.quartz-scheduler.org/documentation/2.4.0-SNAPSHOT/best-practices.html#skip-update-check ### What type of PR is it? Bug Fix ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-4697 ### How should this be tested? * CI tests * Manually confirmed this removes the update check call to the Terracotta server ### Questions: * Does the licenses files need update? - No * Is there breaking changes for older versions? - No * Does this needs documentation? - No Author: Kevin Risden <[email protected]> Closes #3700 from risdenk/ZEPPELIN-4697 and squashes the following commits: 511d868 [Kevin Risden] [ZEPPELIN-4697] Zeppelin Quartz scheduler checks for updates against external endpoint (cherry picked from commit a7c75de) Signed-off-by: Jeff Zhang <[email protected]>
What is this PR for?
Zeppelin uses the Quartz scheduler which has a
built in update checker. This reaches out to a
Terracotta update server which leaks some
information about the running server. This is
recommended to be disabled in the docs.
http://www.quartz-scheduler.org/documentation/2.4.0-SNAPSHOT/best-practices.html#skip-update-check
What type of PR is it?
Bug Fix
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-4697
How should this be tested?
Questions: