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

[FLINK-9286][docs] Update classloading docs #5948

Closed
wants to merge 2 commits into from
Closed

Conversation

zentol
Copy link
Contributor

@zentol zentol commented May 2, 2018

What is the purpose of the change

This PR updates the Configuring ClassLoader Resolution Order section of the Debugging Classloading page.

Brief change log

  • update classloader.parent-first-pattern key
  • add links to key entries on the configuration page

Copy link
Contributor

@StephanEwen StephanEwen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment inline.

Related to this, I would suggest to remove classloader.parent-first-patterns.default from the section of "Common Options" in the docs page - we don't want to encourage users to change that value, after all.

be resolved through the parent ClassLoader first, although you can also configure this via
`classloader.parent-first-patterns` (see [config](../ops/config.html))
[classloader.parent-first-patterns-default](../ops/config.html#classloader-parent-first-patterns-default).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about referencing `classloader.parent-first-patterns-additional here instead? The recommendation is not to change the value for "default"...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This particular sentence is about removing Flink from the paren-first pattern, for which you must modify the default.

@zentol
Copy link
Contributor Author

zentol commented May 3, 2018

I agree that the default shouldn't be listed in the common section.

The "Common Options" section will be reworked soon to also be generated (in this PR). I suggest to look at which options should be listed there after the PR is merged.

@StephanEwen
Copy link
Contributor

Thanks. Will merge this, possibly add one more sentence in the process...

StephanEwen pushed a commit to StephanEwen/flink that referenced this pull request May 24, 2018
@asfgit asfgit closed this in 428a900 May 24, 2018
@zentol zentol deleted the 9286 branch May 28, 2018 13:17
sampathBhat pushed a commit to sampathBhat/flink that referenced this pull request Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants