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 2016/08/30 20:56:20 UTC

[jira] [Commented] (IGNITE-3808) Missing EntryProcessor invocations with partitions in flight

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

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

GitHub user pperalta opened a pull request:

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

    IGNITE-3808 Reproducer for missing EntryProcessr invocation

    This test reproduces [IGNITE-3808.](https://issues.apache.org/jira/browse/IGNITE-3808) It is intermittent; every 3 or 4 invocations the test will fail with a message like this:
    
    ```
    junit.framework.AssertionFailedError: Unexpected clear bit: 180424
    ```

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

    $ git pull https://github.com/pperalta/ignite ignite-3808

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

    https://github.com/apache/ignite/pull/1010.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 #1010
    
----
commit b95454161d1359a222ffd64045b3b03d9317b09b
Author: Patrick Peralta <pa...@workday.com>
Date:   2016-08-30T19:17:37Z

    IGNITE-3808 Reproducer for missing EntryProcessr invocation
    
    This test reproduces IGNITE-3808. It is intermittent; every 3 or
    4 invocations the test will fail with a message like this:
    
    junit.framework.AssertionFailedError: Unexpected clear bit: 180424

----


> Missing EntryProcessor invocations with partitions in flight
> ------------------------------------------------------------
>
>                 Key: IGNITE-3808
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3808
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 1.7
>            Reporter: Patrick Peralta
>            Priority: Critical
>
> With {{CacheAtomicityMode.ATOMIC}}, on occasion we see entry processor invocations that go missing when partitions are in flight.
> Reproducer will follow in a PR.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)