Skip distributed metastorage entries that can not be unmarshalled

2020-08-21 Thread Nikita Amelchev
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

2020-08-21 Thread Nikolay Izhikov
+1

> 21 авг. 2020 г., в 12:17, Nikita Amelchev  написал(а):
> 
> 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