You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by dspavlov <gi...@git.apache.org> on 2017/06/28 13:34:29 UTC

[GitHub] ignite pull request #2212: IGNITE-5598: Fixed switch segment record, WAL rea...

GitHub user dspavlov opened a pull request:

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

    IGNITE-5598: Fixed switch segment record, WAL read and rollover are now OK for background mode

    https://issues.apache.org/jira/browse/IGNITE-5598

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

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

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

    https://github.com/apache/ignite/pull/2212.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 #2212
    
----
commit 468033cc060cff8bdb7c74054eb47500d25732af
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-21T14:10:04Z

    IGNITE-5558: mock based test iterator created: Add ability to read WAL outside of an Ignite node

commit 3c1e28e46c3d5095ce00638e225768a10163a307
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-21T15:00:25Z

    IGNITE-5558: change to run on TC

commit defda5b4003bf990e6ca10ffef20ea0d35ee546b
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-22T11:42:50Z

    IGNITE-5558: first non-mockito based iterator implementation

commit 55fdb9ba2ecd46c4f701c11deb0cc2fea7ab5ff4
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-22T12:10:46Z

    IGNITE-5558: update for running on teamcity

commit 8e61faeb1a4eaa541c7ae7257721c302b966fbf5
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-22T13:20:56Z

    IGNITE-5558: WAL iterator creation moved to standalone class

commit b7024715585735a7011defafade5d267fe3f86e3
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-22T14:24:41Z

    IGNITE-5558: Mock factory extracted as standalone class

commit fed81a079b82d3445793fef37c61ef16a40c9446
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-22T15:00:42Z

    IGNITE-5558: compile fix

commit 9a844a8e7b80d6cde2247780500878a5ab70128a
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-22T16:47:32Z

    IGNITE-5558: WAL reader was moved to core, main() method was created

commit c6cbb4b910a29135e73298a7f64a63dbb354dfa0
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-22T17:49:26Z

    IGNITE-5558: WAL reader: correct close, record exception printing, file headers, javadoc

commit 1be55120fd9d56f9ef28fd691a526a3482ceef48
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-22T18:35:03Z

    IGNITE-5558: WAL reader: 2 modes were created: directory and files

commit 9df9b12297fd103a8f5564f600a90814961d94c1
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-23T10:38:22Z

    IGNITE-5558: WAL reader NPE fix and javadocs

commit 79d934d36e768430376655c05517f83386028cae
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-23T12:36:52Z

    IGNITE-5558: cosmetic & javadocs

commit 7b00272edf9dbcd35c9f2a6697253c61bbb7f80c
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-26T14:16:46Z

    IGNITE-5587: Generate File WAL Segment Archive Completed Event

commit 13a3b1a52cfb561011df96dda32eb41c2551ce26
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-26T15:07:34Z

    IGNITE-5587: Javadoc and cosmetic: Generate File WAL Segment Archive Completed Event

commit dce18c0581f9e3caff39c13cf0b681daa43934fc
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-26T16:42:55Z

    IGNITE-5587: Generate File WAL Segment Archive Completed Event

commit 69bbd6e7eedb90382128023a0ed478dd9cc42492
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-26T16:57:56Z

    IGNITE-5591: WAL queue flusher for background mode was replaced with Timeout processor

commit 91eb1e926500c0eb9d4c87f0686372dfa4ad0cef
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-26T17:22:09Z

    IGNITE-5591: serial version ID added

commit 552e379b5238cdbedbb818f3d56ea04207deb984
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-27T13:54:00Z

    IGNITE-5589: Archive WAL segment after significant period of grid inactivity

commit c60bc89e89bdc538f44fe8877e3137cc3f4339cc
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-27T15:47:49Z

    IGNITE-5589: Archive WAL segment after significant period of grid inactivity

commit 1f9c2869d489b32908d5df2dd66be21151c5fbd6
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-28T10:23:48Z

    IGNITE-5589: Minimise visibility of fields, javadoc
    IGNITE-5598: exception propagation for reproducing

commit 16c28db3d6a289c9c0006406f283b37e14e86433
Author: dpavlov <dp...@gridgain.com>
Date:   2017-06-28T13:30:56Z

    IGNITE-5598: Fixed switch segment record, WAL read and rollover are now OK for background mode

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] ignite pull request #2212: IGNITE-5598: Fixed switch segment record, WAL rea...

Posted by dspavlov <gi...@git.apache.org>.
Github user dspavlov closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---