[jira] [Created] (FLINK-24164) Point website to nightlies.apache.org

2021-09-06 Thread Chesnay Schepler (Jira)
Chesnay Schepler created FLINK-24164: Summary: Point website to nightlies.apache.org Key: FLINK-24164 URL: https://issues.apache.org/jira/browse/FLINK-24164 Project: Flink Issue Type: Tec

[jira] [Created] (FLINK-24165) Comment spelling error

2021-09-06 Thread jianzhang.yjz (Jira)
jianzhang.yjz created FLINK-24165: - Summary: Comment spelling error Key: FLINK-24165 URL: https://issues.apache.org/jira/browse/FLINK-24165 Project: Flink Issue Type: Bug Components

[ANNOUNCE] Flink mailing lists archive service has migrated to Apache Archive service

2021-09-06 Thread Leonard Xu
Hi, all The mailing list archive service Nabble Archive was broken at the end of June, the Flink community has migrated the mailing lists archives[1] to Apache Archive service by commit[2], you can refer [3] to know more mailing lists archives of Flink. Apache Archive service is maintained by

Re: [DISCUSS] FLIP-173: Support DAG of algorithms (Flink ML)

2021-09-06 Thread Dong Lin
Hi everyone, Just FYI, if there is no further suggestion on FLIP, we plan to start the voting thread this Friday on 9/10. Thanks, Dong On Fri, Aug 27, 2021 at 10:32 AM Zhipeng Zhang wrote: > Thanks for the post, Dong :) > > We welcome everyone to drop us an email on Flink ML. Let's work toget

Re: [ANNOUNCE] Flink mailing lists archive service has migrated to Apache Archive service

2021-09-06 Thread Jark Wu
Thanks Leonard, I have seen many users complaining that the Flink mailing list doesn't work (they were using Nabble). I think this information would be very helpful. Best, Jark On Mon, 6 Sept 2021 at 16:39, Leonard Xu wrote: > Hi, all > > The mailing list archive service Nabble Archive was bro

Re: [ANNOUNCE] Documentation now available at nightlies.apache.org

2021-09-06 Thread Chesnay Schepler
Website has been updated to point to nightlies.apache.org as well. On 03/09/2021 08:03, Chesnay Schepler wrote: The migration is pretty much complete and the documentation is now available at nightlies.apache.org . Please click around a bit and check if anything is broken. If no issues are re

[jira] [Created] (FLINK-24166) Local class incompatible error returned when submitting incorrect SQL statement

2021-09-06 Thread Martijn Visser (Jira)
Martijn Visser created FLINK-24166: -- Summary: Local class incompatible error returned when submitting incorrect SQL statement Key: FLINK-24166 URL: https://issues.apache.org/jira/browse/FLINK-24166 P

Re: [DISCUSS] Automated architectural tests

2021-09-06 Thread Chesnay Schepler
This sounds like an interesting effort. The draft you have opened uses ArchUnit; can you explain a bit what the capabilities/limitations of said tool are? One thing we wanted to have for a long time is that methods/classes annotated with @VisibleForTesting are not called from production code;

Re: [DISCUSS] Automated architectural tests

2021-09-06 Thread Ingo Bürk
Thanks for your input Chesnay! The limitations of ArchUnit probably mostly stem from the fact that it operates on byte code and thus can't access anything not accessible from byte code, i.e. JavaDocs. But I think Checkstyle and ArchUnit are complementing each other quite well here. The main reason

Is anyone still using the 1.11-1.13 Burndown/Bugs/Sprint Kanban boards?

2021-09-06 Thread Chesnay Schepler
Is anyone still using one of these boards? I would like to remove them unless they are still of value to someone. https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=356&projectKey=FLINK https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=366&projectKey=FLINK https://issu

Re: [DISCUSS] Automated architectural tests

2021-09-06 Thread David Morávek
Hi Ingo, +1 for this effort. This could automate lot of "written rules" that are easy to forget about / not to be aware of (such as that each test should extend the TestLogger as Till has already mentioned). I went trough your examples and ArchUnit looks really powerful and expressive while still

Re: [DISCUSS] Automated architectural tests

2021-09-06 Thread Chesnay Schepler
Do you have an estimate for long these tests would run for? For project-wide tests, what are the options for setting that up? If we let the tests run per-module then I guess they'd overlap considerably (because other Flink modules are being put on the classpath), which isn't ideal. On 06/09/2

[jira] [Created] (FLINK-24167) Split HeartbeatTarget to HeartbeatReceiver and HeartbeatSender

2021-09-06 Thread Aitozi (Jira)
Aitozi created FLINK-24167: -- Summary: Split HeartbeatTarget to HeartbeatReceiver and HeartbeatSender Key: FLINK-24167 URL: https://issues.apache.org/jira/browse/FLINK-24167 Project: Flink Issue Ty

[jira] [Created] (FLINK-24168) Rowtime type is not correct for windowTableFunction or OverAggregate on Match because the output type does not updated after input rowtime attribute changed from rowtime

2021-09-06 Thread JING ZHANG (Jira)
JING ZHANG created FLINK-24168: -- Summary: Rowtime type is not correct for windowTableFunction or OverAggregate on Match because the output type does not updated after input rowtime attribute changed from rowtime to rowtime_ltz Key:

Re: [DISCUSS] Automated architectural tests

2021-09-06 Thread Ingo Bürk
Hi Chesnay, Those are all great questions, and I want to tackle those as well. For the moment I went per-module, but runtime-wise that isn't ideal the more modules we'd activate this in. ArchUnit does cache classes between tests, but if we run them individually per module, we'd still add up quite

Re: [ANNOUNCE] Flink mailing lists archive service has migrated to Apache Archive service

2021-09-06 Thread JING ZHANG
Thanks Leonard for driving this. The information is helpful. Best, JING ZHANG Jark Wu 于2021年9月6日周一 下午4:59写道: > Thanks Leonard, > > I have seen many users complaining that the Flink mailing list doesn't > work (they were using Nabble). > I think this information would be very helpful. > > Best,

Re: [DISCUSS] Automated architectural tests

2021-09-06 Thread Ingo Bürk
I just quickly chatted with the author/maintainer of ArchUnit, and a module which depends on every module that should be tested seems to be the best solution. How do you feel about using flink-tests for this vs. having a separate module for this purpose? Ingo On Mon, Sep 6, 2021 at 3:04 PM Ingo

Re: [DISCUSS] Automated architectural tests

2021-09-06 Thread Chesnay Schepler
While flink-tests is currently the best choice in that it has the biggest classpath, it is also the module already requiring the most time on CI. Furthermore, given that we ideally cover all APIs (including connectors & formats), having that mess of dependencies in flink-tests may interfere w

[jira] [Created] (FLINK-24169) Flaky local YARN tests relying on log files

2021-09-06 Thread Matthias (Jira)
Matthias created FLINK-24169: Summary: Flaky local YARN tests relying on log files Key: FLINK-24169 URL: https://issues.apache.org/jira/browse/FLINK-24169 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-24170) Building a fresh clone with latest Maven fails

2021-09-06 Thread Francesco Guardiani (Jira)
Francesco Guardiani created FLINK-24170: --- Summary: Building a fresh clone with latest Maven fails Key: FLINK-24170 URL: https://issues.apache.org/jira/browse/FLINK-24170 Project: Flink

[jira] [Created] (FLINK-24171) Formatting should be enforced for Flink UI

2021-09-06 Thread Jira
Ingo Bürk created FLINK-24171: - Summary: Formatting should be enforced for Flink UI Key: FLINK-24171 URL: https://issues.apache.org/jira/browse/FLINK-24171 Project: Flink Issue Type: Sub-task

Re: [ANNOUNCE] Apache Flink Stateful Functions 3.1.0 released

2021-09-06 Thread Arvid Heise
Congratulations! New features look awesome. On Wed, Sep 1, 2021 at 9:10 AM Till Rohrmann wrote: > Great news! Thanks a lot for all your work on the new release :-) > > Cheers, > Till > > On Wed, Sep 1, 2021 at 9:07 AM Johannes Moser wrote: > >> Congratulations, great job. 🎉 >> >> On 31.08.2021,

[jira] [Created] (FLINK-24172) Table API join documentation for Java has missing end quote after table name

2021-09-06 Thread Mans Singh (Jira)
Mans Singh created FLINK-24172: -- Summary: Table API join documentation for Java has missing end quote after table name Key: FLINK-24172 URL: https://issues.apache.org/jira/browse/FLINK-24172 Project: Fli

[jira] [Created] (FLINK-24173) BatchFileSystemITCaseBase.testProjectPushDown hangs on azure

2021-09-06 Thread Xintong Song (Jira)
Xintong Song created FLINK-24173: Summary: BatchFileSystemITCaseBase.testProjectPushDown hangs on azure Key: FLINK-24173 URL: https://issues.apache.org/jira/browse/FLINK-24173 Project: Flink

[jira] [Created] (FLINK-24174) MiniClusterTestEnvironment‘s triggerTaskManagerFailover may stuck in CommonTestUtils.waitForJobStatus()

2021-09-06 Thread Liu (Jira)
Liu created FLINK-24174: --- Summary: MiniClusterTestEnvironment‘s triggerTaskManagerFailover may stuck in CommonTestUtils.waitForJobStatus() Key: FLINK-24174 URL: https://issues.apache.org/jira/browse/FLINK-24174

[jira] [Created] (FLINK-24175) KafkaITCase.testConcurrentProducerConsumerTopology times out

2021-09-06 Thread Xintong Song (Jira)
Xintong Song created FLINK-24175: Summary: KafkaITCase.testConcurrentProducerConsumerTopology times out Key: FLINK-24175 URL: https://issues.apache.org/jira/browse/FLINK-24175 Project: Flink

[jira] [Created] (FLINK-24176) Column alias in Flink-SQL is unsuccessful after converting Table to DataStream

2021-09-06 Thread Wang Guanglei (Jira)
Wang Guanglei created FLINK-24176: - Summary: Column alias in Flink-SQL is unsuccessful after converting Table to DataStream Key: FLINK-24176 URL: https://issues.apache.org/jira/browse/FLINK-24176 Pr

[jira] [Created] (FLINK-24177) Add epoll exception check

2021-09-06 Thread rufei xing (Jira)
rufei xing created FLINK-24177: -- Summary: Add epoll exception check Key: FLINK-24177 URL: https://issues.apache.org/jira/browse/FLINK-24177 Project: Flink Issue Type: Improvement Compo

[jira] [Created] (FLINK-24178) flink on

2021-09-06 Thread frey (Jira)
frey created FLINK-24178: Summary: flink on Key: FLINK-24178 URL: https://issues.apache.org/jira/browse/FLINK-24178 Project: Flink Issue Type: Bug Reporter: frey -- This message was

[jira] [Created] (FLINK-24179) KafkaSinkITCase.testRecoveryWithExactlyOnceGuarantee fails on azure

2021-09-06 Thread Xintong Song (Jira)
Xintong Song created FLINK-24179: Summary: KafkaSinkITCase.testRecoveryWithExactlyOnceGuarantee fails on azure Key: FLINK-24179 URL: https://issues.apache.org/jira/browse/FLINK-24179 Project: Flink

[jira] [Created] (FLINK-24180) UnalignedCheckpointRescaleITCase fails due to direct OOM

2021-09-06 Thread Xintong Song (Jira)
Xintong Song created FLINK-24180: Summary: UnalignedCheckpointRescaleITCase fails due to direct OOM Key: FLINK-24180 URL: https://issues.apache.org/jira/browse/FLINK-24180 Project: Flink Issu

[jira] [Created] (FLINK-24181) Update org.jsoup.jsoup to 1.14.2

2021-09-06 Thread Martijn Visser (Jira)
Martijn Visser created FLINK-24181: -- Summary: Update org.jsoup.jsoup to 1.14.2 Key: FLINK-24181 URL: https://issues.apache.org/jira/browse/FLINK-24181 Project: Flink Issue Type: Technical De