You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by agura <gi...@git.apache.org> on 2017/04/11 17:02:44 UTC

[GitHub] ignite pull request #1776: Ignite 4587 review

GitHub user agura opened a pull request:

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

    Ignite 4587 review

    

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

    $ git pull https://github.com/agura/incubator-ignite ignite-4587-review

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

    https://github.com/apache/ignite/pull/1776.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 #1776
    
----
commit f0dcbbdecd10ee9afee3cb0c5a96bb1540d0c06a
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-02-13T09:20:51Z

    Delete CLOCK mode in CacheAtomicWriteOrderMode.

commit a37ff76168613007d3ca09c06688bc6456e4c330
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-02-13T09:27:28Z

    Delete use CLOCK for ignite-core.

commit 25d4ea5003773b739baba2c2d5c3e7be2194ba7a
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-02-13T09:43:59Z

    Fix tests CLOCK change to PRIMARY and delete same test.

commit fcc4d8567b9ec39bb9632cf64da5f4b4390a5928
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-02-13T13:14:25Z

    Delete CLOCK, and remove check FULL_SYNC.

commit 062d631d6b6968963bcb6ef6431d622366b11706
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-02-13T13:15:41Z

    Change from CLOCK to PRIMARY in CacheConfigurationTest.cs.

commit 92e11e85cc3490b8544746e2b98336a29316c725
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-02-13T17:00:29Z

    Fix method fastMap.

commit bc7a9bd88b8d9fc18a291adbb7eb05dd1c2c0862
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-02-27T11:33:08Z

    Merge branch 'master' into ignite-4587
    
    # Conflicts:
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridNearAtomicSingleUpdateFuture.java
    #	modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateFuture.java

commit a61e5661d182fec218f7a0ee6a3b8f484e9a7643
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-02-27T11:40:22Z

    Remove isFastMap method in GridDhtAtomicCache class because always returns false.

commit 8a96fdf199bf476bd417192d795fcf4d1135deb8
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-02-27T13:25:13Z

    Remove field updVer in GridNearAtomicAbstractUpdateFuture. Remove parametr updVer in GridNearAtomicSingleUpdateFuture.mapSingleUpdate, GridNearAtomicUpdateFuture.mapSingleUpdate and GridNearAtomicUpdateFuture.mapUpdate.

commit 72c15e5974fa253b919d001677e98a87ed219991
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-01T13:01:35Z

    Remove CacheAtomicWriteOrderMode.java and refactoring core module.

commit 97fdb0e03492047fe64191059a1725775e335b7b
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-01T13:04:13Z

    Refactoring yardstick module.

commit 82790a862f93378a09a8e8a7b52956bbe77f9085
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-01T13:05:32Z

    Refactoring idexing module.

commit 3d5c1345dc550b622569b0e63e019a4ae92539a8
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-01T13:27:44Z

    Refactoring visor-console module.

commit 5adaa1160190896b653ad4c5ea1035bc6c86048c
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-01T20:41:21Z

    Some loose change.

commit a60841220c1fe20c22e3122090bcfb98fa1f4b18
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-01T20:41:46Z

    Delete PRIMARY in test config.

commit ed3370f2fd750485a11d850b515092e4b26b6940
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-01T20:42:42Z

    Delete support write order mode in web-console.

commit 59af0367fe7b74ebb826c1cb57adc8cacf13ee49
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-01T20:43:19Z

    Delete write order mode in dotnet platform.

commit 32d2308647646027fa5792d05e532a041a974e73
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-01T20:44:55Z

    Delete atomicWriteOrderMode in config cpp platform.

commit 6265f33bf9401bf8c5449bb3da7daeadca086b3b
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-01T22:21:35Z

    Remove and rename tests.

commit 9b02f81f2e9d21ad2c2ad4e5fe4efd52545f59fb
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-07T11:45:24Z

    Remove GridClockSyncProcessor and related code removed.

commit decc8021f7ae5c0073f8cf15c7ca64a57305aa3b
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-09T11:34:40Z

    Remove GridClockSyncProcessor, GridTimeSyncProcessorSelfTest and related.

commit bdc8f2078fe914f4bd85ce0c7dc6ca8689e223e4
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-09T14:20:44Z

    Remove globalTime.

commit 20a87f832e4b3f46c8da511e85e08f1f6203b693
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-09T15:29:23Z

    Remove updateTime.

commit ea3d5de8437df5cafcf8315dde1ac6d113eef6ad
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-09T15:35:52Z

    wip

commit 77d1bf6d953e48f4095255184b9142d85f3b6a41
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-11T06:22:43Z

    Remove GridJvmClockSource, GridClockSource, GridClockServer, GridClockMessage, GridClockDeltaVersion, GridClockDeltaSnapshotMessage, GridClockDeltaSnapshot classes.

commit 57218fa9462fef9e5427d3a781f8f899ef71fbab
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-14T12:30:27Z

    wip 2

commit 187bfeabafa362fc0c03d1c25e595c8af510ebdb
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-14T13:07:26Z

    Remove clockSync in web-console module.

commit 2cbfb86f98c84088411724d182e375005a791a79
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-14T13:36:39Z

    Use of code generator.

commit 4f3ceea3df8481c756e88ab13856b6170554ae02
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-15T12:45:34Z

    Fix bugs.

commit 7db3b40cd4dfe4184d5929a74dc14b16940fe25c
Author: Max Kozlov <dr...@gmail.com>
Date:   2017-03-15T12:49:01Z

    Merge branch 'master' into ignite-4587
    
    # Conflicts:
    #	modules/web-console/frontend/app/modules/states/configuration/caches/concurrency.pug
    #	modules/web-console/frontend/app/modules/states/configuration/clusters/time.pug

----


---
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 #1776: Ignite 4587 review

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

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


---
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.
---