Merge remote-tracking branch 'remotes/origin/ignite-2.0' into ignite-1561
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d2c9a769 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d2c9a769 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d2c9a769 Branch: refs/heads/ignite-1561 Commit: d2c9a7690a48fdf107b9e36e721bc1bd36f7dfa8 Parents: 78601cb f923bc9 Author: sboikov <[email protected]> Authored: Wed Apr 19 18:01:31 2017 +0300 Committer: sboikov <[email protected]> Committed: Wed Apr 19 18:01:31 2017 +0300 ---------------------------------------------------------------------- assembly/release-fabric-base.xml | 5 - config/dotnet/default-dotnet.xml | 45 -- .../benchmarks/jmh/tree/BPlusTreeBenchmark.java | 1 + .../org/apache/ignite/IgniteFileSystem.java | 2 +- .../configuration/FileSystemConfiguration.java | 8 +- .../MemoryPolicyConfiguration.java | 4 +- .../org/apache/ignite/internal/IgniteEx.java | 2 +- .../apache/ignite/internal/IgniteKernal.java | 8 +- .../mem/IgniteOutOfMemoryException.java | 51 ++ .../internal/mem/OutOfMemoryException.java | 51 -- .../pagemem/impl/PageMemoryNoStoreImpl.java | 16 +- .../IgniteCacheDatabaseSharedManager.java | 12 +- .../internal/processors/igfs/IgfsAsyncImpl.java | 2 +- .../internal/processors/igfs/IgfsImpl.java | 2 +- .../processors/igfs/IgfsNoopProcessor.java | 4 +- .../internal/processors/igfs/IgfsProcessor.java | 30 +- .../processors/igfs/IgfsProcessorAdapter.java | 4 +- .../internal/processors/igfs/IgfsUtils.java | 3 + .../test/config/loaders/grid-cfg-2-grids.xml | 6 +- .../pagemem/impl/PageMemoryNoLoadSelfTest.java | 2 +- .../CacheMemoryPolicyConfigurationTest.java | 6 +- .../CacheLateAffinityAssignmentTest.java | 3 +- .../processors/database/BPlusTreeSelfTest.java | 7 +- .../database/FreeListImplSelfTest.java | 8 +- .../database/MetadataStorageSelfTest.java | 2 +- ...lockMessageSystemPoolStarvationSelfTest.java | 8 +- .../processors/igfs/IgfsIgniteMock.java | 2 +- .../igfs/IgfsProcessorValidationSelfTest.java | 19 +- .../junits/multijvm/IgniteProcessProxy.java | 2 +- .../h2/GridBinaryH2IndexingGeoSelfTest.java | 35 - .../query/h2/GridH2IndexingGeoSelfTest.java | 470 ------------- .../h2/GridH2IndexingSegmentedGeoSelfTest.java | 37 - .../query/h2/H2IndexingAbstractGeoSelfTest.java | 673 +++++++++++++++++++ .../query/h2/H2IndexingBinaryGeoSelfTest.java | 30 + .../H2IndexingBinarySegmentedGeoSelfTest.java | 30 + .../query/h2/H2IndexingGeoSelfTest.java | 30 + .../h2/H2IndexingSegmentedGeoSelfTest.java | 30 + .../testsuites/GeoSpatialIndexingTestSuite.java | 16 +- .../hadoop/igfs/HadoopIgfsEndpoint.java | 6 +- .../hadoop/impl/HadoopAbstractSelfTest.java | 4 +- .../impl/HadoopTaskExecutionSelfTest.java | 16 +- ...opClientProtocolMultipleServersSelfTest.java | 8 +- .../client/HadoopClientProtocolSelfTest.java | 7 +- ...IgniteHadoopFileSystemHandshakeSelfTest.java | 119 +--- .../h2/database/InlineIndexHelperTest.java | 3 + .../java/org/apache/ignite/ml/math/Algebra.java | 18 +- .../org/apache/ignite/ml/math/Constants.java | 35 +- .../java/org/apache/ignite/ml/math/Matrix.java | 8 +- .../org/apache/ignite/ml/math/MurmurHash.java | 31 +- .../org/apache/ignite/ml/math/ValueMapper.java | 6 +- .../decompositions/CholeskyDecomposition.java | 2 +- .../math/decompositions/EigenDecomposition.java | 23 +- .../ml/math/decompositions/LUDecomposition.java | 16 +- .../ignite/ml/math/functions/Functions.java | 7 +- .../functions/IntIntDoubleToVoidFunction.java | 6 +- .../ml/math/impls/matrix/CacheMatrix.java | 19 +- .../ml/math/impls/matrix/PivotedMatrixView.java | 38 +- .../impls/matrix/SparseDistributedMatrix.java | 17 +- .../storage/matrix/CacheMatrixStorage.java | 10 +- .../matrix/DenseOffHeapMatrixStorage.java | 9 +- .../storage/vector/CacheVectorStorage.java | 8 +- .../storage/vector/DelegateVectorStorage.java | 12 +- .../storage/vector/MatrixVectorStorage.java | 27 +- .../vector/SparseLocalOffHeapVectorStorage.java | 4 +- .../ml/math/impls/vector/AbstractVector.java | 16 +- .../ml/math/impls/vector/CacheVector.java | 10 +- .../ml/math/impls/vector/ConstantVector.java | 4 +- .../ml/math/impls/vector/DelegatingVector.java | 2 +- .../ml/math/impls/vector/MatrixVectorView.java | 12 +- .../ml/math/impls/vector/PivotedVectorView.java | 23 +- .../ml/math/impls/vector/RandomVector.java | 10 +- .../math/impls/vector/SingleElementVector.java | 8 +- .../impls/vector/SingleElementVectorView.java | 4 +- .../ml/math/impls/vector/SparseLocalVector.java | 4 +- .../ml/math/impls/matrix/CacheMatrixTest.java | 4 +- .../math/impls/vector/AbstractVectorTest.java | 6 +- modules/platforms/cpp/odbc/README.txt | 17 +- .../Apache.Ignite.Core.Tests.csproj | 7 + .../Binary/BinaryBuilderSelfTest.cs | 3 +- .../BinaryBuilderSelfTestDynamicRegistration.cs | 2 + .../Binary/BinaryBuilderSelfTestSimpleName.cs | 2 + .../Binary/BinaryCompactFooterInteropTest.cs | 4 +- .../BinaryConfigurationTest.cs | 4 +- .../Cache/AddArgCacheEntryProcessor.cs | 91 +++ .../Cache/Affinity/AffinityFunctionTest.cs | 1 - .../Cache/Affinity/AffinityTest.cs | 10 +- .../BinarizableAddArgCacheEntryProcessor.cs | 53 ++ .../Cache/BinarizableTestException.cs | 51 ++ .../Cache/CacheAbstractTest.cs | 422 +++--------- .../Cache/CacheDynamicStartTest.cs | 164 ++--- .../Cache/CacheForkedTest.cs | 6 +- .../Cache/CacheTestKey.cs | 68 ++ .../Cache/NonSerializableCacheEntryProcessor.cs | 40 ++ .../Cache/NonSerializableException.cs | 40 ++ .../Cache/Query/CacheQueriesTest.cs | 35 +- .../Continuous/ContinuousQueryAbstractTest.cs | 45 +- .../Continuous/ContinuousQueryJavaFilterTest.cs | 21 +- .../Cache/Store/CacheParallelLoadStoreTest.cs | 9 +- .../Cache/Store/CacheStoreSessionTest.cs | 15 +- .../Cache/Store/CacheStoreTest.cs | 17 +- .../Cache/TestReferenceObject.cs | 40 ++ .../Compute/AbstractTaskTest.cs | 29 +- .../Compute/BinarizableClosureTaskTest.cs | 14 +- .../Compute/BinarizableTaskTest.cs | 15 - .../Compute/ComputeApiTest.cs | 9 +- .../Compute/ComputeApiTestFullFooter.cs | 4 +- .../Compute/FailoverTaskSelfTest.cs | 6 - .../Compute/ResourceTaskTest.cs | 60 +- .../Compute/SerializableClosureTaskTest.cs | 1 + .../Compute/TaskAdapterTest.cs | 6 - .../Compute/TaskResultTest.cs | 12 - .../Dataload/DataStreamerTest.cs | 55 +- .../Apache.Ignite.Core.Tests/DeploymentTest.cs | 4 +- .../Apache.Ignite.Core.Tests/EventsTest.cs | 65 +- .../Apache.Ignite.Core.Tests/ExceptionsTest.cs | 13 +- .../Apache.Ignite.Core.Tests/ExecutableTest.cs | 57 +- .../Apache.Ignite.Core.Tests/FutureTest.cs | 18 +- .../IgniteStartStopTest.cs | 55 +- .../Apache.Ignite.Core.Tests/IgniteTestBase.cs | 51 +- .../Apache.Ignite.Core.Tests/LifecycleTest.cs | 45 +- .../Apache.Ignite.Core.Tests/LoadDllTest.cs | 11 +- .../Apache.Ignite.Core.Tests/MessagingTest.cs | 30 +- .../Impl/Binary/BinaryUtils.cs | 207 ++---- .../apache/ignite/cache/spring/SpringCache.java | 6 + .../GridSpringResourceInjectionSelfTest.java | 20 +- parent/pom.xml | 2 +- 126 files changed, 1993 insertions(+), 2197 deletions(-) ----------------------------------------------------------------------
