[GitHub] ignite pull request #2147: IGNITE-5523

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #2147: IGNITE-5523

andrey-kuznetsov
GitHub user gvvinblade opened a pull request:

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

    IGNITE-5523

   

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

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

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

    https://github.com/apache/ignite/pull/2147.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 #2147
   
----
commit 43ddc7d5337635e49a7646d15bd85da22e8b7d4b
Author: Denis Magda <[hidden email]>
Date:   2017-06-01T00:36:15Z

    Fixed PersistentStore configuration documentation

commit 3a44e3ac104775d58f24f193bd1cce1518526b91
Author: Denis Magda <[hidden email]>
Date:   2017-06-01T00:49:48Z

    Renaming checkpoint to checkpointing in public interface

commit 9d75ff8cd9af1a2246b48eac28ae4f7367da91c0
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-01T13:21:27Z

    Merged master to ignite-5267

commit c6fe26b8aae298e2645d3ed8e14e24836caef6e1
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-01T17:12:10Z

    IGNITE-5267 - Added tx participating node IDs to transaction record.

commit 281d105f65f3dfd04c4ffa0ee82d052335506d93
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-02T08:18:40Z

    Unmuted test

commit 0d5231e6428a83ba9b862be58d9978d44bd58ca6
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-02T09:56:04Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-5267

commit c7a7e64237e8a2549d43e5e8ba6a3d77529cc150
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-02T11:12:17Z

    IGNITE-5267 - Fixed compilation after merge from master

commit 7e45010b4848d0a570995e6dc938875710d846d8
Author: sboikov <[hidden email]>
Date:   2017-06-04T08:02:31Z

    ignite-5075 'logical' caches sharing the same 'physical' cache group

commit e1c328e468c94d268c754a3153c7bc2584279d0d
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-05T08:16:31Z

    IGNITE-5322 - Improved WAL record/iterator structure

commit b47db106d42afb5dcbee57b793b63efa43fc4ef2
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-05T08:41:42Z

    IGNITE-5323 - Moved record serializer version from file name to file header

commit c6f6319eab2c0069534666d9a9a364a5d54d3cda
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-05T08:57:57Z

    Merge master into ignite-5267

commit 0ce28c6462870f8b6ff798aa6e9236ade490f540
Author: sboikov <[hidden email]>
Date:   2017-06-05T09:33:47Z

    DB managers initialization on client node.

commit 874b1f472cdf866a516f858b2a069a32ce41156f
Author: sboikov <[hidden email]>
Date:   2017-06-05T11:57:54Z

    Fixed formatting.

commit 4f69bd021a3e0951ca222e58cc1fb947c0042635
Author: sboikov <[hidden email]>
Date:   2017-06-06T10:01:02Z

    Merge remote-tracking branch 'remotes/origin/master' into ignite-5267
   
    # Conflicts:
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheAffinitySharedManager.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheGroupContext.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/ExchangeActions.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManager.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManagerImpl.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/tree/io/PageIO.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridClientPartitionTopology.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtGetSingleFuture.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtLocalPartition.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtPartitionTopologyImpl.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandMessage.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemander.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplier.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsFullMessage.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsSingleMessage.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPreloader.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java
    # modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheExchangeMessageDuplicatedStateTest.java
    # modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheGroupsTest.java
    # modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheGroupsSqlTest.java
    # modules/yardstick/src/main/java/org/apache/ignite/yardstick/IgniteBenchmarkArguments.java

commit d7108af5925b38dbdacc1e685c65fccfa33236d4
Author: sboikov <[hidden email]>
Date:   2017-06-06T10:01:11Z

    Merge remote-tracking branch 'remotes/origin/master' into ignite-5267
   
    # Conflicts:
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheAffinitySharedManager.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheGroupContext.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/ExchangeActions.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManager.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManagerImpl.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/tree/io/PageIO.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridClientPartitionTopology.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtGetSingleFuture.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtLocalPartition.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtPartitionTopologyImpl.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandMessage.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemander.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplier.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsFullMessage.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsSingleMessage.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPreloader.java
    # modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java
    # modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheExchangeMessageDuplicatedStateTest.java
    # modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheGroupsTest.java
    # modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheGroupsSqlTest.java
    # modules/yardstick/src/main/java/org/apache/ignite/yardstick/IgniteBenchmarkArguments.java

commit 70eea2aa641437a4c74f90f61dfd8fd1de56b08e
Author: sboikov <[hidden email]>
Date:   2017-06-06T10:31:35Z

    ignite-5267

commit 9c22c716b5902a5d21277c8a1ae88e4dd59d3b66
Author: Konstantin Dudkov <[hidden email]>
Date:   2017-06-06T10:33:32Z

    IGNITE-5267 - Store sql created flag for cache

commit a2e173053fcd2c3f194ea1907341f18afc7f8adc
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-06T11:13:56Z

    IGNITE-5267 - Fixed compilation after merge

commit fffad68f6c23c36cf28e61bd7465082d71569665
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-07T09:28:29Z

    IGNITE-5375 - Persistence metrics introduced

commit 518238473c0a12380cb9ed96c67597d1fe42652c
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-07T18:08:36Z

    Merged 4.ea2 into 5267

commit 1a19b9004ab5317e8c620c55d5faa2f1a18db577
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-08T12:46:34Z

    IGNITE-5267 - Fixed compilation after merge.

commit 930e2e0114a72452ca3760aac7d640145a412909
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-08T13:12:51Z

    IGNITE-5068 - Fixed lost partitions handling

commit 52640357b1c170b6917339dcb5933ec9fcc4e81a
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-08T13:17:53Z

    IGNITE-5068 - Fixed lost partitions handling

commit eff3e09cb66738e987f7993a7d68e2278c4afe95
Author: Alexey Goncharuk <[hidden email]>
Date:   2017-06-08T13:58:10Z

    IGNITE-5267 - Fixed CacheState record

commit c782241954595b4d70fe7ee38be746e17211c2c3
Author: Ilya Lantukh <[hidden email]>
Date:   2017-06-01T13:19:46Z

    Example of API changes.
   
    (cherry picked from commit c3b6c91)
   
    (cherry picked from commit 90c6345)

commit 60c1454709c520c28d843726b893fb82db750f0e
Author: Ilya Lantukh <[hidden email]>
Date:   2017-06-01T15:05:38Z

    Removed explicit CacheConfiguration from AtomicConfiguration and CollectionConfiguration.
   
    (cherry picked from commit ad024dc)

commit 68aa4da3507b2558975eb99763974419fa4f970f
Author: Ilya Lantukh <[hidden email]>
Date:   2017-06-02T13:20:41Z

    Data structures based on groups - WIP.
   
    (cherry picked from commit 70bbd1a)

commit 9d2eef99aa0c1b185b8ea72b3c928db4a4c448d4
Author: Ilya Lantukh <[hidden email]>
Date:   2017-06-02T15:24:50Z

    Data structures based on groups - WIP.
   
    (cherry picked from commit 9cd208b)

commit c9412f2040f97595f169bc30fc1eab61ae661cf5
Author: Ilya Lantukh <[hidden email]>
Date:   2017-06-05T14:53:54Z

    Data structures based on groups - WIP.
   
    (cherry picked from commit 8b7c239)

commit ff33d803b2223df4bb2036dbdc5340434f5748d4
Author: Ilya Lantukh <[hidden email]>
Date:   2017-06-05T15:38:38Z

    Data structures based on groups - WIP.
   
    (cherry picked from commit f9d7a5a)

----


---
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 [hidden email] or file a JIRA ticket
with INFRA.
---