Chesnay Schepler created FLINK-11585: ----------------------------------------
Summary: Prefix matching in ConfigDocsGenerator can result in wrong assignments Key: FLINK-11585 URL: https://issues.apache.org/jira/browse/FLINK-11585 Project: Flink Issue Type: Bug Components: Documentation Affects Versions: 1.7.1, 1.6.3, 1.8.0 Reporter: Chesnay Schepler Assignee: Chesnay Schepler Fix For: 1.6.4, 1.7.2, 1.8.0 There are some cases where the key-prefix matching does not work as intended: * given the prefixes "a.b" and "a.b.c.d", then an option with a key "a.b.c.X" will be assigned to the default groups instead of "a.b" * given a prefix "a.b", an option "a.c.b" will be matched to that group instead of the default -- This message was sent by Atlassian JIRA (v7.6.3#76005)