You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Nikita Amelchev <ns...@gmail.com> on 2020/08/21 09:17:48 UTC

Skip distributed metastorage entries that can not be unmarshalled

Hello, Igniters.

I would add the feature that allows skipping the distributed
metastorage entries that can not be unmarshalled [1].
These entries can be created by the product that built on Apache
Ignite and incorporates additional features. It will be useful during
migrating with keeping user persistence data. For now, the second
started node throws an exception.

I suggest implementing the system property that describes keys that
will be skipped [2].

What do you think?

[1] https://issues.apache.org/jira/browse/IGNITE-13109
[2] https://github.com/apache/ignite/pull/7987/files

-- 
Best wishes,
Amelchev Nikita

Re: Skip distributed metastorage entries that can not be unmarshalled

Posted by Nikolay Izhikov <ni...@apache.org>.
+1

> 21 авг. 2020 г., в 12:17, Nikita Amelchev <ns...@gmail.com> написал(а):
> 
> Hello, Igniters.
> 
> I would add the feature that allows skipping the distributed
> metastorage entries that can not be unmarshalled [1].
> These entries can be created by the product that built on Apache
> Ignite and incorporates additional features. It will be useful during
> migrating with keeping user persistence data. For now, the second
> started node throws an exception.
> 
> I suggest implementing the system property that describes keys that
> will be skipped [2].
> 
> What do you think?
> 
> [1] https://issues.apache.org/jira/browse/IGNITE-13109
> [2] https://github.com/apache/ignite/pull/7987/files
> 
> -- 
> Best wishes,
> Amelchev Nikita