You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by BOUCHRIT Abderrahmane <ab...@gmail.com> on 2019/09/24 11:52:32 UTC

Huge number of .classname files

Hi All,
I have an Ignite 2.6.0 cluster and my application is joining this cluster
as client node using Java.
Application is manipulating Ignite cache using cache API and JDBC.

We noticed that a folder is created in our client server
(\ignite\work\marshaller) in temp folder and creating a huge number of
.classname files (exp: 723862223.classname0, 1010575267.classname0).

Do you have any idea why these files are created in client node.
Is there any way to configure a cleanup in node client. Otherwise, can I
delete these files without impacting Ignite?

Regards,

Re: Huge number of .classname files

Posted by Ilya Kasnacheev <il...@gmail.com>.
Hello!

If you have a lot of these classes, this may mean you have some problems
with marshalling: Ignite considers a lot of what you have in your program
different types. This may cause issues.

Those files are very small so I don't think it should cause issues. Client
will usually re-populate these files when deleted.

Regards,
-- 
Ilya Kasnacheev


вт, 24 сент. 2019 г. в 14:53, BOUCHRIT Abderrahmane <ab...@gmail.com>:

> Hi All,
> I have an Ignite 2.6.0 cluster and my application is joining this cluster
> as client node using Java.
> Application is manipulating Ignite cache using cache API and JDBC.
>
> We noticed that a folder is created in our client server
> (\ignite\work\marshaller) in temp folder and creating a huge number of
> .classname files (exp: 723862223.classname0, 1010575267.classname0).
>
> Do you have any idea why these files are created in client node.
> Is there any way to configure a cleanup in node client. Otherwise, can I
> delete these files without impacting Ignite?
>
> Regards,
>

Re: Huge number of .classname files

Posted by Evgenii Zhuravlev <e....@gmail.com>.
Hi,

These files are mainly used for reconnection purposes, so after it client
node have everything needed. You can clear it if you want, it shouldn't
affect the node.

Evgenii


вт, 24 сент. 2019 г. в 14:53, BOUCHRIT Abderrahmane <ab...@gmail.com>:

> Hi All,
> I have an Ignite 2.6.0 cluster and my application is joining this cluster
> as client node using Java.
> Application is manipulating Ignite cache using cache API and JDBC.
>
> We noticed that a folder is created in our client server
> (\ignite\work\marshaller) in temp folder and creating a huge number of
> .classname files (exp: 723862223.classname0, 1010575267.classname0).
>
> Do you have any idea why these files are created in client node.
> Is there any way to configure a cleanup in node client. Otherwise, can I
> delete these files without impacting Ignite?
>
> Regards,
>