You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "vinoyang (JIRA)" <ji...@apache.org> on 2018/06/20 09:52:00 UTC

[jira] [Commented] (FLINK-9602) Extend CommonOption section

    [ https://issues.apache.org/jira/browse/FLINK-9602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16517982#comment-16517982 ] 

vinoyang commented on FLINK-9602:
---------------------------------

hi [~Zentol] should I refer to [1.5 common options|https://ci.apache.org/projects/flink/flink-docs-release-1.5/ops/config.html#common-options] as the standard to mark those config items with  Documentation#CommonOption? But there are some properties such as 

POSITION_HIGH_AVAILABILITY,

which used to mark the HA config items they [did not belongs common options|https://ci.apache.org/projects/flink/flink-docs-release-1.5/ops/config.html#high-availability-ha] in the latest document.

 

So should I mark all the config items in file HighAvailabilityOptions, with : 
{code:java}
@Documentation.CommonOption(position = Documentation.CommonOption.POSITION_HIGH_AVAILABILITY)
{code}
Can you give a hint about this issue? 

 

 

> Extend CommonOption section
> ---------------------------
>
>                 Key: FLINK-9602
>                 URL: https://issues.apache.org/jira/browse/FLINK-9602
>             Project: Flink
>          Issue Type: Improvement
>          Components: Configuration, Documentation
>    Affects Versions: 1.6.0
>            Reporter: Chesnay Schepler
>            Assignee: vinoyang
>            Priority: Blocker
>             Fix For: 1.6.0
>
>
> The "Common Option" section was recently reworked to be automatically generated.We pretty much nuked the existing listing and have to extend it again, by annotating {{ConfigOptions}} with {{Documentation#CommonOption}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)