[ https://issues.apache.org/jira/browse/FLINK-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16577935#comment-16577935 ]
ASF GitHub Bot commented on FLINK-6437: --------------------------------------- yanghua edited a comment on issue #6542: [FLINK-6437][History Server] Move history server configuration to a separate file URL: https://github.com/apache/flink/pull/6542#issuecomment-412433339 @zentol I have read the comments of this issue (no one explicitly objected), I think if you don't need to do it, then we should clearly mark it on JIRA. Also in the PR description, I explained that it passed my local test. I originally wanted to write a test case. This PR change is mainly for `GlobalConfiguration`. I have already seen it. Flink didn't test `flink-conf.yaml` before, and it doesn't seem to provide the infrastructure for this kind of test. The configuration-related tests are all about creating a Configuration object yourself and then setting values for it. If Flink's original code already contains tests for this configuration file path, I can write tests. Next I will add some test case for the added methods themselves. In addition, the original purpose of this issue is not to think that the configuration of the history server will disturb other configurations in the flink-conf, but that it can appear as a separate component, so it can be isolated into a separate file. As for compatibility, this is necessary, just like I refactor the memory unit before. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Move history server configuration to a separate file > ---------------------------------------------------- > > Key: FLINK-6437 > URL: https://issues.apache.org/jira/browse/FLINK-6437 > Project: Flink > Issue Type: Improvement > Components: History Server > Affects Versions: 1.3.0 > Reporter: Stephan Ewen > Assignee: vinoyang > Priority: Major > Labels: pull-request-available > Fix For: 1.7.0 > > > I suggest to keep the {{flink-conf.yaml}} leaner by moving configuration of > the History Server to a different file. > In general, I would propose to move configurations of separate, independent > and optional components to individual config files. -- This message was sent by Atlassian JIRA (v7.6.3#76005)