Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-24223

Client should throw exception to warn users when the configurations set by program options conflict with those set by -D

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Later
    • 1.11.0, 1.12.0, 1.13.0
    • None
    • None

    Description

      Problem

      Currently, program options (e.g. -d, -p) has high precedence over configuration options set by -D or -yD at client side. This may cause confusion for users, especially for those program options without args. For example, if a user sets -Dexecution.attached=false without setting -d (they may not be aware of the existence of this option), they will find that the configuration value does not take effect.

      Proposal

      Client should throw exception to warn users when the configurations set by program options conflict with those set by -D.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Zhanghao Chen Zhanghao Chen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: