You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Roman Khachatryan (Jira)" <ji...@apache.org> on 2020/02/12 14:12:00 UTC

[jira] [Updated] (FLINK-16019) ContinuousFileReaderOperatorBenchmark restarts indefinetly on failure

     [ https://issues.apache.org/jira/browse/FLINK-16019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Khachatryan updated FLINK-16019:
--------------------------------------
    Description: 
CFRO was changed to be created using factory, but the benchmark wasn’t updated.

This resulted in error in CFRO super.dispose as it wasn’t properly initialized.

The error wasn’t reported properly in CFRO (flipped arguments to firstOrSuppressed)

The benchmark was running a job with a restarting strategy, so it repeated indefinitely.

> ContinuousFileReaderOperatorBenchmark restarts indefinetly on failure
> ---------------------------------------------------------------------
>
>                 Key: FLINK-16019
>                 URL: https://issues.apache.org/jira/browse/FLINK-16019
>             Project: Flink
>          Issue Type: Bug
>          Components: Benchmarks
>            Reporter: Roman Khachatryan
>            Priority: Major
>
> CFRO was changed to be created using factory, but the benchmark wasn’t updated.
> This resulted in error in CFRO super.dispose as it wasn’t properly initialized.
> The error wasn’t reported properly in CFRO (flipped arguments to firstOrSuppressed)
> The benchmark was running a job with a restarting strategy, so it repeated indefinitely.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)