This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a change to branch cache_dumps
in repository https://gitbox.apache.org/repos/asf/ignite.git


    from bd81eda1888 IGNITE-19950 Creation of cache dump implemented (#10936)
     add bb91c57884a IGNITE-20426 Sync deprecated methods in the 
ClientCacheConfiguration (#10948)
     add a688b1d415b IGNITE-20465 *.mvccEnabled() removal (#10945)
     add f5c7f733bbd Merge branch 'master' into cache_dumps

No new revisions were added by this update.

Summary of changes:
 docs/_docs/code-snippets/dotnet/DataRebalancing.cs |  12 +-
 .../ignite/snippets/RebalancingConfiguration.java  |   6 +-
 .../_docs/code-snippets/xml/rebalancing-config.xml |  23 +-
 docs/_docs/data-rebalancing.adoc                   |  16 +-
 .../jdbc/thin/JdbcThinConnectionSelfTest.java      |  45 ----
 .../ignite/client/ClientCacheConfiguration.java    |  26 ++-
 .../query/index/sorted/inline/InlineIndexTree.java |   2 +-
 .../processors/cache/CacheGroupContext.java        |   7 -
 .../cache/IgniteCacheOffheapManager.java           |  23 --
 .../cache/IgniteCacheOffheapManagerImpl.java       | 232 ++-------------------
 .../dht/preloader/GridDhtPartitionDemander.java    |   9 +-
 .../dht/preloader/GridDhtPartitionSupplier.java    |  41 +---
 .../preloader/GridDhtPartitionsExchangeFuture.java |   9 +-
 .../dht/preloader/GridDhtPreloader.java            |   4 -
 .../dht/topology/GridDhtPartitionTopologyImpl.java |   4 +-
 .../topology/GridDhtPartitionsStateValidator.java  |   7 +-
 .../processors/cache/mvcc/MvccProcessor.java       |   6 -
 .../processors/cache/mvcc/MvccProcessorImpl.java   |  31 +--
 .../internal/processors/cache/mvcc/MvccUtils.java  |   8 -
 .../cache/persistence/GridCacheOffheapManager.java |  17 +-
 .../cache/transactions/IgniteTxHandler.java        |   2 +-
 .../IgniteTxImplicitSingleStateImpl.java           |   5 -
 .../cache/transactions/IgniteTxManager.java        |  56 -----
 .../transactions/IgniteTxRemoteStateAdapter.java   |   5 -
 .../cache/transactions/IgniteTxStateImpl.java      |   5 -
 .../processors/cache/tree/CacheDataTree.java       |  46 +---
 .../internal/processors/cache/tree/PendingRow.java |   3 +-
 .../processors/odbc/jdbc/JdbcRequestHandler.java   |  24 +--
 .../processors/odbc/odbc/OdbcRequestHandler.java   |  25 +--
 .../distributed/GridExchangeFreeSwitchTest.java    |  17 +-
 .../wal/memtracker/PageMemoryTracker.java          |  21 --
 .../processors/query/h2/CommandProcessor.java      | 110 ----------
 .../processors/query/h2/GridCacheTwoStepQuery.java |   7 -
 .../processors/query/h2/IgniteH2Indexing.java      |  43 +---
 .../processors/query/h2/QueryParserResultDml.java  |   7 -
 .../query/h2/QueryParserResultSelect.java          |   7 -
 .../query/h2/twostep/GridReduceQueryExecutor.java  |  14 --
 .../index/SqlTransactionCommandsSelfTest.java      |  70 -------
 .../IgniteBinaryCacheQueryTestSuite3.java          |   3 -
 39 files changed, 98 insertions(+), 900 deletions(-)
 delete mode 100644 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/index/SqlTransactionCommandsSelfTest.java

Reply via email to