GitHub user ilantukh opened a pull request:
https://github.com/apache/ignite/pull/2152 Fixed handling of DS cache not present on local node. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-gg-12325 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2152.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 #2152 ---- 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) commit 0f6873675d5243af02ab042b0817bc8db4d2f431 Author: Ilya Lantukh <[hidden email]> Date: 2017-06-05T15:44:04Z Data structures based on groups - WIP. (cherry picked from commit 272e22c) commit 891fd2f0225e6da7a946d1deabd9ea200644f51a Author: Ilya Lantukh <[hidden email]> Date: 2017-06-05T16:13:53Z Data structures based on groups - WIP. (cherry picked from commit 9df4b0b) commit 4a1889bdc7e6dd4d8f6a8958510f8a08caa63a22 Author: Ilya Lantukh <[hidden email]> Date: 2017-06-07T13:36:39Z Data structures based on cache groups - WIP. (cherry picked from commit 6aa9d45) commit fdfbde7122193b0d2fe54a24726751ed8e82985b Author: Ilya Lantukh <[hidden email]> Date: 2017-06-07T14:17:05Z Data structures based on cache groups - WIP. (cherry picked from commit 1cff479) commit d817d2abe08fe62528f801481880d5a09b6da2c3 Author: Ilya Lantukh <[hidden email]> Date: 2017-06-08T00:31:51Z Data structures based on cache groups - WIP. (cherry picked from commit e0cab64) commit d08b3b41b9924659515388da026ad1401385ae2e Author: Ilya Lantukh <[hidden email]> Date: 2017-06-08T13:27:21Z Data structures based on groups - minor fixes. (cherry picked from commit 390a24f) commit 9bf26ac75ddb4c91dabcd117eb0e92be9d2b735d Author: Ilya Lantukh <[hidden email]> Date: 2017-06-08T14:18:00Z Minor fixes, refactoring. (cherry picked from commit f670be2) commit 975c9bc480decb5a06d7cda5434745e5b264d401 Author: Ilya Lantukh <[hidden email]> Date: 2017-06-08T14:47:46Z Javadoc. commit cd4d04007ca7ad1bfbd7f358f9182f970d38ec3e Author: Alexey Goncharuk <[hidden email]> Date: 2017-06-08T16:10:54Z IGNITE-5267 - Moved WAL system properties to WAL configuration commit 15f3c4eeb7642791845ca19cce7e47c5e61c5139 Author: Ilya Lantukh <[hidden email]> Date: 2017-06-08T19:25:32Z Made data structure name unique per group. commit 4b89ae0197ca4acc4d1ee730d296d0e1693674f7 Author: Alexey Goncharuk <[hidden email]> Date: 2017-06-09T11:23:48Z IGNITE-5267 - Cleaning public API commit ee5c5ca765d778bccae444db1f8db6ae88a95253 Author: Ilya Lantukh <[hidden email]> Date: 2017-06-09T12:34:16Z API commit d099d82b1b37aaa2ec12291902b79e04d30c0693 Author: Ilya Lantukh <[hidden email]> Date: 2017-06-09T12:34:39Z Merge remote-tracking branch 'community/ignite-5267-ds' into ignite-5267-ds ---- --- 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. --- |
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/2152 --- 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. --- |
Free forum by Nabble | Edit this page |