Merge branch 'ignite-sql-tests' of 
https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-45


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

Branch: refs/heads/ignite-45
Commit: e37457aff0565b78569d6469a2b9aac8dda4d199
Parents: 89ab9a0 4bf6436
Author: Alexey Goncharuk <agoncha...@gridgain.com>
Authored: Sun Mar 15 11:08:56 2015 -0700
Committer: Alexey Goncharuk <agoncha...@gridgain.com>
Committed: Sun Mar 15 11:08:56 2015 -0700

----------------------------------------------------------------------
 assembly/dependencies-hadoop.xml                |    7 +-
 examples/pom.xml                                |    7 +
 modules/core/pom.xml                            |    8 +-
 .../igfs/IgfsIpcEndpointConfiguration.java      |   20 +-
 .../apache/ignite/igfs/IgfsIpcEndpointType.java |    2 +-
 .../processors/cache/GridCacheSwapManager.java  |    2 +-
 .../ignite/internal/util/IgniteUtils.java       |   26 +
 .../util/nio/GridShmemCommunicationClient.java  |  146 --
 .../communication/tcp/TcpCommunicationSpi.java  |  392 +----
 .../tcp/TcpCommunicationSpiMBean.java           |    8 -
 .../src/test/config/io-manager-benchmark.xml    |    1 -
 .../config/spring-cache-put-remove-load.xml     |    6 -
 .../IgniteCacheContainsKeyAbstractSelfTest.java |    2 -
 .../GridCacheAtomicTimeoutSelfTest.java         |    6 -
 .../IgniteCrossCacheTxStoreSelfTest.java        |    6 -
 .../igfs/IgfsExUniversalFileSystemAdapter.java  |   17 +
 .../igfs/UniversalFileSystemAdapter.java        |   17 +
 .../communication/GridIoManagerBenchmark0.java  |    1 -
 .../spi/GridTcpSpiForwardingSelfTest.java       |    1 -
 .../GridTcpCommunicationSpiAbstractTest.java    |   17 +-
 ...mmunicationSpiConcurrentConnectSelfTest.java |    1 -
 .../GridTcpCommunicationSpiConfigSelfTest.java  |    2 -
 ...cpCommunicationSpiMultithreadedSelfTest.java |   13 +-
 ...pCommunicationSpiMultithreadedShmemTest.java |   28 -
 ...ommunicationSpiMultithreadedTcpSelfTest.java |   28 -
 ...dTcpCommunicationSpiRecoveryAckSelfTest.java |    1 -
 ...GridTcpCommunicationSpiRecoverySelfTest.java |    1 -
 .../GridTcpCommunicationSpiShmemSelfTest.java   |   31 -
 .../tcp/GridTcpCommunicationSpiTcpSelfTest.java |    6 +-
 .../GridCacheStoreValueBytesNode.java           |    5 -
 .../IgniteSpiCommunicationSelfTestSuite.java    |    4 +-
 modules/hadoop/pom.xml                          |    6 +
 .../HadoopIgfs20FileSystemAbstractSelfTest.java |   11 -
 ...oopSecondaryFileSystemConfigurationTest.java |   12 -
 .../IgniteHadoopFileSystemAbstractSelfTest.java |   14 -
 ...IgniteHadoopFileSystemHandshakeSelfTest.java |    7 -
 .../IgniteHadoopFileSystemIpcCacheSelfTest.java |    7 -
 .../hadoop/HadoopAbstractSelfTest.java          |    6 -
 .../processors/query/h2/sql/GridSqlElement.java |   17 +
 .../query/h2/sql/GridSqlQueryParser.java        |    6 +
 .../query/h2/sql/GridSqlQuerySplitter.java      |    4 +
 .../processors/query/h2/sql/GridSqlType.java    |   94 +
 .../query/h2/twostep/GridMapQueryExecutor.java  |   17 +-
 .../query/h2/twostep/GridMergeIndex.java        |   15 +
 .../h2/twostep/GridMergeIndexUnsorted.java      |   34 +-
 .../h2/twostep/GridReduceQueryExecutor.java     |  227 +--
 .../query/h2/twostep/GridResultPage.java        |    4 +-
 modules/yardstick/config/ignite-base-config.xml |    6 -
 .../yardstick/config/ignite-store-config.xml    |    6 -
 pom.xml                                         |   66 +-
 .../basic-concepts/async-support.md             |   92 -
 .../basic-concepts/getting-started.md           |  235 ---
 .../basic-concepts/ignite-life-cycel.md         |  122 --
 .../documentation/basic-concepts/maven-setup.md |   85 -
 .../basic-concepts/what-is-ignite.md            |   48 -
 .../basic-concepts/zero-deployment.md           |   73 -
 wiki/documentation/clustering/aws-config.md     |   59 -
 wiki/documentation/clustering/cluster-config.md |  193 --
 wiki/documentation/clustering/cluster-groups.md |  227 ---
 wiki/documentation/clustering/cluster.md        |  145 --
 .../documentation/clustering/leader-election.md |   76 -
 wiki/documentation/clustering/network-config.md |  118 --
 wiki/documentation/clustering/node-local-map.md |   52 -
 .../documentation/compute-grid/checkpointing.md |  255 ---
 .../compute-grid/collocate-compute-and-data.md  |   46 -
 wiki/documentation/compute-grid/compute-grid.md |   73 -
 .../documentation/compute-grid/compute-tasks.md |  122 --
 .../compute-grid/distributed-closures.md        |  124 --
 .../compute-grid/executor-service.md            |   40 -
 .../compute-grid/fault-tolerance.md             |   96 -
 .../compute-grid/job-scheduling.md              |   86 -
 .../compute-grid/load-balancing.md              |   76 -
 .../data-grid/affinity-collocation.md           |   95 -
 .../data-grid/automatic-db-integration.md       |  119 --
 wiki/documentation/data-grid/cache-modes.md     |  254 ---
 wiki/documentation/data-grid/cache-queries.md   |  181 --
 wiki/documentation/data-grid/data-grid.md       |   85 -
 wiki/documentation/data-grid/data-loading.md    |   94 -
 wiki/documentation/data-grid/evictions.md       |  103 --
 .../data-grid/hibernate-l2-cache.md             |  190 --
 wiki/documentation/data-grid/jcache.md          |  116 --
 wiki/documentation/data-grid/off-heap-memory.md |  197 ---
 .../documentation/data-grid/persistent-store.md |  128 --
 wiki/documentation/data-grid/rebalancing.md     |  122 --
 wiki/documentation/data-grid/transactions.md    |  144 --
 .../data-grid/web-session-clustering.md         |  253 ---
 .../distributed-data-structures/atomic-types.md |  114 --
 .../countdownlatch.md                           |   41 -
 .../distributed-data-structures/id-generator.md |   57 -
 .../queue-and-set.md                            |  133 --
 .../distributed-events/automatic-batching.md    |   33 -
 wiki/documentation/distributed-events/events.md |  118 --
 .../distributed-file-system/igfs.md             |   18 -
 .../distributed-messaging/messaging.md          |   90 -
 wiki/documentation/http/configuration.md        |   67 -
 wiki/documentation/http/rest-api.md             | 1663 ------------------
 .../release-notes/release-notes.md              |   30 -
 .../service-grid/cluster-singletons.md          |  111 --
 .../service-grid/service-configuration.md       |   50 -
 .../service-grid/service-example.md             |  111 --
 wiki/documentation/service-grid/service-grid.md |   79 -
 wiki/licence-prepender.sh                       |   51 -
 102 files changed, 364 insertions(+), 8297 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e37457af/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheSwapManager.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e37457af/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e37457af/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCacheAtomicTimeoutSelfTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e37457af/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCrossCacheTxStoreSelfTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e37457af/modules/core/src/test/java/org/apache/ignite/storevalbytes/GridCacheStoreValueBytesNode.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e37457af/modules/hadoop/src/test/java/org/apache/ignite/igfs/HadoopIgfs20FileSystemAbstractSelfTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e37457af/modules/hadoop/src/test/java/org/apache/ignite/igfs/HadoopSecondaryFileSystemConfigurationTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e37457af/modules/hadoop/src/test/java/org/apache/ignite/igfs/IgniteHadoopFileSystemAbstractSelfTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e37457af/modules/hadoop/src/test/java/org/apache/ignite/igfs/IgniteHadoopFileSystemHandshakeSelfTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e37457af/modules/hadoop/src/test/java/org/apache/ignite/igfs/IgniteHadoopFileSystemIpcCacheSelfTest.java
----------------------------------------------------------------------

Reply via email to