wandnz / streamevmon

Framework and pipeline for time series anomaly detection
GNU General Public License v3.0
1 stars 1 forks source link

Upgrade to Flink 1.11 #25

Closed wandgitlabbot closed 3 years ago

wandgitlabbot commented 3 years ago

In GitLab, by Daniel Oosterwijk on 2020-07-13

Flink 1.11 has been released. This includes a number of changes which affect us, including but not limited to the deprecation of ListCheckpointed, which is used in the InfluxSourceFunction and InfluxSinkFunction.

wandgitlabbot commented 3 years ago

In GitLab, by Daniel Oosterwijk on 2020-07-30

This upgrade is complete. This issue will be closed once the fix-tests part of #29 is finished.

wandgitlabbot commented 3 years ago

In GitLab, by Daniel Oosterwijk on 2020-07-31

Missed the FailingSource test class which still uses ListCheckpointed.

wandgitlabbot commented 3 years ago

In GitLab, by Daniel Oosterwijk on 2020-07-31

Fixed that.