You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by SGrimstad <gi...@git.apache.org> on 2018/09/10 12:14:51 UTC

[GitHub] ignite pull request #4712: Ignite 9478

GitHub user SGrimstad opened a pull request:

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

    Ignite 9478

    

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

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

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

    https://github.com/apache/ignite/pull/4712.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 #4712
    
----
commit 26543e10f8143dbc2d313b870081d633baf4cd05
Author: SGrimstad <sg...@...>
Date:   2018-08-14T11:21:13Z

    IGNITE-9141  Implemented

commit ee631080782fe17a007e10117a96fc1a72990854
Author: devozerov <vo...@...>
Date:   2018-08-14T12:54:32Z

    Merge branch 'master' into ignite-9141

commit 4587bfc24f25045fd7fc2197076797cc6ca54e32
Author: devozerov <vo...@...>
Date:   2018-08-14T13:23:19Z

    Review.

commit 1511eb31b644113091be156d872f5adb2daecb84
Author: SGrimstad <sg...@...>
Date:   2018-08-14T11:21:13Z

    IGNITE-9141  Implemented

commit 0425a32a3d490165b29bcf9236a49a48f7761666
Author: devozerov <vo...@...>
Date:   2018-08-14T13:23:19Z

    Review.

commit a7209f870148f984cdbf3e6437337c7b665defb5
Author: SGrimstad <sg...@...>
Date:   2018-08-20T11:56:11Z

    IGNITE-9141 Modified according to review comments. Integration tests added

commit 08e196ad4503d4487fda0da2b61406ef3bd84cbf
Author: SGrimstad <sg...@...>
Date:   2018-08-20T12:28:46Z

    IGNITE-9141 javadoc added

commit b006a8dba4ae4319aa78a0d3c6fd6eef47bb1da8
Author: SGrimstad <sg...@...>
Date:   2018-08-20T12:29:46Z

    IGNITE-9141 javadoc added

commit 0ed04a7ca655866685841b2ec9c2ed64797bf233
Author: devozerov <vo...@...>
Date:   2018-08-28T08:05:04Z

    Merge branch 'master' into ignite-9141

commit 02db267355a8405c64c45d51c81e342df664d612
Author: devozerov <vo...@...>
Date:   2018-08-28T08:45:55Z

    Review comments.

commit 0c4301cdc0d6108ed5b51173144e19d3ad450e63
Author: SGrimstad <sg...@...>
Date:   2018-08-28T11:08:47Z

    IGNITE-9141 Fixes according to review

commit cef6e572e87503442e5b59fa147669b1f451fa13
Author: SGrimstad <sg...@...>
Date:   2018-08-30T11:28:20Z

    ШПТШЕУ-9141 removed fair testing, will be enabled back in IGNITE-8913

commit abac3c53030433a4d47d0ea74f55d46394eda4eb
Author: devozerov <vo...@...>
Date:   2018-08-31T14:32:54Z

    Merge branch 'master' into ignite-9141
    
    # Conflicts:
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/messages/GridQueryNextPageResponse.java
    #	modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java
    #	modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/ReduceQueryRun.java

commit 038a007c793d8f077509ce33f30d71885ac78672
Author: devozerov <vo...@...>
Date:   2018-08-31T14:47:44Z

    Minors.

commit c39bf96daa4df36dfe9599f3a1c9f40320be7921
Author: devozerov <vo...@...>
Date:   2018-08-31T15:11:53Z

    Cleanup.

commit b2c8702a2cfa44031eacee7b2f315cd757e5d3e4
Author: devozerov <vo...@...>
Date:   2018-08-31T15:50:10Z

    WIP.

commit b12b7317f3e124968070f3fb69926e380d3c4883
Author: devozerov <vo...@...>
Date:   2018-08-31T15:52:30Z

    Review.

commit 4cfce62b8f284b78356793d989ea9573d66e5faf
Author: SGrimstad <sg...@...>
Date:   2018-09-03T10:18:14Z

    IGNITE-9141 review fix

commit 4076ddf41c0061985e2a8ea38457be0db9d7fe8e
Author: SGrimstad <sg...@...>
Date:   2018-09-04T09:40:38Z

    IGNITE-6195 partition proper co-location check

commit 66d99eebbf7b34e3925a5e0b9c931ee202b452e8
Author: SGrimstad <sg...@...>
Date:   2018-09-04T11:40:13Z

    IGNITE-6195 log in case of call added

commit af44781656bb8f5e1ca652800c276fe5bcdff17a
Author: SGrimstad <sg...@...>
Date:   2018-09-04T13:31:05Z

    IGNITE-6195 test fail message verbosed

commit 9baab18588a820e8b2c28c9ee8cf65918b903d97
Author: SGrimstad <sg...@...>
Date:   2018-09-05T06:48:19Z

    IGNITE-6195 test fail on TC verbose

commit e420466312d11009e7ea33a5150d679173d4ed42
Author: SGrimstad <sg...@...>
Date:   2018-09-05T09:00:02Z

    IGNITE-6195 test fail on TC fix

commit fe1642da6a35e4ad21ffdb5d213c2136ea056f46
Author: SGrimstad <sg...@...>
Date:   2018-09-10T12:13:26Z

    IGNITE-9478 implemented. Additional hard-to-reproduce tests are required.

----


---