You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/07/07 08:07:30 UTC

[18/18] ignite git commit: 12306

12306


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

Branch: refs/heads/ignite-gg-12306-1
Commit: 35d771a26d9ba95aa5731271889d1efaaa5a0e60
Parents: 8de27e0 64d6c98
Author: sboikov <sb...@gridgain.com>
Authored: Fri Jul 7 11:06:55 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Fri Jul 7 11:06:55 2017 +0300

----------------------------------------------------------------------
 .../jdbc2/JdbcAbstractDmlStatementSelfTest.java |  12 +
 .../jdbc2/JdbcDynamicIndexAbstractSelfTest.java |   2 -
 .../JdbcThinDynamicIndexAbstractSelfTest.java   |   2 -
 .../internal/IgniteDiagnosticMessage.java       |   8 +
 .../IgniteDiagnosticPrepareContext.java         |   3 +
 .../ignite/internal/MarshallerContextImpl.java  |  10 +-
 .../processors/cache/ClusterCachesInfo.java     |   4 +
 .../processors/cache/GridCacheAdapter.java      |  62 ++++--
 .../processors/cache/GridCacheAttributes.java   |   7 +
 .../processors/cache/GridCacheEntryEx.java      |   3 +-
 .../processors/cache/GridCacheIoManager.java    |  30 +--
 .../processors/cache/GridCacheMapEntry.java     |   2 +-
 .../GridCachePartitionExchangeManager.java      |   7 +-
 .../store/GridCacheStoreManagerAdapter.java     |   1 +
 .../cache/transactions/IgniteTxAdapter.java     |   2 +
 .../transactions/IgniteTxLocalAdapter.java      |   6 +-
 .../datastreamer/DataStreamProcessor.java       |   3 +-
 .../datastreamer/DataStreamerImpl.java          |  14 +-
 .../GridMarshallerMappingProcessor.java         |  16 +-
 .../processors/query/GridQueryProcessor.java    |   4 +-
 .../service/GridServiceProcessor.java           |  18 ++
 .../processors/service/GridServiceProxy.java    |   9 +-
 .../ignite/spi/discovery/tcp/ServerImpl.java    |   1 -
 .../cache/IgniteCacheAbstractTest.java          |  17 ++
 .../processors/cache/IgniteCacheGroupsTest.java |  60 +++++
 ...iteMarshallerCacheClassNameConflictTest.java |  11 +-
 .../IgniteMarshallerCacheFSRestoreTest.java     | 217 +++++++++++++++++++
 ...titionEvictionDuringReadThroughSelfTest.java | 160 ++++++++++++++
 ...acheStoreSessionWriteBehindAbstractTest.java |  62 ++++--
 ...TxStoreSessionWriteBehindCoalescingTest.java |  88 ++++++++
 ...ClientWriteBehindStoreNonCoalescingTest.java |  30 ++-
 .../datastreamer/DataStreamerImplSelfTest.java  | 123 ++++++++++-
 .../GridServiceProcessorProxySelfTest.java      |  65 ++++++
 .../ignite/testsuites/IgniteBasicTestSuite.java |   2 +
 .../testsuites/IgniteCacheTestSuite4.java       |   2 +
 .../testsuites/IgniteCacheTestSuite5.java       |   3 +
 .../processors/query/h2/opt/GridH2Table.java    |  49 ++++-
 .../cache/index/H2DynamicTableSelfTest.java     |  53 +++++
 .../Cache/CacheAbstractTest.cs                  |  26 +--
 .../Cache/PersistentStoreTest.cs                |  75 ++++++-
 .../Cache/Store/CacheStoreTest.cs               |  21 +-
 .../Apache.Ignite.Core/Common/JavaException.cs  |  15 +-
 .../Apache.Ignite.Core/Impl/ExceptionUtils.cs   |   5 +-
 43 files changed, 1177 insertions(+), 133 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/35d771a2/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/ignite/blob/35d771a2/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxAdapter.java
----------------------------------------------------------------------