Re: Flink with Hibernate ORM doesn't release memory after job is canceled

2017-06-06 Thread Aljoscha Krettek
Hi Sendoh, Could you please go into some details about your job. Maybe show some representative code snippets or how the ORM is used exactly. Best, Aljoscha > On 5. May 2017, at 18:10, Sendoh wrote: > > Hi Flink users, > > Does anyone use Flink with Hibernate ORM and have some examples? > >

Flink with Hibernate ORM doesn't release memory after job is canceled

2017-05-05 Thread Sendoh
Hi Flink users, Does anyone use Flink with Hibernate ORM and have some examples? We have a job which reads a list of topics from Postgres accessed by Hibernate ORM as parameter for Kafka consumer. The Mapper also reads information from Postgres with Hibernate ORM, meaning, both master and worker