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

2018-12-11 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on IGNITE-6029:


Github user Jokser closed the pull request at:

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


> 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: Andrey Gura
>Priority: Major
> Fix For: 2.3
>
>
> 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
(v7.6.3#76005)


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

2017-09-28 Thread Andrey Gura (JIRA)

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

Andrey Gura commented on IGNITE-6029:
-

Merged to master branch. Current record serialized version is still 1.

> 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: Andrey Gura
> Fix For: 2.3
>
>
> 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)


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

2017-08-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-6029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 
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)