Merge branch 'ignite-sprint-7' into ignite-917-review
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/7ff8888c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/7ff8888c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/7ff8888c Branch: refs/heads/ignite-917-review Commit: 7ff8888c59e479ab7ecd7a85f93333664588af9f Parents: 9b144ef 188cd82 Author: ashutak <ashu...@gridgain.com> Authored: Fri Jun 19 17:38:10 2015 +0300 Committer: ashutak <ashu...@gridgain.com> Committed: Fri Jun 19 17:38:10 2015 +0300 ---------------------------------------------------------------------- examples/pom.xml | 2 +- modules/aop/pom.xml | 2 +- modules/aws/pom.xml | 2 +- modules/clients/pom.xml | 2 +- modules/cloud/pom.xml | 2 +- modules/codegen/pom.xml | 2 +- modules/core/pom.xml | 2 +- .../processors/task/GridTaskProcessor.java | 23 ++- .../core/src/main/resources/ignite.properties | 2 +- .../GridTaskFailoverAffinityRunTest.java | 170 +++++++++++++++++++ ...ridCachePartitionNotLoadedEventSelfTest.java | 82 +++++++++ .../distributed/IgniteCacheManyClientsTest.java | 1 + .../IgniteCacheTxMessageRecoveryTest.java | 5 + ...idCacheNearOnlyMultiNodeFullApiSelfTest.java | 2 +- .../ignite/testsuites/IgniteCacheTestSuite.java | 4 +- .../testsuites/IgniteComputeGridTestSuite.java | 1 + .../ignite/util/TestTcpCommunicationSpi.java | 21 +++ 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 +- ...QueryOffheapEvictsMultiThreadedSelfTest.java | 5 + .../IgniteCacheQuerySelfTestSuite.java | 2 +- modules/jcl/pom.xml | 2 +- modules/jta/pom.xml | 2 +- modules/log4j/pom.xml | 2 +- modules/mesos/pom.xml | 2 +- modules/rest-http/pom.xml | 2 +- modules/scalar-2.10/pom.xml | 2 +- modules/scalar/pom.xml | 2 +- modules/schedule/pom.xml | 2 +- modules/schema-import/pom.xml | 2 +- modules/slf4j/pom.xml | 2 +- modules/spark-2.10/pom.xml | 2 +- modules/spark/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-2.10/pom.xml | 2 +- modules/visor-console/pom.xml | 2 +- modules/visor-plugins/pom.xml | 2 +- modules/web/pom.xml | 2 +- .../IgniteWebSessionSelfTestSuite.java | 2 +- modules/yardstick/pom.xml | 2 +- pom.xml | 2 +- 49 files changed, 341 insertions(+), 51 deletions(-) ----------------------------------------------------------------------