Re: Class loader

2021-12-21 Thread David Morávek
now if > it will resolve my oom metaspace problem > > Get Outlook for iOS <https://aka.ms/o0ukef> > -- > *From:* David Morávek > *Sent:* Tuesday, December 21, 2021 5:59:05 PM > *To:* Lior Liviev ; user > *Subject:* Re: Class loader > >

Re: Class loader

2021-12-21 Thread David Morávek
> > if I have my user code Jar in Flink > I assume this means that the user code is already on Flink's class path (eg. /lib folder). Then it depends on how the class-loader is set up [1] and on how you submit the job. For session cluster, each job is isolated in a separate clas

Re: Class loader

2021-12-21 Thread David Morávek
I assume this is a duplicate of the previous thread [1] [1] https://lists.apache.org/thread/16kxytrqycolfwfmr5tv0g6bq9m2wvof Best, D. On Tue, Dec 21, 2021 at 3:53 PM Lior Liviev wrote: > Hello, I wanted to know if I have my user code Jar in Flink, and I'm > running it 3 times, wil

Class loader

2021-12-21 Thread Lior Liviev
Hello, I wanted to know if I have my user code Jar in Flink, and I'm running it 3 times, will the class loader take the same classes at every execution?

Re: externalizing config flies for flink class loader

2019-09-12 Thread Vijay Bhaskar
2:51 AM Vishwas Siravara > wrote: > >> I have a standalone cluster. I have added my own library(jar file) to the >> lib/ folder in flink . I submit my job from cli after I start the cluster. >> Now I want to externalize a property file which has to be read by this >> libr

Re: externalizing config flies for flink class loader

2019-09-12 Thread Vijay Bhaskar
ary. Since this library is loaded by flink's classloader and not the > application class loader I cannot supply this using flink run -C ... since > this works only for user class loader. > > > Thanks, > Vishwas >

externalizing config flies for flink class loader

2019-09-12 Thread Vishwas Siravara
t the application class loader I cannot supply this using flink run -C ... since this works only for user class loader. Thanks, Vishwas

Re: Class loader premature closure - NoClassDefFoundError: org/apache/kafka/clients/NetworkClient

2019-05-08 Thread Till Rohrmann
re is a job failure >> and restart (in our case from checkpoint timeout), it begins a failure loop >> that requires a cancellation and resubmission to fix. The expected and >> desired outcome should be a recovery from failure and the job restarts >> successfully. Some dig

Re: Class loader premature closure - NoClassDefFoundError: org/apache/kafka/clients/NetworkClient

2019-05-07 Thread Rohan Thimmappa
ssion to fix. The expected and > desired outcome should be a recovery from failure and the job restarts > successfully. Some digging revealed an issue where the class loader closes > before the connection to kafka is fully terminated resulting in a > NoClassDefFoundError. A description of what

Class loader premature closure - NoClassDefFoundError: org/apache/kafka/clients/NetworkClient

2019-05-06 Thread Slotterback, Chris
. The expected and desired outcome should be a recovery from failure and the job restarts successfully. Some digging revealed an issue where the class loader closes before the connection to kafka is fully terminated resulting in a NoClassDefFoundError. A description of what is happening has already

Re: class loader issues when closing streams

2018-01-12 Thread Tzu-Li (Gordon) Tai
Hi Jared, I currently don't have a solid idea of what may be happening, but from the stack dump you provided, it seems like the client connection you are using in the Elasticsearch API call bridge is stuck, even after the cleanup. Do you think there could be some issue with closing the client you

Re: class loader issues when closing streams

2018-01-11 Thread Jared Stehler
dThread.run(ClientCnxn.java:1141) > > Locked ownable synchronizers: > - None > > -- > Jared Stehler > Chief Architect - Intellify Learning > o: 617.701.6330 x703 > > > >> On Jan 11, 2018, at 10:07 AM, Jared Stehler >> > <mailto:jare

Re: class loader issues when closing streams

2018-01-11 Thread Jared Stehler
adic issues where it appears that curator (or other) user > threads are left running after a stream shutdown, and then the user class > loader goes away and I get spammed with ClassNotFoundExceptions… I’m > wondering if this might have something to do with perhaps the UserClassLoader &

class loader issues when closing streams

2018-01-11 Thread Jared Stehler
I’m seeing sporadic issues where it appears that curator (or other) user threads are left running after a stream shutdown, and then the user class loader goes away and I get spammed with ClassNotFoundExceptions… I’m wondering if this might have something to do with perhaps the UserClassLoader