ArrayIndexoutofBoundsException.

2020-04-24 Thread Zahid Rahman
@Stephan Ewen. That was the other response I gave. I have thought about it really hard as per your request. Dr. NOUREDDIN SADAWI Shows how to handle that exception. https://youtu.be/c7rsWQvpw4k @ 7:06.

Re: Flink 1.10 Out of memory

2020-04-24 Thread Zahid Rahman
y to > understand what is the specific issue, rather than posting unrelated stack > overflow links. If you don't want to do that, please stop chiming in. > > > On Fri, Apr 24, 2020 at 1:15 PM Zahid Rahman wrote: > >> https://youtu.be/UEkjRN8jRx4 22:10 >> >> &

Re: Flink 1.10 Out of memory

2020-04-24 Thread Zahid Rahman
Xintong and @Lasse could it be that the JVM hits the "Direct Memory" >> limit here? >> Would increasing the "taskmanager.memory.framework.off-heap.size" help? >> >> On Mon, Apr 20, 2020 at 11:02 AM Zahid Rahman >> wrote: >> >>> As you

OUT OF MEMORY : CORRECTION

2020-04-23 Thread Zahid Rahman
There was a post earlier with some one had a problem of out of memory error with flink. The answer is to reduce flink managed memory from default 70% to may be 50%. This error could be caused due to missing memory ; or maintaining a local list by programmer so over using user allocated memory

Re: Suppressing illegal Access Warnings

2020-04-21 Thread Zahid Rahman
ツ)_/¯ ♡۶Java♡۶RMI ♡۶ Make Use Method {MUM} makeuse.org <http://www.backbutton.co.uk> On Tue, 21 Apr 2020 at 09:04, Chesnay Schepler wrote: > I do not know where this function comes from (DisableAccessWarning(). > disableAccessWarnings()), so we can't be sure. > > On 21/04/2020

Suppressing illegal Access Warnings

2020-04-20 Thread Zahid Rahman
Hi, *I was getting these warnings, I think these are due to certain version of Maven libraries which is impacting Java frameworks every where.* WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.jboss.netty.util.internal.ByteBufferUtil (file:/ho

Re: Blink SQL java.lang.ArrayIndexOutOfBoundsException

2020-04-20 Thread Zahid Rahman
You can read this for this type error. https://stackoverflow.com/questions/28189446/i-always-get-this-error-exception-in-thread-main-java-lang-arrayindexoutofbou#comment44747327_28189446 I would suggest you set break points in your code. Step through the code, this method should show you which

Re: Flink 1.10 Out of memory

2020-04-20 Thread Zahid Rahman
memory.jvm-overhead.[min|max|fraction]'. See more details in > the documentation[1]. > > Thank you~ > > Xintong Song > > > [1] > https://ci.apache.org/projects/flink/flink-docs-release-1.10/ops/config.html#taskmanager-memory-jvm-overhead-max > > On Sat, Apr 18, 20

Re: Job manager URI rpc address:port

2020-04-19 Thread Zahid Rahman
Hi Tison, I think I may have found what I want in example 22. https://www.programcreek.com/java-api-examples/?api=org.apache.flink.configuration.Configuration I need to create Configuration object first as shown . Also I think flink-conf.yaml file may contain configuration for client rather tha

Re: Flink 1.10 Out of memory

2020-04-17 Thread Zahid Rahman
https://betsol.com/java-memory-management-for-java-virtual-machine-jvm/ Backbutton.co.uk ¯\_(ツ)_/¯ ♡۶Java♡۶RMI ♡۶ Make Use Method {MUM} makeuse.org On Fri, 17 Apr 2020 at 14:07, Lasse Nedergaard < lassenedergaardfl...@gmail.com> wrote: > Hi. > > We have migrated to