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 2015/05/05 17:26:42 UTC

[49/50] incubator-ignite git commit: Merge branch 'ignite-sprint-5' into ignite-664

Merge branch 'ignite-sprint-5' into ignite-664

Conflicts:
	modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite.java


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

Branch: refs/heads/ignite-664
Commit: 79b3f358f7b21d7f9eaad316352efc7336031d03
Parents: f9f18a5 5f8f6f4
Author: Artem Shutak <as...@gridgain.com>
Authored: Tue May 5 18:00:25 2015 +0300
Committer: Artem Shutak <as...@gridgain.com>
Committed: Tue May 5 18:00:25 2015 +0300

----------------------------------------------------------------------
 DEVNOTES.txt                                    |  34 +-
 assembly/release-base.xml                       |   2 +
 assembly/release-schema-import.xml              |  50 +++
 dev-tools/.gitignore                            |   2 +
 dev-tools/build.gradle                          |  46 +++
 dev-tools/src/main/groovy/jiraslurp.groovy      | 147 +++++++++
 examples/pom.xml                                |   2 +-
 .../streaming/wordcount/CacheConfig.java        |   5 -
 modules/aop/pom.xml                             |   2 +-
 modules/aws/pom.xml                             |   2 +-
 .../config/grid-client-config.properties        |  50 +--
 modules/clients/pom.xml                         |   2 +-
 .../ClientPropertiesConfigurationSelfTest.java  |  12 +-
 modules/cloud/pom.xml                           |   2 +-
 modules/codegen/pom.xml                         |   2 +-
 modules/core/pom.xml                            |   2 +-
 .../java/org/apache/ignite/IgniteCache.java     |   5 +
 .../org/apache/ignite/IgniteJdbcDriver.java     |  81 +++--
 .../ignite/internal/GridUpdateNotifier.java     |  66 +++-
 .../apache/ignite/internal/IgniteKernal.java    |  83 +++--
 .../org/apache/ignite/internal/IgnitionEx.java  |   5 -
 .../client/GridClientConfiguration.java         |   2 +-
 .../managers/communication/GridIoManager.java   |   8 +-
 .../processors/cache/GridCacheIoManager.java    | 314 +++++++++++++++----
 .../processors/cache/GridCacheMessage.java      |   8 +-
 .../processors/cache/GridCacheTtlManager.java   | 168 ++++++----
 .../processors/cache/GridCacheUtils.java        |   5 +-
 .../dht/atomic/GridDhtAtomicUpdateResponse.java |   8 +
 .../dht/atomic/GridNearAtomicUpdateFuture.java  |   2 +-
 .../atomic/GridNearAtomicUpdateResponse.java    |  18 +-
 .../dht/preloader/GridDhtForceKeysFuture.java   |   6 +
 .../dht/preloader/GridDhtForceKeysResponse.java |  54 +++-
 .../distributed/near/GridNearGetResponse.java   |   8 +-
 .../apache/ignite/lang/IgniteAsyncSupport.java  |   4 +-
 .../org/apache/ignite/spi/IgniteSpiAdapter.java |  19 +-
 .../discovery/tcp/TcpClientDiscoverySpi.java    |   4 -
 .../spi/discovery/tcp/TcpDiscoverySpi.java      |   4 -
 .../discovery/tcp/TcpDiscoverySpiAdapter.java   |   8 +-
 .../internal/GridUpdateNotifierSelfTest.java    |  13 +-
 .../cache/GridCacheSwapReloadSelfTest.java      |  20 +-
 .../IgniteCacheEntryListenerAbstractTest.java   |   4 +-
 .../IgniteCacheP2pUnmarshallingErrorTest.java   | 189 +++++++++++
 ...gniteCacheP2pUnmarshallingNearErrorTest.java |  56 ++++
 ...CacheP2pUnmarshallingRebalanceErrorTest.java |  80 +++++
 .../IgniteCacheP2pUnmarshallingTxErrorTest.java | 109 +++++++
 .../cache/IgniteCachePeekModesAbstractTest.java |  15 +-
 ...CacheLoadingConcurrentGridStartSelfTest.java | 154 +++++++++
 ...GridCacheLoadingConcurrentGridStartTest.java | 154 ---------
 .../dht/GridCacheDhtPreloadSelfTest.java        |   2 +-
 ...idFileSwapSpaceSpiMultithreadedLoadTest.java |   4 +-
 .../tcp/TcpClientDiscoverySelfTest.java         |   8 +
 .../ignite/testsuites/IgniteBasicTestSuite.java |   1 +
 ...gniteCacheP2pUnmarshallingErrorTestSuit.java |  41 +++
 modules/extdata/p2p/pom.xml                     |   2 +-
 modules/extdata/uri/pom.xml                     |   2 +-
 modules/gce/pom.xml                             |   2 +-
 modules/geospatial/pom.xml                      |   2 +-
 modules/hadoop/pom.xml                          |   2 +-
 modules/hibernate/pom.xml                       |   2 +-
 modules/indexing/pom.xml                        |   2 +-
 .../cache/GridCacheOffHeapAndSwapSelfTest.java  |  11 +-
 .../cache/GridCacheOffHeapSelfTest.java         |  11 +-
 ...niteCacheP2pUnmarshallingQueryErrorTest.java |  56 ++++
 .../IgniteCacheQuerySelfTestSuite.java          |   3 +
 modules/jcl/pom.xml                             |   2 +-
 modules/jta/pom.xml                             |   2 +-
 modules/log4j/pom.xml                           |   2 +-
 modules/rest-http/pom.xml                       |   2 +-
 modules/scalar/pom.xml                          |   2 +-
 modules/schedule/pom.xml                        |   2 +-
 modules/schema-import/pom.xml                   |   8 +-
 modules/slf4j/pom.xml                           |   2 +-
 modules/spring/pom.xml                          |   2 +-
 modules/ssh/pom.xml                             |   2 +-
 modules/tools/pom.xml                           |   2 +-
 modules/urideploy/pom.xml                       |   2 +-
 modules/visor-console/pom.xml                   |   2 +-
 modules/visor-plugins/pom.xml                   |   2 +-
 modules/web/pom.xml                             |   2 +-
 modules/yardstick/pom.xml                       |   2 +-
 pom.xml                                         | 229 ++++++++++++--
 81 files changed, 1905 insertions(+), 549 deletions(-)
----------------------------------------------------------------------