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 2015/12/18 11:29:46 UTC

[jira] [Commented] (IGNITE-2201) CacheQueryExample aggregation returns different results

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

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

GitHub user agoncharuk opened a pull request:

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

    IGNITE-2201 - Fixed affinity collocation with AffinityKey and examples model

    

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

    $ git pull https://github.com/agoncharuk/ignite ignite-2201

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

    https://github.com/apache/ignite/pull/352.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 #352
    
----
commit 85617f6ef165de42128f003527cf07033bf977c8
Author: Alexey Goncharuk <al...@gmail.com>
Date:   2015-12-18T10:28:42Z

    IGNITE-2201 - Fixed affinity collocation with AffinityKey and examples model

----


> CacheQueryExample aggregation returns different results
> -------------------------------------------------------
>
>                 Key: IGNITE-2201
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2201
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 1.5
>            Reporter: Sergey Kozlov
>            Assignee: Alexey Goncharuk
>             Fix For: 1.5
>
>
> 1. Run ExampleNodeStartup
> 2. Run CacheQueryExample:
> {noformat}
> ...
> >>> Average salary for 'ApacheIgnite' employees: 
> >>>     [1000.0]
> ...
> {noformat}
> 3. Stop ExampleNodeStartup
> 4. Run CacheQueryExample again:
> {noformat}
> ...
> >>> Average salary for 'ApacheIgnite' employees: 
> >>>     [1500.0]
> ...
> {noformat}



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