merge

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/fb8fd071
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/fb8fd071
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/fb8fd071

Branch: refs/heads/ignite-10043
Commit: fb8fd071b1d69f2cb054d3798320380eb3401362
Parents: 9a6d642 64b19a9
Author: sboikov <sboi...@apache.org>
Authored: Fri Nov 16 16:37:04 2018 +0300
Committer: sboikov <sboi...@apache.org>
Committed: Fri Nov 16 16:37:04 2018 +0300

----------------------------------------------------------------------
 .../internal/pagemem/PageIdAllocator.java       |   3 +
 .../processors/cache/CacheGroupContext.java     |   1 -
 .../cache/GridCacheConcurrentMapImpl.java       |   1 -
 .../processors/cache/GridCacheContext.java      |  34 +-
 .../cache/GridCacheEvictionManager.java         |   1 -
 .../cache/distributed/dht/GridDhtGetFuture.java |  40 +-
 .../distributed/dht/GridDhtGetSingleFuture.java |  41 +-
 .../dht/GridDhtTopologyFutureAdapter.java       | 233 ++++---
 .../dht/GridPartitionedGetFuture.java           |   2 +-
 .../dht/GridPartitionedSingleGetFuture.java     |   9 +-
 .../dht/preloader/GridDhtPartitionDemander.java |   1 -
 .../GridDhtPartitionsExchangeFuture.java        |   4 +-
 .../dht/topology/GridDhtLocalPartition.java     |   1 -
 .../distributed/near/GridNearGetFuture.java     |   2 +-
 .../persistence/metastorage/MetaStorage.java    |   7 +
 .../metastorage/MetastorageTree.java            |   8 +
 .../wal/reader/IgniteWalIteratorFactory.java    |   3 +-
 .../reader/StandaloneWalRecordsIterator.java    |   6 +-
 .../wal/reader/StrictBoundsCheckException.java  |  35 +
 .../odbc/odbc/OdbcRequestHandler.java           |  12 +-
 .../processors/odbc/odbc/OdbcUtils.java         |  22 +
 .../cache/ClientCacheNodePartitionsRequest.java |   3 +-
 .../processors/query/GridQueryIndexing.java     |  23 +-
 .../processors/query/GridQueryProcessor.java    | 275 ++++----
 .../processors/query/QueryKeyValueIterable.java |  53 ++
 .../processors/query/QueryKeyValueIterator.java |  68 ++
 .../visor/node/VisorNodeDataCollectorJob.java   |   3 +-
 ...IgniteClientCacheInitializationFailTest.java |  19 +-
 ...CacheResultIsNotNullOnPartitionLossTest.java |  23 +-
 .../IgniteCachePartitionLossPolicySelfTest.java | 650 +++++++------------
 .../metastorage/IgniteMetaStorageBasicTest.java |  77 +++
 .../processors/query/h2/IgniteH2Indexing.java   | 285 ++------
 ...CacheAbstractQueryDetailMetricsSelfTest.java |  15 +-
 .../CacheAbstractQueryMetricsSelfTest.java      |  13 -
 ...niteCacheLockPartitionOnAffinityRunTest.java |   2 +
 ...ndexingCachePartitionLossPolicySelfTest.java |   2 +-
 .../h2/GridIndexingSpiAbstractSelfTest.java     | 639 +-----------------
 ...H2ResultSetIteratorNullifyOnEndSelfTest.java | 186 ------
 .../cpp/odbc-test/src/meta_queries_test.cpp     |  43 ++
 .../cpp/odbc-test/src/sql_get_info_test.cpp     |   2 +-
 .../cpp/odbc/src/config/connection_info.cpp     |   2 +-
 .../thin-client-test/src/cache_client_test.cpp  |  27 +
 42 files changed, 1055 insertions(+), 1821 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/fb8fd071/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java
----------------------------------------------------------------------

Reply via email to