Github user zentol commented on the issue:

    https://github.com/apache/flink/pull/3495
  
    Ran into an issue. Some config parameters, like `jobmanager.web.tmpdir`, 
have non-constant default values that are evaluated at runtime, like 
`System.getProperty("java.tmpdir")`. These values now show up in the generated 
table as the default value.
    
    I see two ways to fix this: Either enforce, manually i might add, that all 
default values must be constant, or explicitly mark these kind of default 
values as dynamic in the OptionBuilder, with a new method like 
`withDynamicDefaultValue(T value, String origin)`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to