Merge branch 'ignite-sprint-3' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-gg-10002
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9a629627 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9a629627 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9a629627 Branch: refs/heads/ignite-gg-10002 Commit: 9a6296279d03732f97defa11c591e075c1cc0e71 Parents: f8d5d44 efd98ba Author: S.Vladykin <svlady...@gridgain.com> Authored: Wed Apr 1 18:16:22 2015 +0300 Committer: S.Vladykin <svlady...@gridgain.com> Committed: Wed Apr 1 18:16:22 2015 +0300 ---------------------------------------------------------------------- examples/pom.xml | 19 ++- examples/schema-import/pom.xml | 10 +- modules/aop/pom.xml | 6 +- modules/aws/pom.xml | 4 +- modules/clients/pom.xml | 10 +- modules/codegen/pom.xml | 4 +- modules/core/pom.xml | 8 +- .../store/jdbc/CacheAbstractJdbcStore.java | 2 +- .../cache/store/jdbc/CacheJdbcBlobStore.java | 9 +- .../configuration/FileSystemConfiguration.java | 6 + .../apache/ignite/internal/IgniteKernal.java | 5 +- .../cache/DynamicCacheDescriptor.java | 2 +- .../processors/cache/GridCacheAdapter.java | 4 +- .../processors/cache/GridCacheProcessor.java | 66 +++++------ .../continuous/CacheContinuousQueryManager.java | 28 +++++ .../processors/igfs/IgfsDataManager.java | 11 +- .../processors/igfs/IgfsFileAffinityRange.java | 23 +--- .../processors/igfs/IgfsHelperImpl.java | 3 +- .../spi/discovery/tcp/TcpDiscoverySpi.java | 9 +- .../ignite/startup/BasicWarmupClosure.java | 2 +- ...IgniteCacheJdbcBlobStoreNodeRestartTest.java | 52 +++++++++ ...IgniteCacheStoreNodeRestartAbstractTest.java | 116 +++++++++++++++++++ .../ignite/testsuites/IgniteCacheTestSuite.java | 2 + modules/extdata/p2p/pom.xml | 4 +- modules/extdata/uri/pom.xml | 4 +- modules/geospatial/pom.xml | 4 +- modules/hadoop/pom.xml | 8 +- modules/hibernate/pom.xml | 6 +- .../hibernate/CacheHibernateBlobStore.java | 9 +- .../CacheHibernateBlobStoreNodeRestartTest.java | 52 +++++++++ .../testsuites/IgniteHibernateTestSuite.java | 2 + modules/indexing/pom.xml | 4 +- .../processors/query/h2/IgniteH2Indexing.java | 4 +- modules/jcl/pom.xml | 4 +- modules/jta/pom.xml | 4 +- modules/log4j/pom.xml | 4 +- modules/rest-http/pom.xml | 2 +- modules/scalar/pom.xml | 10 +- modules/schedule/pom.xml | 4 +- modules/schema-import/pom.xml | 2 +- modules/slf4j/pom.xml | 2 +- modules/spring/pom.xml | 8 +- modules/ssh/pom.xml | 8 +- modules/urideploy/pom.xml | 6 +- modules/visor-console/pom.xml | 8 +- modules/visor-plugins/pom.xml | 2 +- modules/web/pom.xml | 8 +- modules/yardstick/pom.xml | 6 +- pom.xml | 56 ++++----- 49 files changed, 440 insertions(+), 192 deletions(-) ----------------------------------------------------------------------