I found this configuration which control jvm exit. Let me try it out:
taskmanager.jvm-exit-on-oom: true
> On Jun 24, 2021, at 8:07 AM, Fritz Budiyanto wrote:
>
> Hi,
>
>
> I have a job which kept on restarting due to a bug, and it brought down the
> task manag
Hi,
I have a job which kept on restarting due to a bug, and it brought down the
task manager with it due to OOM Metaspace. Please ignore the memory leak for a
moment, the problem here is the task manager does not restart and hung which
reduce the overall slots capacity. We are running Flink in
Forgot to mentioned, Flink version is 1.9.2
On May 19, 2020 at 6:22 PM, Fritz Budiyanto wrote:
Hi All,
I have been seeing this issue several time where JobGraph are not cleaned up
properly. As a result, when Flink cluster is restarted, it will attempt to do
HA restore on a checkpoint
Hi All,
I have been seeing this issue several time where JobGraph are not cleaned up
properly. As a result, when Flink cluster is restarted, it will attempt to do
HA restore on a checkpoint which doesn't exist anymore and the new restarted
cluster eventually go give up and stay down.
The wor
Thank you !
> On Mar 26, 2019, at 6:51 PM, Steven Wu wrote:
>
> it might be related to this issue
> https://issues.apache.org/jira/browse/FLINK-10774
> <https://issues.apache.org/jira/browse/FLINK-10774>
>
> On Tue, Mar 26, 2019 at 4:35 PM Fritz Budiyanto <mail
Hi All,
We're using Flink-1.4.2 and noticed many dangling connections to Kafka after
job deletion/recreation. The trigger here is Job cancelation/failure due to
network down event followed by Job recreation.
Our flink job has checkpointing disabled, and upon job failure (due to network
failure
imestamps_watermarks.html#timestamps-per-kafka-partition>
>
>
> On Fri, Nov 9, 2018 at 1:56 AM Fritz Budiyanto <mailto:fbudi...@icloud.com>> wrote:
> Hi All,
>
> I noticed if one of the slot's watermark not progressing, its impacting all
> slots processFunct
Hi All,
I noticed if one of the slot's watermark not progressing, its impacting all
slots processFunction timer and no timer are not firing.
In my example, I have Source parallelism set to 8 and Kafka partition is 4. The
next operator is processFunction with parallelism of 8 + event timer. I
t; working on 6.1+. But at least there would be something "correct" for the
> future.
>
> --
> Christophe
>
> On Mon, Mar 26, 2018 at 11:38 PM, Fritz Budiyanto <mailto:fbudi...@icloud.com>> wrote:
> Hi All,
>
> Anyone know if Flink has TLS/SSL sup
Hi All,
Anyone know if Flink has TLS/SSL support for the current ES connector ?
If yes, any sample configuration/code ?
If not, would TLS/SSL be support in the upcoming ES connector using Java High
Level client ?
Thanks,
Fritz
Hi All,
How can I configure encryption for metrics.reports ? Particularly Prometheus ?
I do not see any mention of encryption in the metrics.reports traffic in flink
documentation. Is encryption supported?
If yes, could shed a light not how to do this ?
metrics.reporters: prom
metrics.reporte
Hi All,
After 1.4 upgrade, our unit tests failed to start flink in local mode. How can
we fix this failure ?
07:31:34,388 INFO
org.apache.flink.streaming.api.environment.LocalStreamEnvironment - Running
job on local embedded Flink mini cluster
07:31:34,537 INFO org.apache.flink.runtime.min
0_131]
> On Nov 15, 2017, at 12:07 PM, Fritz Budiyanto wrote:
>
> Hi All,
>
> ES6 is GA today, and I wonder if Flink-ES5 connector fully support ES6 ? Any
> caveat we need to know ?
>
> Thanks,
> Fritz
Hi All,
ES6 is GA today, and I wonder if Flink-ES5 connector fully support ES6 ? Any
caveat we need to know ?
Thanks,
Fritz
treamTask.java:69)
at
org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:263)
at org.apache.flink.runtime.taskmanager.Task.run(Task.java:702)
at java.lang.Thread.run(Thread.java:745)
--
Fritz
> On Oct 17, 2017, at 7:55 PM, Fritz Budiyanto wrote:
>
> Hi All,
>
> If I have
Hi All,
If I have high parallelism and use processFunction to registerEventTimeTimer,
the timer never gets fired.
After debugging, I found out the watermark isn't updated because I have keyBy
right after assignTimestampsAndWatermarks.
And if I set assignTimestampsAndWatermarks right after the ke
Hi All,
If my states fit in the JVM heap, should I be using filesystem backend with
HDFS instead of RocksDB ?
Could someone comment on the FS vs RocksDb backend performance ?
I’ve also heard that RocksDb backend is required to support delta
checkpointing. Is this true ?
Is delta checkpointing
you using?
>
>
>
> On Tue, May 23, 2017 at 7:02 AM, Fritz Budiyanto <mailto:fbudi...@icloud.com>> wrote:
> Hi Robert,
>
> Thanks Robert, I’ll start using the logger.
>
> I didn’t pay attention whether the error occur when I accessed the log from
> job
Hi All,
Any tips on debugging back pressure ? I have a workload where it get stuck
after it ran for a couple of hours.
I assume the cause of the back pressure is the block next to the one showing as
having the back pressure, is this right ?
Any idea on how to get the backtrace ? (I’m using stan
n you can do stuff like:
> LOG.info("My log statement");
> Also, using a logging Framework will allow you to redirect the log contents
> of your job to a separate file.
>
> But I'm not sure if the logging is really causing the TaskManager JVMs to die
> ...
>
>
&
Hi,
I notice that when I enabled DataStreamSink’s print() for debugging, (kinda
excessive printing), its causing java Heap out of memory.
Possibly the Task Manager is buffering all stdout for the WebInterface? I
haven’t spent time debugging it, but I wonder if this is expected where massive
pri
Hi Gordon,
Please add job’s computed SHA-1 as well if possible, so I can have the client
code to automate uploading / replacing job if the computed SHA-1 is different
—
Fritz
> On May 8, 2017, at 10:18 PM, Tzu-Li (Gordon) Tai wrote:
>
> Hi Joe,
>
> AFAIK, this currently isn’t possible throu
Hi All,
How do I evict elements from EventTimeSessionWindow ?
My use case as follow: I have a long duration session window, and I’d like to
do some processing on every minute and perform regular sink. I use
ContinuousEventTimeTrigger to do the job, as the session could last for hours
(or even
23 matches
Mail list logo