Hi!

You use an unregistered class in your entry processor: ItemClass1. You
should register it before using it. The code does the job.

`ignite.binary().registerClass(ItemClass1.class);`

When class isn't registered Ignite does it by itself. But it requires to
replay your code after it finds that class is unregistered. You can help
cluster to register this class by self.




On Tue, Oct 19, 2021 at 3:52 AM 38797715 <38797...@qq.com> wrote:

> Any feedback?
> 在 2021/10/14 15:03, 38797715 写道:
>
> Hi,
>
> The internal code of CacheEntryProcessor in the attachment has been
> executed multiple times. Why?
> Is there any simple way to solve this problem?
>
>

Reply via email to