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/08/16 20:53:00 UTC

[jira] [Commented] (IGNITE-9294) StandaloneWalRecordsIterator: support iteration from custom pointer

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

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

GitHub user DmitriyGovorukhin opened a pull request:

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

    IGNITE-9294 Implement bounds for StandAloneWALIterator

    

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

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

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

    https://github.com/apache/ignite/pull/4563.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 #4563
    
----
commit 6c8e731ca75b2c628a3fc40c60501d374145db13
Author: Dmitriy Govorukhin <dm...@...>
Date:   2018-08-16T20:51:13Z

    IGNITE-9294 Implement bound for StandAloneIterator. Replay WAL form/to/between. + test

----


> StandaloneWalRecordsIterator: support iteration from custom pointer
> -------------------------------------------------------------------
>
>                 Key: IGNITE-9294
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9294
>             Project: Ignite
>          Issue Type: Improvement
>          Components: persistence
>            Reporter: Ivan Rakov
>            Assignee: Dmitriy Govorukhin
>            Priority: Major
>             Fix For: 2.7
>
>
> StandaloneWalRecordsIterator can be constructed from set of files and dirs, but there's no option to pass WAL pointer to the iterator factory class to start iteration with. It can be worked around (by filtering all records prior to needed pointer), but also it would be handy to add such option to IgniteWalIteratorFactory API.



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