Merge branches 'ignite-143' and 'sprint-1' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-143
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a94f9bad Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a94f9bad Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/a94f9bad Branch: refs/heads/ignite-143 Commit: a94f9bad9e5fd8ea339a65d731b5cc3bfb266b87 Parents: 38ae7b3 322408f Author: Valentin Kulichenko <vkuliche...@gridgain.com> Authored: Thu Feb 12 20:03:39 2015 -0800 Committer: Valentin Kulichenko <vkuliche...@gridgain.com> Committed: Thu Feb 12 20:03:39 2015 -0800 ---------------------------------------------------------------------- .../dht/preloader/GridDhtPartitionMap.java | 32 ++++++++++++- .../preloader/GridDhtPartitionsFullMessage.java | 47 +------------------- .../dht/preloader/GridDhtPreloader.java | 18 +++++--- .../discovery/GridDiscoveryManagerSelfTest.java | 31 +++++++++++++ .../cache/GridCacheConcurrentMapSelfTest.java | 4 +- .../ignite/testsuites/IgniteCacheTestSuite.java | 1 + .../testsuites/IgniteLangSelfTestSuite.java | 1 - .../query/h2/GridH2IndexRebuildTest.java | 10 ++--- pom.xml | 19 +------- 9 files changed, 86 insertions(+), 77 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a94f9bad/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/h2/GridH2IndexRebuildTest.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a94f9bad/pom.xml ----------------------------------------------------------------------