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 2018/03/02 09:18:00 UTC

[jira] [Commented] (IGNITE-7865) Need to provide method WAL manager for return serialize version

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

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

GitHub user DmitriyGovorukhin opened a pull request:

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

    IGNITE-7865 Supported serializerVersion method for WAL manager

    

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

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

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

    https://github.com/apache/ignite/pull/3594.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 #3594
    
----
commit 569836532000c0224132dc01c6b07366e4796f75
Author: Dmitriy Govorukhin <dm...@...>
Date:   2018-03-02T09:16:27Z

    IGNITE-7865 Supported serializerVersion method for WAL manager

----


> Need to provide method WAL manager for return serialize version
> ---------------------------------------------------------------
>
>                 Key: IGNITE-7865
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7865
>             Project: Ignite
>          Issue Type: Improvement
>          Components: persistence
>            Reporter: Dmitriy Govorukhin
>            Priority: Major
>             Fix For: 2.5
>
>
> {code}
> public interface IgniteWriteAheadLogManager {
> .....
>     /**
>      * @return Current serializer version.
>      */
>     public int serializerVersion();
> .....
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)