[
https://issues.apache.org/jira/browse/FLINK-9758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler reassigned FLINK-9758:
---------------------------------------
Assignee: Yun Tang
> ContinuousFileProcessingTest failed due to not setting runtimeContext
> ---------------------------------------------------------------------
>
> Key: FLINK-9758
> URL: https://issues.apache.org/jira/browse/FLINK-9758
> Project: Flink
> Issue Type: Bug
> Components: DataStream API, Tests
> Affects Versions: 1.5.0, 1.6.0
> Reporter: Yun Tang
> Assignee: Yun Tang
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.5.2
>
>
> Currently, ContinuousFileMonitoringFunction#open() method will print runtime
> context if the log-level is Debug:
> {code:java}
> if (LOG.isDebugEnabled()) {
> LOG.debug("Opened {} (taskIdx= {}) for path: {}",
> getClass().getSimpleName(),
> getRuntimeContext().getIndexOfThisSubtask(), path);
> }
> {code}
> However, ContinuousFileProcessingTest did not set runtime context for
> monitoringFunction, which will result in UT failure due to
> IllegalStateException if log level is set to DEBUG
> {code:java}
> IllegalStateException("The runtime context has not been initialized.");
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)