[
https://issues.apache.org/jira/browse/FLINK-10397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16626862#comment-16626862
]
ASF GitHub Bot commented on FLINK-10397:
----------------------------------------
yanghua commented on issue #6752: [FLINK-10397] Remove CoreOptions#MODE
URL: https://github.com/apache/flink/pull/6752#issuecomment-424225840
@tillrohrmann The travis reports two issues :
```
JobManagerHAProcessFailureBatchRecoveryITCase.testDispatcherProcessFailure:331
The program did not finish in time
```
and
```
Running
org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.771 sec
<<< FAILURE! - in
org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase
testFullReferenceCompleteness(org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase)
Time elapsed: 0.724 sec <<< FAILURE!
java.lang.AssertionError: Documentation is outdated, please regenerate it
according to the instructions in flink-docs/README.md.
Problems:
Documented option mode does not exist.
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase.compareDocumentedAndExistingOptions(ConfigOptionsDocsCompletenessITCase.java:118)
at
org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase.testFullReferenceCompleteness(ConfigOptionsDocsCompletenessITCase.java:76)
Results :
Failed tests:
ConfigOptionsDocsCompletenessITCase.testFullReferenceCompleteness:76->compareDocumentedAndExistingOptions:118
Documentation is outdated, please regenerate it according to the instructions
in flink-docs/README.md.
Problems:
Documented option mode does not exist.
```
----------------------------------------------------------------
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:
[email protected]
> Remove CoreOptions#MODE
> -----------------------
>
> Key: FLINK-10397
> URL: https://issues.apache.org/jira/browse/FLINK-10397
> Project: Flink
> Issue Type: Sub-task
> Components: Configuration
> Affects Versions: 1.7.0
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.7.0
>
>
> Remove the {{CoreOptions#MODE}} since it is no longer needed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)