Re: JVM Metaspace for Task Mangers and Job Managers are not getting released.

2023-05-15 Thread Ajinkya Pathrudkar
Thanks for the information.

On Mon, May 15, 2023 at 1:46 AM Shammon FY  wrote:

> Hi Ajinkya,
>
> The command 'jcmd  GC.run' can be used to trigger fullgc for JVM
> process. However, it should be noted that this may have a performance
> impact on the ongoing computation.
>
> Best,
> Shammon FY
>
>
> On Mon, May 15, 2023 at 10:51 AM Ajinkya Pathrudkar <
> ajinkya.pathrudka...@gmail.com> wrote:
>
>> Hi Shammon,
>>
>> When you say FullGC means are you referring to call system.gc()? And one
>> more thing I am struggling to find is how I can call fullGC for JobManger
>> and TaskManager?
>>
>> Thanks,
>> Ajinkya
>>
>> On Sun, May 14, 2023 at 10:40 PM Ajinkya Pathrudkar <
>> ajinkya.pathrudka...@gmail.com> wrote:
>>
>>> Ok, I will check.
>>>
>>> On Sun, May 14, 2023 at 9:39 PM Shammon FY  wrote:
>>>
 Hi Ajinkya,

 The memory of metaspace may need to be released through FullGC, you can
 try to trigger fullgc manually in JobManager and TaskManager, and check
 whether the metaspace is released.

 Best,
 Shammon FY

 On Sat, May 13, 2023 at 4:01 PM Jiadong lu  wrote:

> Hi, Ajinkya
>
> Maybe some threads in your job were not shut down when the job was
> closed?
>
> Best,
> Jiadong Lu
>
> On 2023/5/13 4:58, Ajinkya Pathrudkar wrote:
> > Hello,
> >
> > I am observing JVM Metaspace memory for Task Managers and Job
> Manager is
> > not getting released. Any thoughts?
> >
> > image.png
> >
> >
> > Thanks,
> > Ajinkya
>
 --
>>> Thanks & Regards,
>>> Ajinkya Pathrudkar
>>>
>> --
>> Thanks & Regards,
>> Ajinkya Pathrudkar
>>
>

-- 
Thanks & Regards,
Ajinkya Pathrudkar


Re: JVM Metaspace for Task Mangers and Job Managers are not getting released.

2023-05-14 Thread Shammon FY
Hi Ajinkya,

The command 'jcmd  GC.run' can be used to trigger fullgc for JVM
process. However, it should be noted that this may have a performance
impact on the ongoing computation.

Best,
Shammon FY


On Mon, May 15, 2023 at 10:51 AM Ajinkya Pathrudkar <
ajinkya.pathrudka...@gmail.com> wrote:

> Hi Shammon,
>
> When you say FullGC means are you referring to call system.gc()? And one
> more thing I am struggling to find is how I can call fullGC for JobManger
> and TaskManager?
>
> Thanks,
> Ajinkya
>
> On Sun, May 14, 2023 at 10:40 PM Ajinkya Pathrudkar <
> ajinkya.pathrudka...@gmail.com> wrote:
>
>> Ok, I will check.
>>
>> On Sun, May 14, 2023 at 9:39 PM Shammon FY  wrote:
>>
>>> Hi Ajinkya,
>>>
>>> The memory of metaspace may need to be released through FullGC, you can
>>> try to trigger fullgc manually in JobManager and TaskManager, and check
>>> whether the metaspace is released.
>>>
>>> Best,
>>> Shammon FY
>>>
>>> On Sat, May 13, 2023 at 4:01 PM Jiadong lu  wrote:
>>>
 Hi, Ajinkya

 Maybe some threads in your job were not shut down when the job was
 closed?

 Best,
 Jiadong Lu

 On 2023/5/13 4:58, Ajinkya Pathrudkar wrote:
 > Hello,
 >
 > I am observing JVM Metaspace memory for Task Managers and Job Manager
 is
 > not getting released. Any thoughts?
 >
 > image.png
 >
 >
 > Thanks,
 > Ajinkya

>>> --
>> Thanks & Regards,
>> Ajinkya Pathrudkar
>>
> --
> Thanks & Regards,
> Ajinkya Pathrudkar
>


Re: JVM Metaspace for Task Mangers and Job Managers are not getting released.

2023-05-14 Thread Ajinkya Pathrudkar
Ok, I will check.

On Sun, May 14, 2023 at 9:39 PM Shammon FY  wrote:

> Hi Ajinkya,
>
> The memory of metaspace may need to be released through FullGC, you can
> try to trigger fullgc manually in JobManager and TaskManager, and check
> whether the metaspace is released.
>
> Best,
> Shammon FY
>
> On Sat, May 13, 2023 at 4:01 PM Jiadong lu  wrote:
>
>> Hi, Ajinkya
>>
>> Maybe some threads in your job were not shut down when the job was closed?
>>
>> Best,
>> Jiadong Lu
>>
>> On 2023/5/13 4:58, Ajinkya Pathrudkar wrote:
>> > Hello,
>> >
>> > I am observing JVM Metaspace memory for Task Managers and Job Manager
>> is
>> > not getting released. Any thoughts?
>> >
>> > image.png
>> >
>> >
>> > Thanks,
>> > Ajinkya
>>
> --
Thanks & Regards,
Ajinkya Pathrudkar


Re: JVM Metaspace for Task Mangers and Job Managers are not getting released.

2023-05-14 Thread Shammon FY
Hi Ajinkya,

The memory of metaspace may need to be released through FullGC, you can try
to trigger fullgc manually in JobManager and TaskManager, and check whether
the metaspace is released.

Best,
Shammon FY

On Sat, May 13, 2023 at 4:01 PM Jiadong lu  wrote:

> Hi, Ajinkya
>
> Maybe some threads in your job were not shut down when the job was closed?
>
> Best,
> Jiadong Lu
>
> On 2023/5/13 4:58, Ajinkya Pathrudkar wrote:
> > Hello,
> >
> > I am observing JVM Metaspace memory for Task Managers and Job Manager is
> > not getting released. Any thoughts?
> >
> > image.png
> >
> >
> > Thanks,
> > Ajinkya
>


Re: JVM Metaspace for Task Mangers and Job Managers are not getting released.

2023-05-13 Thread Jiadong lu

Hi, Ajinkya

Maybe some threads in your job were not shut down when the job was closed?

Best,
Jiadong Lu

On 2023/5/13 4:58, Ajinkya Pathrudkar wrote:

Hello,

I am observing JVM Metaspace memory for Task Managers and Job Manager is 
not getting released. Any thoughts?


image.png


Thanks,
Ajinkya


JVM Metaspace for Task Mangers and Job Managers are not getting released.

2023-05-12 Thread Ajinkya Pathrudkar
Hello,

I am observing JVM Metaspace memory for Task Managers and Job Manager is
not getting released. Any thoughts?

[image: image.png]


Thanks,
Ajinkya