You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2016/09/21 08:58:31 UTC

[8/8] ignite git commit: Merge branch ignite-1.7.2 into master.

Merge branch ignite-1.7.2 into master.


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

Branch: refs/heads/master
Commit: 86d31537f8f9485bbc197f197b6ddd1cada46217
Parents: bcbe8cc 85c47eb
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Wed Sep 21 15:59:04 2016 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Wed Sep 21 15:59:04 2016 +0700

----------------------------------------------------------------------
 .../store/jdbc/CacheAbstractJdbcStore.java      |  42 ++++---
 .../cache/store/jdbc/CacheJdbcPojoStore.java    |   5 +-
 .../internal/processors/igfs/IgfsContext.java   |  35 ++++++
 .../processors/igfs/IgfsDataManager.java        | 121 ++++++++-----------
 .../internal/processors/igfs/IgfsImpl.java      |  82 ++++++++++---
 .../processors/igfs/IgfsInputStreamImpl.java    | 103 +++++++++++-----
 .../ignite/spi/discovery/tcp/ClientImpl.java    |  18 ++-
 .../spi/swapspace/file/FileSwapSpaceSpi.java    |  38 +++++-
 .../binary/BinaryObjectToStringSelfTest.java    |  17 +++
 .../CacheSwapUnswapGetTestSmallQueueSize.java   |  35 ++++++
 .../file/GridFileSwapSpaceSpiSelfTest.java      |  89 ++++++++++++++
 .../testsuites/IgniteCacheTestSuite4.java       |   2 +
 12 files changed, 447 insertions(+), 140 deletions(-)
----------------------------------------------------------------------