emitValueWithRetract issue

2023-04-07 Thread Adam Augusta
The TableAggregateFunction javadocs indicate that either "emitValue" or "emitUpdateWithRetract" is required. But if I implement my TableAggregateFunction with "emitUpdateWithRetract", I get a validation error. If I implement both methods it works, but emitUpdateWithRetract is not used. Peering in

Re: Delegation Tokens config - Upgrade from 1.16.x to 1.17.0

2023-04-07 Thread Gabor Somogyi
Hi Arthur, Delegation tokens were enabled all the time which is not changed since it would be a breaking change. I would personally turn it off by default but it's important to keep original behavior. The manager is loading providers at the very beginning of the init process. It loads and initial

Delegation Tokens config - Upgrade from 1.16.x to 1.17.0

2023-04-07 Thread Arthur Mantelato Rosa
Hi all, I'm upgrading an application from Flink 1.16.1 to 1.17.0 and I noticed that delegation tokens (DTs) configuration [1] seems to have started to be mandatory. Is my understanding correct? I found this announcement [2] saying that from 1.17.0 version DTs are enabled by default [3] but it wou

Re: UI error in 1.17 release

2023-04-07 Thread Giannis Polyzos
Nice 👍 P.S and forgot to mention I use Kafka as the source On Fri, Apr 7, 2023 at 11:03 AM Weihua Hu wrote: > Hi, > Thanks for reporting this issue. > > I created a ticket to track this[1]. > > [1]https://issues.apache.org/jira/browse/FLINK-31752 > > Best, > Weihua > > > On Fri, Apr 7, 2023 at 1

Re: UI error in 1.17 release

2023-04-07 Thread Weihua Hu
Hi, Thanks for reporting this issue. I created a ticket to track this[1]. [1]https://issues.apache.org/jira/browse/FLINK-31752 Best, Weihua On Fri, Apr 7, 2023 at 12:54 AM Ioannis Polyzos wrote: > Any chance something is broken in the Records Sent metrics in the UI in > the 1.17 release? I