You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/10 17:20:01 UTC

[jira] [Commented] (IGNITE-6029) Refactor WAL Record serialization and introduce RecordV2Serializer

    [ https://issues.apache.org/jira/browse/IGNITE-6029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16121930#comment-16121930 ] 

ASF GitHub Bot commented on IGNITE-6029:
----------------------------------------

GitHub user Jokser opened a pull request:

    https://github.com/apache/ignite/pull/2429

    IGNITE-6029 WAL Record serialization refactoring

    And initial stuff for Record V2 serializer.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-6029

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2429.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2429
    
----
commit 605198854104e04f343630e2fcec8fe78103be3e
Author: Pavel Kovalenko <jo...@gmail.com>
Date:   2017-08-10T17:18:59Z

    IGNITE-6029 Record serializer refactoring and initial stuff for Record V2 serialization.

----


> Refactor WAL Record serialization and introduce RecordV2Serializer
> ------------------------------------------------------------------
>
>                 Key: IGNITE-6029
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6029
>             Project: Ignite
>          Issue Type: Improvement
>    Affects Versions: 2.1
>            Reporter: Pavel Kovalenko
>            Assignee: Pavel Kovalenko
>             Fix For: 2.2
>
>
> Currently RecordSerializer interface and default RecordV1Serializer implementation are not well extendable. We should refactor RecordSerializer interface and introduce new RecordV2Serializer with very base functionality - delegate everything to RecordV1Serializer.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)