Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 41AA0200C1B for ; Tue, 14 Feb 2017 14:11:32 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 40320160B52; Tue, 14 Feb 2017 13:11:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6BDCC160B5F for ; Tue, 14 Feb 2017 14:11:29 +0100 (CET) Received: (qmail 62069 invoked by uid 500); 14 Feb 2017 13:11:28 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 60682 invoked by uid 99); 14 Feb 2017 13:11:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2017 13:11:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DD56EE0947; Tue, 14 Feb 2017 13:11:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Tue, 14 Feb 2017 13:11:52 -0000 Message-Id: <335947a5639e455197b9c0470536ca3e@git.apache.org> In-Reply-To: <6a0df8eebf5c480f99ce61b79cc29dcf@git.apache.org> References: <6a0df8eebf5c480f99ce61b79cc29dcf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [33/34] ignite git commit: Merge remote-tracking branch 'remotes/origin/master' into ignite-3727-2 archived-at: Tue, 14 Feb 2017 13:11:32 -0000 Merge remote-tracking branch 'remotes/origin/master' into ignite-3727-2 # Conflicts: # modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/shuffle/HadoopShuffle.java Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/91e83407 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/91e83407 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/91e83407 Branch: refs/heads/ignite-3727-2 Commit: 91e834078402dcab161cdac7f9b4a72f89c80135 Parents: 000bb8e 8e12513 Author: sboikov Authored: Tue Feb 14 15:40:47 2017 +0300 Committer: sboikov Committed: Tue Feb 14 15:40:47 2017 +0300 ---------------------------------------------------------------------- .gitignore | 1 + DEVNOTES.txt | 3 + NOTICE | 2 +- README.md | 8 + RELEASE_NOTES.txt | 22 + assembly/LICENSE_FABRIC | 35 +- assembly/LICENSE_HADOOP | 17 +- assembly/NOTICE_FABRIC | 2 +- assembly/NOTICE_HADOOP | 2 +- assembly/dependencies-fabric-lgpl.xml | 2 + assembly/dependencies-fabric.xml | 2 + assembly/release-base.xml | 5 + assembly/release-fabric-base.xml | 1 + bin/ignite.bat | 5 + bin/ignite.sh | 9 + bin/include/setenv.bat | 8 - bin/include/setenv.sh | 31 - config/dotnet/default-dotnet.xml | 45 + examples/pom-standalone-lgpl.xml | 6 + examples/pom-standalone.xml | 6 + examples/pom.xml | 8 +- examples/redis/redis-example.php | 82 + examples/redis/redis-example.py | 62 + examples/schema-import/bin/h2-server.bat | 2 +- examples/schema-import/bin/h2-server.sh | 4 +- .../schema-import/bin/schema-import.properties | 2 +- examples/schema-import/pom.xml | 2 +- .../examples/datagrid/SpatialQueryExample.java | 106 + .../ignite/examples/ExampleNodeStartup.java | 2 +- .../examples/datagrid/CachePutGetExample.java | 2 +- .../examples/datagrid/CacheQueryDmlExample.java | 163 + .../scalar/examples/ScalarJvmCloudExample.scala | 2 +- .../SpatialQueryExampleMultiNodeSelfTest.java | 31 + .../examples/SpatialQueryExampleSelfTest.java | 33 + .../IgniteLgplExamplesSelfTestSuite.java | 4 + .../CacheExamplesMultiNodeSelfTest.java | 7 + .../ignite/examples/CacheExamplesSelfTest.java | 8 + modules/aop/pom.xml | 2 +- modules/apache-license-gen/pom.xml | 2 +- .../src/main/resources/META-INF/licenses.txt.vm | 7 +- modules/aws/pom.xml | 2 +- .../tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.java | 37 +- .../s3/S3CheckpointManagerSelfTest.java | 3 + .../checkpoint/s3/S3CheckpointSpiSelfTest.java | 4 + .../s3/S3CheckpointSpiStartStopSelfTest.java | 7 + .../s3/S3SessionCheckpointSelfTest.java | 2 + .../TcpDiscoveryS3IpFinderAbstractSelfTest.java | 84 + ...3IpFinderAwsCredentialsProviderSelfTest.java | 46 + ...scoveryS3IpFinderAwsCredentialsSelfTest.java | 45 + .../s3/TcpDiscoveryS3IpFinderSelfTest.java | 72 - .../ignite/testsuites/IgniteS3TestSuite.java | 39 +- modules/benchmarks/pom.xml | 2 +- .../jmh/misc/JmhIncrementBenchmark.java | 95 + modules/camel/pom.xml | 2 +- .../stream/camel/IgniteCamelStreamerTest.java | 4 +- modules/cassandra/README.txt | 8 +- modules/cassandra/licenses/apache-2.0.txt | 202 - modules/cassandra/pom.xml | 315 +- modules/cassandra/serializers/README.txt | 34 + .../serializers/licenses/apache-2.0.txt | 202 + modules/cassandra/serializers/pom.xml | 129 + .../cassandra/serializer/KryoSerializer.java | 95 + .../apache/ignite/tests/KryoSerializerTest.java | 70 + .../java/org/apache/ignite/tests/MyPojo.java | 102 + .../store/cassandra/CassandraCacheStore.java | 409 - .../cassandra/CassandraCacheStoreFactory.java | 200 - .../store/cassandra/common/CassandraHelper.java | 133 - .../cassandra/common/PropertyMappingHelper.java | 220 - .../store/cassandra/common/RandomSleeper.java | 104 - .../store/cassandra/common/SystemHelper.java | 46 - .../store/cassandra/common/package-info.java | 21 - .../store/cassandra/datasource/Credentials.java | 37 - .../store/cassandra/datasource/DataSource.java | 550 - .../cassandra/datasource/PlainCredentials.java | 50 - .../cassandra/datasource/package-info.java | 21 - .../cache/store/cassandra/package-info.java | 21 - .../persistence/KeyPersistenceSettings.java | 274 - .../KeyValuePersistenceSettings.java | 478 - .../persistence/PersistenceController.java | 421 - .../persistence/PersistenceSettings.java | 335 - .../persistence/PersistenceStrategy.java | 62 - .../store/cassandra/persistence/PojoField.java | 219 - .../cassandra/persistence/PojoKeyField.java | 91 - .../cassandra/persistence/PojoValueField.java | 152 - .../persistence/ValuePersistenceSettings.java | 107 - .../cassandra/persistence/package-info.java | 21 - .../cassandra/serializer/JavaSerializer.java | 81 - .../cassandra/serializer/KryoSerializer.java | 93 - .../store/cassandra/serializer/Serializer.java | 43 - .../cassandra/serializer/package-info.java | 21 - .../session/BatchExecutionAssistant.java | 95 - .../cassandra/session/BatchLoaderAssistant.java | 47 - .../cassandra/session/CassandraSession.java | 60 - .../cassandra/session/CassandraSessionImpl.java | 832 -- .../cassandra/session/ExecutionAssistant.java | 77 - .../session/GenericBatchExecutionAssistant.java | 71 - .../session/LoadCacheCustomQueryWorker.java | 105 - .../store/cassandra/session/package-info.java | 21 - .../cassandra/session/pool/SessionPool.java | 173 - .../cassandra/session/pool/SessionWrapper.java | 71 - .../cassandra/session/pool/package-info.java | 21 - .../store/cassandra/utils/DDLGenerator.java | 64 - .../store/cassandra/utils/package-info.java | 21 - .../cassandra/src/test/bootstrap/aws/README.txt | 13 - .../aws/cassandra/cassandra-bootstrap.sh | 336 - .../bootstrap/aws/cassandra/cassandra-env.sh | 287 - .../bootstrap/aws/cassandra/cassandra-start.sh | 217 - .../aws/cassandra/cassandra-template.yaml | 888 -- .../cassandra/src/test/bootstrap/aws/common.sh | 1481 -- modules/cassandra/src/test/bootstrap/aws/env.sh | 113 - .../test/bootstrap/aws/ganglia/agent-start.sh | 75 - .../bootstrap/aws/ganglia/ganglia-bootstrap.sh | 417 - .../bootstrap/aws/ignite/ignite-bootstrap.sh | 336 - .../ignite/ignite-cassandra-server-template.xml | 190 - .../src/test/bootstrap/aws/ignite/ignite-env.sh | 29 - .../test/bootstrap/aws/ignite/ignite-start.sh | 266 - .../src/test/bootstrap/aws/logs-collector.sh | 173 - .../tests/ignite-cassandra-client-template.xml | 192 - .../test/bootstrap/aws/tests/tests-bootstrap.sh | 317 - .../test/bootstrap/aws/tests/tests-manager.sh | 458 - .../test/bootstrap/aws/tests/tests-report.sh | 499 - .../CassandraDirectPersistenceLoadTest.java | 107 - .../tests/CassandraDirectPersistenceTest.java | 371 - .../apache/ignite/tests/DDLGeneratorTest.java | 43 - .../tests/IgnitePersistentStoreLoadTest.java | 111 - .../ignite/tests/IgnitePersistentStoreTest.java | 369 - .../LoadTestsCassandraArtifactsCreator.java | 104 - .../org/apache/ignite/tests/load/Generator.java | 27 - .../apache/ignite/tests/load/IntGenerator.java | 33 - .../ignite/tests/load/LoadTestDriver.java | 238 - .../apache/ignite/tests/load/LongGenerator.java | 28 - .../ignite/tests/load/PersonGenerator.java | 43 - .../ignite/tests/load/PersonIdGenerator.java | 31 - .../ignite/tests/load/StringGenerator.java | 28 - .../org/apache/ignite/tests/load/Worker.java | 429 - .../tests/load/cassandra/BulkReadWorker.java | 63 - .../tests/load/cassandra/BulkWriteWorker.java | 52 - .../ignite/tests/load/cassandra/ReadWorker.java | 51 - .../tests/load/cassandra/WriteWorker.java | 51 - .../tests/load/cassandra/package-info.java | 21 - .../tests/load/ignite/BulkReadWorker.java | 52 - .../tests/load/ignite/BulkWriteWorker.java | 52 - .../ignite/tests/load/ignite/ReadWorker.java | 51 - .../ignite/tests/load/ignite/WriteWorker.java | 51 - .../ignite/tests/load/ignite/package-info.java | 21 - .../apache/ignite/tests/load/package-info.java | 21 - .../org/apache/ignite/tests/package-info.java | 21 - .../org/apache/ignite/tests/pojos/Person.java | 246 - .../org/apache/ignite/tests/pojos/PersonId.java | 110 - .../apache/ignite/tests/pojos/package-info.java | 21 - .../ignite/tests/utils/CacheStoreHelper.java | 64 - .../tests/utils/CassandraAdminCredentials.java | 36 - .../ignite/tests/utils/CassandraHelper.java | 358 - .../tests/utils/CassandraLifeCycleBean.java | 149 - .../utils/CassandraRegularCredentials.java | 36 - .../ignite/tests/utils/TestCacheSession.java | 91 - .../apache/ignite/tests/utils/TestsHelper.java | 375 - .../apache/ignite/tests/utils/package-info.java | 21 - .../src/test/resources/log4j.properties | 119 - .../tests/cassandra/connection-settings.xml | 52 - .../tests/cassandra/connection.properties | 17 - .../tests/cassandra/credentials.properties | 22 - .../tests/cassandra/embedded-cassandra.yaml | 119 - .../ignite/tests/cassandra/keyspaces.properties | 17 - .../tests/persistence/blob/ignite-config.xml | 94 - .../persistence/blob/persistence-settings-1.xml | 21 - .../persistence/blob/persistence-settings-2.xml | 21 - .../persistence/blob/persistence-settings-3.xml | 29 - .../tests/persistence/pojo/ignite-config.xml | 113 - .../persistence/pojo/persistence-settings-1.xml | 21 - .../persistence/pojo/persistence-settings-2.xml | 21 - .../persistence/pojo/persistence-settings-3.xml | 173 - .../persistence/primitive/ignite-config.xml | 94 - .../primitive/ignite-remote-client-config.xml | 99 - .../primitive/ignite-remote-server-config.xml | 110 - .../primitive/persistence-settings-1.xml | 21 - .../primitive/persistence-settings-2.xml | 21 - .../src/test/resources/tests.properties | 50 - .../src/test/scripts/cassandra-load-tests.bat | 41 - .../src/test/scripts/cassandra-load-tests.sh | 39 - .../src/test/scripts/ignite-load-tests.bat | 41 - .../src/test/scripts/ignite-load-tests.sh | 39 - modules/cassandra/src/test/scripts/jvm-opt.sh | 21 - modules/cassandra/src/test/scripts/jvm-opts.bat | 24 - .../scripts/recreate-cassandra-artifacts.bat | 41 - .../scripts/recreate-cassandra-artifacts.sh | 39 - modules/cassandra/store/README.txt | 32 + modules/cassandra/store/licenses/apache-2.0.txt | 202 + modules/cassandra/store/pom.xml | 305 + .../store/cassandra/CassandraCacheStore.java | 525 + .../cassandra/CassandraCacheStoreFactory.java | 200 + .../store/cassandra/common/CassandraHelper.java | 176 + .../cassandra/common/PropertyMappingHelper.java | 219 + .../store/cassandra/common/RandomSleeper.java | 104 + .../store/cassandra/common/SystemHelper.java | 46 + .../store/cassandra/common/package-info.java | 21 + .../store/cassandra/datasource/Credentials.java | 39 + .../store/cassandra/datasource/DataSource.java | 656 + .../cassandra/datasource/PlainCredentials.java | 53 + .../cassandra/datasource/package-info.java | 21 + .../cache/store/cassandra/package-info.java | 21 + .../persistence/KeyPersistenceSettings.java | 305 + .../KeyValuePersistenceSettings.java | 526 + .../persistence/PersistenceController.java | 462 + .../persistence/PersistenceSettings.java | 446 + .../persistence/PersistenceStrategy.java | 62 + .../store/cassandra/persistence/PojoField.java | 245 + .../cassandra/persistence/PojoKeyField.java | 87 + .../cassandra/persistence/PojoValueField.java | 143 + .../persistence/ValuePersistenceSettings.java | 120 + .../cassandra/persistence/package-info.java | 21 + .../cassandra/serializer/JavaSerializer.java | 80 + .../store/cassandra/serializer/Serializer.java | 43 + .../cassandra/serializer/package-info.java | 21 + .../session/BatchExecutionAssistant.java | 102 + .../cassandra/session/BatchLoaderAssistant.java | 47 + .../cassandra/session/CassandraSession.java | 70 + .../cassandra/session/CassandraSessionImpl.java | 943 ++ .../cassandra/session/ExecutionAssistant.java | 84 + .../session/GenericBatchExecutionAssistant.java | 71 + .../session/LoadCacheCustomQueryWorker.java | 105 + .../store/cassandra/session/package-info.java | 21 + .../cassandra/session/pool/SessionPool.java | 173 + .../cassandra/session/pool/SessionWrapper.java | 71 + .../cassandra/session/pool/package-info.java | 21 + .../session/transaction/BaseMutation.java | 68 + .../session/transaction/DeleteMutation.java | 57 + .../cassandra/session/transaction/Mutation.java | 63 + .../session/transaction/WriteMutation.java | 60 + .../session/transaction/package-info.java | 21 + .../store/cassandra/utils/DDLGenerator.java | 76 + .../store/cassandra/utils/package-info.java | 21 + .../store/src/test/bootstrap/aws/README.txt | 13 + .../aws/cassandra/cassandra-bootstrap.sh | 336 + .../bootstrap/aws/cassandra/cassandra-env.sh | 287 + .../bootstrap/aws/cassandra/cassandra-start.sh | 217 + .../aws/cassandra/cassandra-template.yaml | 888 ++ .../store/src/test/bootstrap/aws/common.sh | 1481 ++ .../store/src/test/bootstrap/aws/env.sh | 113 + .../test/bootstrap/aws/ganglia/agent-start.sh | 75 + .../bootstrap/aws/ganglia/ganglia-bootstrap.sh | 417 + .../bootstrap/aws/ignite/ignite-bootstrap.sh | 336 + .../ignite/ignite-cassandra-server-template.xml | 190 + .../src/test/bootstrap/aws/ignite/ignite-env.sh | 29 + .../test/bootstrap/aws/ignite/ignite-start.sh | 266 + .../src/test/bootstrap/aws/logs-collector.sh | 173 + .../tests/ignite-cassandra-client-template.xml | 192 + .../test/bootstrap/aws/tests/tests-bootstrap.sh | 317 + .../test/bootstrap/aws/tests/tests-manager.sh | 458 + .../test/bootstrap/aws/tests/tests-report.sh | 499 + .../CassandraDirectPersistenceLoadTest.java | 107 + .../tests/CassandraDirectPersistenceTest.java | 696 + .../ignite/tests/CassandraLocalServer.java | 59 + .../apache/ignite/tests/DDLGeneratorTest.java | 57 + .../tests/DatasourceSerializationTest.java | 158 + .../tests/IgnitePersistentStoreLoadTest.java | 111 + .../ignite/tests/IgnitePersistentStoreTest.java | 666 + .../LoadTestsCassandraArtifactsCreator.java | 104 + .../org/apache/ignite/tests/load/Generator.java | 27 + .../apache/ignite/tests/load/IntGenerator.java | 33 + .../ignite/tests/load/LoadTestDriver.java | 238 + .../apache/ignite/tests/load/LongGenerator.java | 28 + .../ignite/tests/load/PersonGenerator.java | 43 + .../ignite/tests/load/PersonIdGenerator.java | 31 + .../ignite/tests/load/StringGenerator.java | 28 + .../org/apache/ignite/tests/load/Worker.java | 429 + .../tests/load/cassandra/BulkReadWorker.java | 63 + .../tests/load/cassandra/BulkWriteWorker.java | 52 + .../ignite/tests/load/cassandra/ReadWorker.java | 51 + .../tests/load/cassandra/WriteWorker.java | 51 + .../tests/load/cassandra/package-info.java | 21 + .../tests/load/ignite/BulkReadWorker.java | 52 + .../tests/load/ignite/BulkWriteWorker.java | 52 + .../ignite/tests/load/ignite/ReadWorker.java | 51 + .../ignite/tests/load/ignite/WriteWorker.java | 51 + .../ignite/tests/load/ignite/package-info.java | 21 + .../apache/ignite/tests/load/package-info.java | 21 + .../org/apache/ignite/tests/package-info.java | 21 + .../org/apache/ignite/tests/pojos/Person.java | 279 + .../org/apache/ignite/tests/pojos/PersonId.java | 110 + .../org/apache/ignite/tests/pojos/Product.java | 123 + .../apache/ignite/tests/pojos/ProductOrder.java | 148 + .../apache/ignite/tests/pojos/package-info.java | 21 + .../ignite/tests/utils/CacheStoreHelper.java | 77 + .../tests/utils/CassandraAdminCredentials.java | 38 + .../ignite/tests/utils/CassandraHelper.java | 358 + .../tests/utils/CassandraLifeCycleBean.java | 149 + .../utils/CassandraRegularCredentials.java | 38 + .../ignite/tests/utils/TestCacheSession.java | 95 + .../ignite/tests/utils/TestTransaction.java | 132 + .../apache/ignite/tests/utils/TestsHelper.java | 660 + .../apache/ignite/tests/utils/package-info.java | 21 + .../store/src/test/resources/log4j.properties | 119 + .../tests/cassandra/connection-settings.xml | 52 + .../tests/cassandra/connection.properties | 17 + .../tests/cassandra/credentials.properties | 22 + .../tests/cassandra/embedded-cassandra.yaml | 119 + .../ignite/tests/cassandra/keyspaces.properties | 17 + .../tests/persistence/blob/ignite-config.xml | 94 + .../persistence/blob/persistence-settings-1.xml | 21 + .../persistence/blob/persistence-settings-2.xml | 21 + .../persistence/blob/persistence-settings-3.xml | 29 + .../tests/persistence/pojo/ignite-config.xml | 169 + .../ignite/tests/persistence/pojo/order.xml | 21 + .../persistence/pojo/persistence-settings-1.xml | 21 + .../persistence/pojo/persistence-settings-2.xml | 21 + .../persistence/pojo/persistence-settings-3.xml | 175 + .../persistence/pojo/persistence-settings-4.xml | 175 + .../ignite/tests/persistence/pojo/product.xml | 21 + .../persistence/primitive/ignite-config.xml | 94 + .../primitive/ignite-remote-client-config.xml | 99 + .../primitive/ignite-remote-server-config.xml | 110 + .../primitive/persistence-settings-1.xml | 21 + .../primitive/persistence-settings-2.xml | 21 + .../store/src/test/resources/tests.properties | 65 + .../src/test/scripts/cassandra-load-tests.bat | 41 + .../src/test/scripts/cassandra-load-tests.sh | 39 + .../src/test/scripts/ignite-load-tests.bat | 41 + .../store/src/test/scripts/ignite-load-tests.sh | 39 + .../cassandra/store/src/test/scripts/jvm-opt.sh | 21 + .../store/src/test/scripts/jvm-opts.bat | 24 + .../scripts/recreate-cassandra-artifacts.bat | 41 + .../scripts/recreate-cassandra-artifacts.sh | 39 + modules/clients/pom.xml | 9 +- .../clients/src/test/config/jdbc-bin-config.xml | 54 + .../client/ClientReconnectionSelfTest.java | 4 +- .../ClientAbstractMultiNodeSelfTest.java | 8 +- .../client/router/TcpSslRouterSelfTest.java | 7 +- .../client/suite/IgniteClientTestSuite.java | 75 +- .../jdbc2/JdbcAbstractDmlStatementSelfTest.java | 263 + .../JdbcAbstractUpdateStatementSelfTest.java | 37 + ...BinaryMarshallerInsertStatementSelfTest.java | 35 + ...cBinaryMarshallerMergeStatementSelfTest.java | 35 + .../jdbc2/JdbcDeleteStatementSelfTest.java | 49 + .../jdbc2/JdbcInsertStatementSelfTest.java | 122 + .../jdbc2/JdbcMergeStatementSelfTest.java | 91 + .../internal/jdbc2/JdbcMetadataSelfTest.java | 2 +- .../internal/jdbc2/JdbcNoDefaultCacheTest.java | 40 +- .../internal/jdbc2/JdbcResultSetSelfTest.java | 109 +- .../rest/ClientMemcachedProtocolSelfTest.java | 4 +- .../rest/RestProcessorMultiStartSelfTest.java | 48 +- .../rest/protocols/tcp/MockNioSession.java | 25 +- .../tcp/redis/RedisProtocolSelfTest.java | 559 + .../ignite/jdbc/JdbcMetadataSelfTest.java | 4 +- .../jdbc/suite/IgniteJdbcDriverTestSuite.java | 8 +- modules/cloud/pom.xml | 8 +- .../TcpDiscoveryCloudIpFinderSelfTest.java | 6 +- .../ignite/testsuites/IgniteCloudTestSuite.java | 5 +- modules/codegen/pom.xml | 2 +- .../ignite/codegen/MessageCodeGenerator.java | 2 +- modules/core/pom.xml | 2 +- modules/core/src/main/java/META-INF/NOTICE | 2 +- .../src/main/java/org/apache/ignite/Ignite.java | 77 +- .../java/org/apache/ignite/IgniteCache.java | 23 +- .../org/apache/ignite/IgniteDataStreamer.java | 2 +- .../java/org/apache/ignite/IgniteLogger.java | 10 +- .../java/org/apache/ignite/IgniteScheduler.java | 13 + .../java/org/apache/ignite/IgniteServices.java | 64 +- .../apache/ignite/IgniteSystemProperties.java | 76 + .../binary/BinaryAbstractIdentityResolver.java | 53 + .../binary/BinaryArrayIdentityResolver.java | 224 + .../binary/BinaryFieldIdentityResolver.java | 307 + .../ignite/binary/BinaryIdentityResolver.java | 42 + .../ignite/binary/BinaryTypeConfiguration.java | 27 +- .../org/apache/ignite/cache/QueryEntity.java | 47 + .../ignite/cache/affinity/AffinityKey.java | 4 +- .../affinity/fair/FairAffinityFunction.java | 2 +- .../rendezvous/RendezvousAffinityFunction.java | 82 +- .../cache/query/QueryCancelledException.java | 35 + .../apache/ignite/cache/query/QueryCursor.java | 8 +- .../ignite/cache/query/QueryDetailMetrics.java | 98 + .../apache/ignite/cache/query/QueryMetrics.java | 2 +- .../org/apache/ignite/cache/query/SpiQuery.java | 8 +- .../ignite/cache/query/SqlFieldsQuery.java | 34 +- .../org/apache/ignite/cache/query/SqlQuery.java | 50 + .../cache/store/CacheLoadOnlyStoreAdapter.java | 6 +- .../ignite/cache/store/CacheStoreAdapter.java | 6 + .../store/jdbc/CacheAbstractJdbcStore.java | 220 +- .../cache/store/jdbc/CacheJdbcBlobStore.java | 4 +- .../store/jdbc/CacheJdbcBlobStoreFactory.java | 2 +- .../cache/store/jdbc/CacheJdbcPojoStore.java | 39 +- .../store/jdbc/CacheJdbcPojoStoreFactory.java | 45 +- .../ignite/cache/store/jdbc/JdbcType.java | 2 +- .../store/jdbc/JdbcTypesDefaultTransformer.java | 119 +- .../cache/store/jdbc/JdbcTypesTransformer.java | 17 + .../store/jdbc/dialect/BasicJdbcDialect.java | 43 +- .../cache/store/jdbc/dialect/DB2Dialect.java | 14 +- .../cache/store/jdbc/dialect/H2Dialect.java | 5 +- .../cache/store/jdbc/dialect/JdbcDialect.java | 18 +- .../cache/store/jdbc/dialect/MySQLDialect.java | 9 +- .../cache/store/jdbc/dialect/OracleDialect.java | 13 +- .../store/jdbc/dialect/SQLServerDialect.java | 22 +- .../apache/ignite/compute/ComputeTaskSpis.java | 8 +- .../configuration/CacheConfiguration.java | 101 +- .../configuration/FileSystemConfiguration.java | 2 +- .../configuration/IgniteConfiguration.java | 68 +- .../org/apache/ignite/events/CacheEvent.java | 6 +- .../ignite/events/CacheQueryReadEvent.java | 8 +- .../java/org/apache/ignite/igfs/IgfsPath.java | 14 +- .../org/apache/ignite/igfs/IgfsPathSummary.java | 3 +- .../local/LocalIgfsSecondaryFileSystem.java | 118 +- .../internal/ComputeTaskInternalFuture.java | 11 + .../internal/GridEventConsumeHandler.java | 20 +- .../ignite/internal/GridJobContextImpl.java | 4 +- .../internal/GridJobSiblingsResponse.java | 3 +- .../ignite/internal/GridKernalContext.java | 41 + .../ignite/internal/GridKernalContextImpl.java | 69 +- .../internal/GridMessageListenHandler.java | 18 +- .../internal/GridPerformanceSuggestions.java | 92 - .../ignite/internal/GridTaskSessionImpl.java | 15 +- .../org/apache/ignite/internal/GridTopic.java | 8 +- .../ignite/internal/IgniteComponentType.java | 11 +- .../ignite/internal/IgniteInternalFuture.java | 11 + .../apache/ignite/internal/IgniteKernal.java | 263 +- .../ignite/internal/IgniteSchedulerImpl.java | 18 + .../ignite/internal/IgniteServicesImpl.java | 13 +- .../ignite/internal/IgniteVersionUtils.java | 2 +- .../org/apache/ignite/internal/IgnitionEx.java | 206 +- .../ignite/internal/MarshallerContextImpl.java | 16 +- .../internal/StripedExecutorMXBeanAdapter.java | 90 + .../internal/binary/BinaryClassDescriptor.java | 82 +- .../ignite/internal/binary/BinaryContext.java | 102 +- .../internal/binary/BinaryEnumObjectImpl.java | 22 +- .../ignite/internal/binary/BinaryFieldImpl.java | 10 +- .../internal/binary/BinaryMarshaller.java | 3 +- .../ignite/internal/binary/BinaryMetadata.java | 5 +- .../ignite/internal/binary/BinaryObjectEx.java | 8 + .../internal/binary/BinaryObjectExImpl.java | 255 +- .../internal/binary/BinaryObjectImpl.java | 68 +- .../binary/BinaryObjectOffheapImpl.java | 69 +- .../internal/binary/BinaryPrimitives.java | 30 +- .../binary/BinarySerializedFieldComparator.java | 343 + .../ignite/internal/binary/BinaryTypeProxy.java | 15 +- .../ignite/internal/binary/BinaryUtils.java | 23 +- .../internal/binary/BinaryWriterExImpl.java | 77 +- .../internal/binary/GridBinaryMarshaller.java | 2 +- .../binary/builder/BinaryBuilderReader.java | 11 + .../binary/builder/BinaryBuilderSerializer.java | 4 + .../binary/builder/BinaryObjectBuilderImpl.java | 44 +- .../streams/BinaryAbstractInputStream.java | 5 + .../streams/BinaryAbstractOutputStream.java | 5 + .../binary/streams/BinaryHeapInputStream.java | 9 +- .../binary/streams/BinaryHeapOutputStream.java | 7 +- .../streams/BinaryMemoryAllocatorChunk.java | 3 +- .../streams/BinaryOffheapInputStream.java | 14 +- .../streams/BinaryOffheapOutputStream.java | 8 +- .../internal/binary/streams/BinaryStream.java | 12 +- .../GridClientConnectionManagerAdapter.java | 8 +- .../impl/connection/GridClientTopology.java | 53 +- .../GridClientOptimizedMarshaller.java | 5 +- .../GridClientZipOptimizedMarshaller.java | 5 +- .../impl/GridRouterCommandLineStartup.java | 4 +- .../client/router/impl/GridTcpRouterImpl.java | 1 + .../cluster/ClusterNodeLocalMapImpl.java | 1 - .../igfs/common/IgfsControlResponse.java | 19 +- .../internal/igfs/common/IgfsMarshaller.java | 14 +- .../ignite/internal/jdbc/JdbcResultSet.java | 10 +- .../apache/ignite/internal/jdbc/JdbcUtils.java | 4 +- .../ignite/internal/jdbc2/JdbcConnection.java | 17 + .../internal/jdbc2/JdbcPreparedStatement.java | 71 +- .../ignite/internal/jdbc2/JdbcQueryTask.java | 5 +- .../ignite/internal/jdbc2/JdbcQueryTaskV2.java | 406 + .../ignite/internal/jdbc2/JdbcResultSet.java | 81 +- .../internal/jdbc2/JdbcSqlFieldsQuery.java | 48 + .../ignite/internal/jdbc2/JdbcStatement.java | 211 +- .../apache/ignite/internal/jdbc2/JdbcUtils.java | 25 +- .../internal/managers/GridManagerAdapter.java | 15 + .../checkpoint/GridCheckpointManager.java | 6 +- .../managers/communication/GridIoManager.java | 373 +- .../managers/communication/GridIoMessage.java | 13 + .../communication/GridIoMessageFactory.java | 82 +- .../communication/IgniteIoTestMessage.java | 235 + .../deployment/GridDeploymentCommunication.java | 4 +- .../GridDeploymentPerVersionStore.java | 2 +- .../discovery/GridDiscoveryManager.java | 195 +- .../eventstorage/GridEventStorageManager.java | 18 +- .../loadbalancer/GridLoadBalancerManager.java | 10 +- .../swapspace/GridSwapSpaceManager.java | 13 +- .../internal/mxbean/IgniteStandardMXBean.java | 12 +- .../processors/affinity/AffinityAssignment.java | 88 + .../affinity/GridAffinityAssignment.java | 8 +- .../affinity/GridAffinityAssignmentCache.java | 35 +- .../affinity/GridAffinityProcessor.java | 91 +- .../processors/affinity/GridAffinityUtils.java | 12 +- .../affinity/HistoryAffinityAssignment.java | 169 + .../cache/CacheAffinitySharedManager.java | 57 +- .../cache/CacheEntrySerializablePredicate.java | 4 +- .../cache/CacheEvictableEntryImpl.java | 4 +- .../cache/CacheInvokeDirectResult.java | 6 +- .../processors/cache/CacheInvokeResult.java | 2 +- .../processors/cache/CacheLazyEntry.java | 4 +- .../processors/cache/CacheLockCandidates.java | 42 + .../cache/CacheLockCandidatesList.java | 71 + .../processors/cache/CacheMetricsImpl.java | 10 +- .../processors/cache/CacheObjectAdapter.java | 7 +- .../cache/CacheStoreBalancingWrapper.java | 6 + .../cache/DynamicCacheChangeBatch.java | 7 + .../processors/cache/EntryGetResult.java | 65 + .../processors/cache/GridCacheAdapter.java | 915 +- .../cache/GridCacheAffinityManager.java | 66 +- .../processors/cache/GridCacheAtomicFuture.java | 3 +- .../cache/GridCacheClearAllRunnable.java | 58 +- .../processors/cache/GridCacheContext.java | 21 +- .../cache/GridCacheDeploymentManager.java | 8 +- .../processors/cache/GridCacheEntryEx.java | 59 +- .../processors/cache/GridCacheEventManager.java | 10 +- .../cache/GridCacheEvictionManager.java | 6 +- .../processors/cache/GridCacheIoManager.java | 89 +- .../cache/GridCacheLoaderWriterStore.java | 6 + .../processors/cache/GridCacheMapEntry.java | 303 +- .../processors/cache/GridCacheMessage.java | 11 +- .../processors/cache/GridCacheMvcc.java | 376 +- .../processors/cache/GridCacheMvccCallback.java | 4 +- .../cache/GridCacheMvccCandidate.java | 89 +- .../processors/cache/GridCacheMvccManager.java | 96 +- .../GridCachePartitionExchangeManager.java | 468 +- .../processors/cache/GridCachePreloader.java | 28 +- .../cache/GridCachePreloaderAdapter.java | 20 +- .../processors/cache/GridCacheProcessor.java | 426 +- .../processors/cache/GridCacheReturn.java | 2 +- .../GridCacheReturnCompletableWrapper.java | 101 + .../cache/GridCacheSharedContext.java | 25 +- .../cache/GridCacheSharedTtlCleanupManager.java | 132 + .../processors/cache/GridCacheSwapManager.java | 24 +- .../processors/cache/GridCacheTtlManager.java | 147 +- .../processors/cache/GridCacheUtilityKey.java | 6 +- .../processors/cache/GridCacheUtils.java | 161 +- .../cache/GridDeferredAckMessageSender.java | 219 + .../processors/cache/IgniteCacheProxy.java | 100 +- .../processors/cache/QueryCursorImpl.java | 115 +- .../processors/cache/ReaderArguments.java | 74 + .../cache/affinity/GridCacheAffinityImpl.java | 16 +- .../binary/CacheObjectBinaryProcessorImpl.java | 5 +- .../CacheDataStructuresManager.java | 8 +- .../distributed/GridCacheTxRecoveryFuture.java | 4 +- .../GridDistributedCacheAdapter.java | 9 +- .../distributed/GridDistributedCacheEntry.java | 306 +- .../distributed/GridDistributedLockRequest.java | 5 + .../GridDistributedLockResponse.java | 5 +- .../GridDistributedTxPrepareRequest.java | 4 +- .../GridDistributedTxPrepareResponse.java | 4 +- .../GridDistributedTxRemoteAdapter.java | 67 +- .../GridDistributedUnlockRequest.java | 5 + .../dht/GridClientPartitionTopology.java | 148 +- .../dht/GridDhtAffinityAssignmentRequest.java | 2 +- .../dht/GridDhtAffinityAssignmentResponse.java | 12 +- .../dht/GridDhtAssignmentFetchFuture.java | 3 +- .../distributed/dht/GridDhtCacheAdapter.java | 38 +- .../distributed/dht/GridDhtCacheEntry.java | 34 +- .../cache/distributed/dht/GridDhtGetFuture.java | 85 +- .../distributed/dht/GridDhtGetSingleFuture.java | 77 +- .../distributed/dht/GridDhtLocalPartition.java | 133 +- .../distributed/dht/GridDhtLockFuture.java | 66 +- .../distributed/dht/GridDhtLockResponse.java | 9 +- .../dht/GridDhtPartitionTopology.java | 32 +- .../dht/GridDhtPartitionTopologyImpl.java | 317 +- .../dht/GridDhtTransactionalCacheAdapter.java | 22 +- .../distributed/dht/GridDhtTxFinishFuture.java | 94 +- .../distributed/dht/GridDhtTxFinishRequest.java | 33 +- .../dht/GridDhtTxFinishResponse.java | 56 +- .../cache/distributed/dht/GridDhtTxLocal.java | 126 +- .../distributed/dht/GridDhtTxLocalAdapter.java | 18 +- .../dht/GridDhtTxOnePhaseCommitAckRequest.java | 134 + .../distributed/dht/GridDhtTxPrepareFuture.java | 64 +- .../dht/GridDhtTxPrepareRequest.java | 93 +- .../cache/distributed/dht/GridDhtTxRemote.java | 8 +- .../distributed/dht/GridDhtUnlockRequest.java | 3 +- .../dht/GridPartitionedGetFuture.java | 13 +- .../dht/GridPartitionedSingleGetFuture.java | 14 +- .../GridDhtAtomicAbstractUpdateFuture.java | 471 + .../GridDhtAtomicAbstractUpdateRequest.java | 287 + .../dht/atomic/GridDhtAtomicCache.java | 862 +- .../atomic/GridDhtAtomicSingleUpdateFuture.java | 190 + .../GridDhtAtomicSingleUpdateRequest.java | 683 + .../dht/atomic/GridDhtAtomicUpdateFuture.java | 423 +- .../dht/atomic/GridDhtAtomicUpdateRequest.java | 317 +- .../dht/atomic/GridDhtAtomicUpdateResponse.java | 4 +- ...idNearAtomicAbstractSingleUpdateRequest.java | 562 + .../GridNearAtomicAbstractUpdateFuture.java | 47 +- .../GridNearAtomicAbstractUpdateRequest.java | 226 + .../atomic/GridNearAtomicFullUpdateRequest.java | 1024 ++ ...GridNearAtomicSingleUpdateFilterRequest.java | 226 + .../GridNearAtomicSingleUpdateFuture.java | 179 +- ...GridNearAtomicSingleUpdateInvokeRequest.java | 307 + .../GridNearAtomicSingleUpdateRequest.java | 360 + .../dht/atomic/GridNearAtomicUpdateFuture.java | 99 +- .../dht/atomic/GridNearAtomicUpdateRequest.java | 1092 -- .../atomic/GridNearAtomicUpdateResponse.java | 4 +- .../dht/colocated/GridDhtColocatedCache.java | 39 +- .../colocated/GridDhtColocatedLockFuture.java | 26 +- .../colocated/GridDhtDetachedCacheEntry.java | 5 + .../dht/preloader/GridDhtForceKeysFuture.java | 8 +- .../dht/preloader/GridDhtForceKeysResponse.java | 4 +- .../GridDhtPartitionDemandMessage.java | 4 +- .../dht/preloader/GridDhtPartitionDemander.java | 286 +- .../dht/preloader/GridDhtPartitionFullMap.java | 36 +- .../dht/preloader/GridDhtPartitionMap2.java | 56 +- .../dht/preloader/GridDhtPartitionSupplier.java | 12 +- .../GridDhtPartitionsAbstractMessage.java | 40 +- .../GridDhtPartitionsExchangeFuture.java | 171 +- .../preloader/GridDhtPartitionsFullMessage.java | 150 +- .../GridDhtPartitionsSingleMessage.java | 132 +- .../GridDhtPartitionsSingleRequest.java | 4 +- .../dht/preloader/GridDhtPreloader.java | 62 +- .../distributed/near/GridNearAtomicCache.java | 86 +- .../distributed/near/GridNearCacheAdapter.java | 7 + .../distributed/near/GridNearCacheEntry.java | 50 +- .../distributed/near/GridNearGetFuture.java | 31 +- .../distributed/near/GridNearGetRequest.java | 82 +- .../distributed/near/GridNearGetResponse.java | 4 +- .../distributed/near/GridNearLockFuture.java | 18 +- .../distributed/near/GridNearLockRequest.java | 81 +- ...arOptimisticSerializableTxPrepareFuture.java | 10 +- .../near/GridNearOptimisticTxPrepareFuture.java | 33 +- .../GridNearPessimisticTxPrepareFuture.java | 8 +- .../near/GridNearSingleGetRequest.java | 57 +- .../near/GridNearSingleGetResponse.java | 4 +- .../near/GridNearTransactionalCache.java | 13 +- .../near/GridNearTxFinishFuture.java | 173 +- .../near/GridNearTxFinishResponse.java | 4 +- .../cache/distributed/near/GridNearTxLocal.java | 67 +- .../processors/cache/local/GridLocalCache.java | 1 + .../cache/local/GridLocalCacheEntry.java | 173 +- .../cache/local/GridLocalLockFuture.java | 2 +- .../local/atomic/GridLocalAtomicCache.java | 186 +- .../processors/cache/query/CacheQuery.java | 2 - .../processors/cache/query/CacheQueryType.java | 2 +- .../query/GridCacheDistributedQueryManager.java | 2 +- .../cache/query/GridCacheLocalQueryFuture.java | 4 +- .../cache/query/GridCacheQueryAdapter.java | 22 +- .../GridCacheQueryDetailMetricsAdapter.java | 248 + .../query/GridCacheQueryDetailMetricsKey.java | 82 + .../query/GridCacheQueryFutureAdapter.java | 2 - .../cache/query/GridCacheQueryManager.java | 285 +- .../query/GridCacheQueryMetricsAdapter.java | 37 +- .../cache/query/GridCacheQueryRequest.java | 20 +- .../cache/query/GridCacheQueryResponse.java | 4 +- .../cache/query/GridCacheSqlQuery.java | 10 +- .../cache/query/GridCacheTwoStepQuery.java | 253 - .../cache/query/IgniteQueryErrorCode.java | 91 + .../continuous/CacheContinuousQueryEvent.java | 8 +- .../continuous/CacheContinuousQueryHandler.java | 122 +- .../CacheContinuousQueryListener.java | 4 +- .../continuous/CacheContinuousQueryManager.java | 12 +- .../jdbc/GridCacheQueryJdbcMetadataTask.java | 4 +- .../query/jdbc/GridCacheQueryJdbcTask.java | 6 +- .../cache/store/CacheStoreManager.java | 4 +- .../store/GridCacheStoreManagerAdapter.java | 66 +- .../cache/store/GridCacheWriteBehindStore.java | 10 +- .../cache/transactions/IgniteTxAdapter.java | 50 +- .../cache/transactions/IgniteTxEntry.java | 51 +- .../cache/transactions/IgniteTxHandler.java | 186 +- .../transactions/IgniteTxLocalAdapter.java | 245 +- .../cache/transactions/IgniteTxLocalEx.java | 3 + .../cache/transactions/IgniteTxManager.java | 174 +- .../cache/transactions/IgniteTxStateImpl.java | 1 - .../cache/transactions/TxDeadlockDetection.java | 2 +- .../cache/transactions/TxEntryValueHolder.java | 6 +- .../GridCacheLazyPlainVersionedEntry.java | 6 + .../version/GridCachePlainVersionedEntry.java | 5 +- .../version/GridCacheRawVersionedEntry.java | 8 +- .../GridCacheVersionConflictContext.java | 2 +- .../IgniteCacheObjectProcessorImpl.java | 10 +- .../processors/clock/GridClockServer.java | 4 +- .../clock/GridClockSyncProcessor.java | 2 +- .../closure/GridClosureProcessor.java | 112 +- .../processors/cluster/ClusterProcessor.java | 2 +- .../processors/cluster/GridUpdateNotifier.java | 108 +- .../continuous/GridContinuousHandler.java | 13 +- .../continuous/GridContinuousMessage.java | 2 +- .../continuous/GridContinuousProcessor.java | 52 +- .../processors/continuous/StartRequestData.java | 4 +- .../datastreamer/DataStreamProcessor.java | 119 +- .../datastreamer/DataStreamerImpl.java | 615 +- .../datastructures/CollocatedSetItemKey.java | 2 +- .../GridCacheAtomicLongValue.java | 2 + .../GridCacheAtomicSequenceImpl.java | 14 +- .../GridCacheAtomicSequenceValue.java | 2 + .../GridCacheCountDownLatchValue.java | 3 + .../datastructures/GridCacheQueueAdapter.java | 2 +- .../datastructures/GridCacheSetImpl.java | 2 +- .../datastructures/GridCacheSetItemKey.java | 2 +- .../datastructures/GridSetQueryPredicate.java | 2 +- .../processors/hadoop/HadoopClassLoader.java | 498 + .../processors/hadoop/HadoopClasspathUtils.java | 424 + .../processors/hadoop/HadoopDefaultJobInfo.java | 156 + .../processors/hadoop/HadoopHelper.java | 62 + .../internal/processors/hadoop/HadoopJob.java | 5 + .../internal/processors/hadoop/HadoopJobId.java | 79 +- .../processors/hadoop/HadoopJobInfo.java | 4 +- .../processors/hadoop/HadoopJobProperty.java | 71 +- .../processors/hadoop/HadoopLocations.java | 123 + .../hadoop/HadoopMapReducePlanner.java | 1 + .../hadoop/HadoopMapperAwareTaskOutput.java | 32 + .../processors/hadoop/HadoopNoopHelper.java | 71 + .../processors/hadoop/HadoopNoopProcessor.java | 4 +- .../processors/hadoop/HadoopTaskContext.java | 18 + .../processors/hadoop/HadoopTaskInfo.java | 43 + .../io/PartiallyOffheapRawComparatorEx.java | 33 + .../hadoop/message/HadoopMessage.java | 27 + .../shuffle/HadoopDirectShuffleMessage.java | 273 + .../hadoop/shuffle/HadoopShuffleAck.java | 170 + .../shuffle/HadoopShuffleFinishRequest.java | 172 + .../shuffle/HadoopShuffleFinishResponse.java | 142 + .../hadoop/shuffle/HadoopShuffleMessage.java | 361 + .../igfs/IgfsAbstractOutputStream.java | 266 + .../processors/igfs/IgfsAckMessage.java | 5 +- .../internal/processors/igfs/IgfsAsyncImpl.java | 12 +- .../internal/processors/igfs/IgfsContext.java | 64 +- .../processors/igfs/IgfsDataManager.java | 146 +- .../processors/igfs/IgfsDeleteMessage.java | 5 +- .../ignite/internal/processors/igfs/IgfsEx.java | 18 - .../internal/processors/igfs/IgfsFileImpl.java | 5 +- .../igfs/IgfsFragmentizerManager.java | 29 +- .../internal/processors/igfs/IgfsImpl.java | 393 +- .../processors/igfs/IgfsInputStreamAdapter.java | 51 - .../processors/igfs/IgfsInputStreamImpl.java | 215 +- .../processors/igfs/IgfsIpcHandler.java | 7 +- .../processors/igfs/IgfsKernalContextAware.java | 32 + .../processors/igfs/IgfsMetaManager.java | 1 - .../processors/igfs/IgfsModeResolver.java | 3 +- .../processors/igfs/IgfsOutputStreamImpl.java | 319 +- .../igfs/IgfsOutputStreamProxyImpl.java | 163 + .../internal/processors/igfs/IgfsPathIds.java | 2 +- .../internal/processors/igfs/IgfsPaths.java | 9 +- .../internal/processors/igfs/IgfsProcessor.java | 33 +- .../igfs/IgfsSecondaryFileSystemImpl.java | 2 +- .../internal/processors/igfs/IgfsServer.java | 5 +- .../processors/igfs/IgfsThreadFactory.java | 61 + .../internal/processors/igfs/IgfsUtils.java | 21 +- .../igfs/client/IgfsClientSizeCallable.java | 1 - .../local/LocalFileSystemIgfsFile.java | 9 +- .../secondary/local/LocalFileSystemUtils.java | 142 + .../processors/job/GridJobProcessor.java | 23 +- .../internal/processors/job/GridJobWorker.java | 97 +- .../OsDiscoveryNodeValidationProcessor.java | 2 +- .../internal/processors/odbc/IgniteTypes.java | 69 + .../processors/odbc/OdbcMessageParser.java | 16 + .../processors/odbc/OdbcNioListener.java | 2 +- .../internal/processors/odbc/OdbcProcessor.java | 1 + .../odbc/OdbcQueryExecuteRequest.java | 6 +- .../odbc/OdbcQueryGetParamsMetaRequest.java | 60 + .../odbc/OdbcQueryGetParamsMetaResult.java | 40 + .../internal/processors/odbc/OdbcRequest.java | 3 + .../processors/odbc/OdbcRequestHandler.java | 181 +- .../internal/processors/odbc/OdbcTableMeta.java | 15 +- .../internal/processors/odbc/OdbcTypes.java | 131 + .../internal/processors/odbc/OdbcUtils.java | 89 +- .../processors/odbc/escape/OdbcEscapeUtils.java | 52 +- .../offheap/GridOffHeapProcessor.java | 18 +- .../platform/PlatformAbstractBootstrap.java | 3 +- .../platform/PlatformAbstractTarget.java | 290 +- .../platform/PlatformAsyncTarget.java | 44 + .../platform/PlatformConfigurationEx.java | 9 +- .../platform/PlatformContextImpl.java | 5 +- .../platform/PlatformNativeException.java | 3 +- .../platform/PlatformNoopProcessor.java | 44 +- .../processors/platform/PlatformProcessor.java | 51 +- .../platform/PlatformProcessorImpl.java | 172 +- .../processors/platform/PlatformTarget.java | 123 +- .../platform/PlatformTargetProxy.java | 126 + .../platform/PlatformTargetProxyImpl.java | 222 + .../binary/PlatformBinaryProcessor.java | 96 + .../platform/cache/PlatformCache.java | 1003 +- .../cache/PlatformCacheEntryFilterImpl.java | 4 +- .../cache/PlatformCacheEntryProcessorImpl.java | 43 +- .../platform/cache/PlatformCacheExtension.java | 47 + .../platform/cache/PlatformCacheIterator.java | 2 +- .../cache/affinity/PlatformAffinity.java | 18 +- .../affinity/PlatformAffinityFunction.java | 66 +- .../PlatformAffinityFunctionTarget.java | 4 +- .../cache/expiry/PlatformExpiryPolicy.java | 93 + .../expiry/PlatformExpiryPolicyFactory.java | 76 + .../query/PlatformAbstractQueryCursor.java | 44 +- .../query/PlatformContinuousQueryProxy.java | 55 + .../cache/store/PlatformCacheStoreCallback.java | 61 - .../callback/PlatformCallbackGateway.java | 273 +- .../platform/callback/PlatformCallbackOp.java | 206 + .../callback/PlatformCallbackUtils.java | 545 +- .../platform/cluster/PlatformClusterGroup.java | 167 +- .../platform/compute/PlatformAbstractJob.java | 2 +- .../platform/compute/PlatformAbstractTask.java | 15 +- .../platform/compute/PlatformClosureJob.java | 12 +- .../platform/compute/PlatformCompute.java | 116 +- .../platform/compute/PlatformFullJob.java | 15 +- .../platform/compute/PlatformFullTask.java | 18 +- .../cpp/PlatformCppConfigurationClosure.java | 13 +- .../cpp/PlatformCppConfigurationEx.java | 7 + .../datastreamer/PlatformDataStreamer.java | 107 +- .../PlatformStreamReceiverImpl.java | 11 +- .../datastructures/PlatformAtomicLong.java | 174 +- .../datastructures/PlatformAtomicReference.java | 44 +- .../datastructures/PlatformAtomicSequence.java | 126 +- .../dotnet/PlatformDotNetCacheStore.java | 128 +- .../PlatformDotNetConfigurationClosure.java | 13 +- .../dotnet/PlatformDotNetConfigurationEx.java | 15 + ...PlatformDotNetEntityFrameworkCacheEntry.java | 102 + ...formDotNetEntityFrameworkCacheExtension.java | 353 + .../PlatformDotNetEntityFrameworkCacheKey.java | 164 + ...EntityFrameworkIncreaseVersionProcessor.java | 45 + .../platform/events/PlatformEvents.java | 205 +- .../memory/PlatformInputStreamImpl.java | 14 +- .../memory/PlatformOutputStreamImpl.java | 14 +- .../platform/messaging/PlatformMessaging.java | 90 +- .../services/PlatformAbstractService.java | 25 +- .../platform/services/PlatformServices.java | 249 +- .../transactions/PlatformTransactions.java | 231 +- .../utils/PlatformConfigurationUtils.java | 232 +- .../platform/utils/PlatformFutureUtils.java | 18 +- .../utils/PlatformListenableTarget.java | 62 + .../platform/utils/PlatformUtils.java | 46 +- .../PlatformDotNetSessionCacheExtension.java | 144 + .../websession/PlatformDotNetSessionData.java | 260 + .../PlatformDotNetSessionLockProcessor.java | 84 + .../PlatformDotNetSessionLockResult.java | 106 + ...tformDotNetSessionSetAndUnlockProcessor.java | 179 + .../internal/processors/pool/PoolProcessor.java | 154 + .../processors/query/GridQueryCancel.java | 83 + .../processors/query/GridQueryFieldsResult.java | 3 +- .../query/GridQueryFieldsResultAdapter.java | 3 +- .../processors/query/GridQueryIndexing.java | 36 +- .../processors/query/GridQueryProcessor.java | 874 +- .../processors/query/GridQueryProperty.java | 20 + .../query/GridQueryTypeDescriptor.java | 32 + .../processors/query/IgniteSQLException.java | 89 + .../twostep/messages/GridQueryFailResponse.java | 36 +- .../h2/twostep/messages/GridQueryRequest.java | 31 +- .../resource/GridResourceProcessor.java | 2 +- .../processors/rest/GridRestProcessor.java | 15 + .../processors/rest/GridRestResponse.java | 2 +- .../handlers/cache/GridCacheCommandHandler.java | 2 - .../handlers/redis/GridRedisCommandHandler.java | 39 + .../GridRedisConnectionCommandHandler.java | 74 + .../redis/GridRedisRestCommandHandler.java | 102 + .../exception/GridRedisGenericException.java | 37 + .../redis/exception/GridRedisTypeException.java | 37 + .../redis/key/GridRedisDelCommandHandler.java | 95 + .../key/GridRedisExistsCommandHandler.java | 94 + .../server/GridRedisDbSizeCommandHandler.java | 80 + .../string/GridRedisAppendCommandHandler.java | 118 + .../string/GridRedisGetCommandHandler.java | 107 + .../string/GridRedisGetRangeCommandHandler.java | 128 + .../string/GridRedisGetSetCommandHandler.java | 94 + .../string/GridRedisIncrDecrCommandHandler.java | 193 + .../string/GridRedisMGetCommandHandler.java | 94 + .../string/GridRedisMSetCommandHandler.java | 91 + .../string/GridRedisSetCommandHandler.java | 156 + .../string/GridRedisSetRangeCommandHandler.java | 149 + .../string/GridRedisStrlenCommandHandler.java | 89 + .../handlers/task/GridTaskCommandHandler.java | 10 +- .../protocols/tcp/GridClientPacketType.java | 3 + .../tcp/GridTcpMemcachedNioListener.java | 15 +- .../protocols/tcp/GridTcpRestNioListener.java | 16 +- .../rest/protocols/tcp/GridTcpRestParser.java | 43 +- .../rest/protocols/tcp/GridTcpRestProtocol.java | 1 + .../protocols/tcp/redis/GridRedisCommand.java | 80 + .../protocols/tcp/redis/GridRedisMessage.java | 219 + .../tcp/redis/GridRedisNioListener.java | 146 + .../tcp/redis/GridRedisProtocolParser.java | 314 + .../service/GridServiceProcessor.java | 91 +- .../processors/service/GridServiceProxy.java | 18 +- .../session/GridTaskSessionProcessor.java | 9 +- .../processors/task/GridTaskProcessor.java | 11 +- .../processors/task/GridTaskWorker.java | 27 +- .../suggestions/GridPerformanceSuggestions.java | 105 + .../JvmConfigurationSuggestions.java | 104 + .../suggestions/OsConfigurationSuggestions.java | 127 + .../internal/suggestions/package-info.java | 21 + .../util/GridBoundedConcurrentOrderedMap.java | 5 + .../internal/util/GridBoundedPriorityQueue.java | 68 + .../ignite/internal/util/GridHandleTable.java | 10 +- .../ignite/internal/util/GridLogThrottle.java | 66 +- .../internal/util/GridStripedSpinBusyLock.java | 2 +- .../apache/ignite/internal/util/GridUnsafe.java | 69 +- .../ignite/internal/util/HostAndPortRange.java | 2 +- .../ignite/internal/util/IgniteUtils.java | 540 +- .../internal/util/SerializableTransient.java | 58 + .../ignite/internal/util/StripedExecutor.java | 718 + .../util/future/GridCompoundFuture.java | 56 +- .../util/future/GridFinishedFuture.java | 24 + .../internal/util/future/GridFutureAdapter.java | 29 +- .../util/future/GridFutureChainListener.java | 30 +- .../internal/util/io/GridUnsafeDataInput.java | 12 +- .../internal/util/io/GridUnsafeDataOutput.java | 12 +- .../internal/util/ipc/IpcToNioAdapter.java | 2 +- .../ipc/shmem/IpcSharedMemoryNativeLoader.java | 2 +- .../shmem/IpcSharedMemoryServerEndpoint.java | 19 +- .../util/lang/GridMetadataAwareAdapter.java | 2 +- .../util/lang/IgniteSingletonIterator.java | 56 + .../nio/GridAbstractCommunicationClient.java | 12 +- .../util/nio/GridCommunicationClient.java | 9 +- .../nio/GridConnectionBytesVerifyFilter.java | 17 +- .../util/nio/GridNioAsyncNotifyFilter.java | 10 +- .../internal/util/nio/GridNioCodecFilter.java | 19 +- .../ignite/internal/util/nio/GridNioFilter.java | 16 +- .../internal/util/nio/GridNioFilterAdapter.java | 10 +- .../internal/util/nio/GridNioFilterChain.java | 16 +- .../ignite/internal/util/nio/GridNioFuture.java | 4 +- .../util/nio/GridNioRecoveryDescriptor.java | 124 +- .../ignite/internal/util/nio/GridNioServer.java | 1513 +- .../internal/util/nio/GridNioSession.java | 25 +- .../internal/util/nio/GridNioSessionImpl.java | 65 +- .../util/nio/GridNioSessionMetaKey.java | 7 +- .../ignite/internal/util/nio/GridNioWorker.java | 48 + .../util/nio/GridSelectorNioSessionImpl.java | 223 +- .../util/nio/GridShmemCommunicationClient.java | 7 +- .../util/nio/GridTcpNioCommunicationClient.java | 55 +- .../internal/util/nio/SessionWriteRequest.java | 85 + .../util/nio/ssl/BlockingSslHandler.java | 61 +- .../internal/util/nio/ssl/GridNioSslFilter.java | 73 +- .../util/nio/ssl/GridNioSslHandler.java | 21 +- .../internal/util/nio/ssl/GridSslMeta.java | 94 + .../util/offheap/unsafe/GridUnsafeMemory.java | 43 +- .../util/tostring/GridToStringBuilder.java | 658 +- .../util/tostring/GridToStringInclude.java | 12 +- .../util/tostring/GridToStringThreadLocal.java | 12 +- .../cache/VisorCacheQueryDetailMetrics.java | 167 + ...sorCacheQueryDetailMetricsCollectorTask.java | 146 + .../VisorCacheResetQueryDetailMetricsTask.java | 71 + .../cache/VisorCacheResetQueryMetricsTask.java | 69 + .../visor/cache/VisorCacheTypeMetadata.java | 70 +- .../visor/misc/VisorResolveHostNameTask.java | 4 +- .../visor/node/VisorIgfsConfiguration.java | 1 - .../internal/visor/query/VisorQueryJob.java | 2 +- .../query/VisorQueryScanSubstringFilter.java | 5 +- .../internal/visor/query/VisorQueryUtils.java | 60 + .../visor/service/VisorCancelServiceTask.java | 70 + .../visor/service/VisorServiceDescriptor.java | 132 + .../visor/service/VisorServiceTask.java | 75 + .../internal/visor/util/VisorTaskUtils.java | 41 +- .../ignite/lang/IgniteProductVersion.java | 2 +- .../apache/ignite/logger/java/JavaLogger.java | 18 +- .../logger/java/JavaLoggerFileHandler.java | 10 +- .../ignite/marshaller/MarshallerUtils.java | 22 + .../ignite/marshaller/jdk/JdkMarshaller.java | 13 +- .../optimized/OptimizedClassDescriptor.java | 90 +- .../optimized/OptimizedMarshaller.java | 22 +- .../optimized/OptimizedMarshallerUtils.java | 4 +- .../optimized/OptimizedObjectOutputStream.java | 25 +- .../ignite/mxbean/StripedExecutorMXBean.java | 90 + .../dotnet/PlatformDotNetAffinityFunction.java | 9 +- .../security/SecurityBasicPermissionSet.java | 107 + .../security/SecurityPermissionSetBuilder.java | 222 + .../org/apache/ignite/services/Service.java | 12 +- .../org/apache/ignite/spi/IgniteSpiAdapter.java | 11 + .../org/apache/ignite/spi/IgniteSpiContext.java | 26 +- .../sharedfs/SharedFsCheckpointSpi.java | 3 +- .../spi/checkpoint/sharedfs/SharedFsUtils.java | 4 +- .../communication/tcp/TcpCommunicationSpi.java | 1423 +- .../tcp/TcpCommunicationSpiMBean.java | 38 + .../ignite/spi/discovery/tcp/ClientImpl.java | 163 +- .../ignite/spi/discovery/tcp/ServerImpl.java | 691 +- .../spi/discovery/tcp/TcpDiscoveryImpl.java | 61 +- .../spi/discovery/tcp/TcpDiscoverySpi.java | 30 +- .../tcp/internal/TcpDiscoveryStatistics.java | 12 +- .../TcpDiscoveryMulticastIpFinder.java | 11 +- .../sharedfs/TcpDiscoverySharedFsIpFinder.java | 2 +- .../messages/TcpDiscoveryAbstractMessage.java | 28 + .../messages/TcpDiscoveryClientAckResponse.java | 5 + .../TcpDiscoveryClientHeartbeatMessage.java | 7 +- .../TcpDiscoveryConnectionCheckMessage.java | 5 + .../TcpDiscoveryCustomEventMessage.java | 3 +- .../messages/TcpDiscoveryHeartbeatMessage.java | 5 + .../TcpDiscoveryNodeAddFinishedMessage.java | 11 + .../messages/TcpDiscoveryNodeAddedMessage.java | 33 +- .../apache/ignite/spi/indexing/IndexingSpi.java | 3 + .../RoundRobinGlobalLoadBalancer.java | 16 +- .../roundrobin/RoundRobinLoadBalancingSpi.java | 16 +- .../spi/swapspace/file/FileSwapSpaceSpi.java | 95 +- .../org/apache/ignite/stream/StreamAdapter.java | 4 +- .../ignite/stream/socket/SocketStreamer.java | 4 +- .../ignite/thread/IgniteThreadFactory.java | 8 +- .../apache/ignite/util/AttributeNodeFilter.java | 108 + .../resources/META-INF/classnames.properties | 152 +- .../core/src/main/resources/ignite.properties | 2 +- modules/core/src/test/config/log4j-test.xml | 6 + .../AbstractAffinityFunctionSelfTest.java | 2 +- .../CacheJdbcPojoStoreAbstractSelfTest.java | 180 +- ...heJdbcPojoStoreBinaryMarshallerSelfTest.java | 26 +- ...reBinaryMarshallerWithSqlEscapeSelfTest.java | 28 + ...dbcPojoStoreOptimizedMarshallerSelfTest.java | 2 +- ...ptimizedMarshallerWithSqlEscapeSelfTest.java | 28 + .../store/jdbc/CacheJdbcPojoStoreTest.java | 48 +- ...eJdbcStoreAbstractMultithreadedSelfTest.java | 17 +- .../jdbc/JdbcTypesDefaultTransformerTest.java | 283 + .../ignite/cache/store/jdbc/model/Gender.java | 41 + .../ignite/cache/store/jdbc/model/Person.java | 33 +- .../apache/ignite/igfs/IgfsPathSelfTest.java | 6 - .../internal/ClusterGroupHostsSelfTest.java | 6 +- .../ComputeJobCancelWithServiceSelfTest.java | 2 +- .../internal/GridContinuousTaskSelfTest.java | 83 +- .../GridEventStorageCheckAllEventsSelfTest.java | 2 +- .../IgniteClientReconnectApiExceptionTest.java | 6 +- .../IgniteClientReconnectCacheTest.java | 35 + ...niteClientReconnectFailoverAbstractTest.java | 4 +- .../IgniteComputeTopologyExceptionTest.java | 5 +- ...RoundRobinErrorAfterClientReconnectTest.java | 99 + .../IgniteSlowClientDetectionSelfTest.java | 1 + .../MarshallerContextLockingSelfTest.java | 2 +- .../BinaryArrayIdentityResolverSelfTest.java | 300 + .../internal/binary/BinaryEnumsSelfTest.java | 18 + .../BinaryFieldIdentityResolverSelfTest.java | 333 + .../binary/BinaryFieldsOffheapSelfTest.java | 2 +- .../BinaryFooterOffsetsOffheapSelfTest.java | 2 +- ...ryIdentityResolverConfigurationSelfTest.java | 138 + .../binary/BinaryMarshallerSelfTest.java | 464 +- .../BinaryObjectBuilderAdditionalSelfTest.java | 157 +- ...naryObjectBuilderDefaultMappersSelfTest.java | 2 +- .../binary/BinaryObjectToStringSelfTest.java | 92 + .../BinarySerialiedFieldComparatorSelfTest.java | 568 + ...GridManagerLocalMessageListenerSelfTest.java | 222 + .../managers/GridManagerStopSelfTest.java | 2 + ...unicationBalanceMultipleConnectionsTest.java | 28 + ...mmunicationBalancePairedConnectionsTest.java | 28 + .../IgniteCommunicationBalanceTest.java | 354 + .../communication/IgniteIoTestMessagesTest.java | 95 + .../IgniteVariousConnectionNumberTest.java | 166 + .../GridDiscoveryManagerAliveCacheSelfTest.java | 9 +- .../GridDiscoveryManagerAttributesSelfTest.java | 4 +- .../discovery/GridDiscoveryManagerSelfTest.java | 6 +- .../BinaryObjectOffHeapUnswapTemporaryTest.java | 1 - .../cache/CacheAffinityCallSelfTest.java | 8 +- .../CacheAtomicSingleMessageCountSelfTest.java | 259 + .../cache/CacheConcurrentReadThroughTest.java | 184 + .../cache/CacheDeferredDeleteQueueTest.java | 134 + .../cache/CacheEntryProcessorCopySelfTest.java | 6 +- ...CacheExchangeMessageDuplicatedStateTest.java | 393 + .../cache/CacheGetEntryAbstractTest.java | 5 +- .../processors/cache/CachePutIfAbsentTest.java | 161 + .../cache/CacheRebalancingSelfTest.java | 75 + .../CacheSerializableTransactionsTest.java | 674 +- .../CacheStartupInDeploymentModesTest.java | 7 +- .../cache/CacheStopAndDestroySelfTest.java | 6 +- .../CacheSwapUnswapGetTestSmallQueueSize.java | 35 + .../processors/cache/CacheTxFastFinishTest.java | 2 +- .../cache/CrossCacheTxRandomOperationsTest.java | 30 +- ...idAbstractCacheInterceptorRebalanceTest.java | 358 + .../cache/GridCacheAbstractFullApiSelfTest.java | 57 +- .../GridCacheAtomicMessageCountSelfTest.java | 24 +- .../cache/GridCacheBasicStoreAbstractTest.java | 2 +- ...heInterceptorAtomicOffheapRebalanceTest.java | 30 + ...GridCacheInterceptorAtomicRebalanceTest.java | 36 + ...ceptorTransactionalOffheapRebalanceTest.java | 35 + ...heInterceptorTransactionalRebalanceTest.java | 36 + .../cache/GridCacheLifecycleAwareSelfTest.java | 33 + .../GridCacheMissingCommitVersionSelfTest.java | 6 +- .../cache/GridCacheMvccFlagsTest.java | 8 +- .../cache/GridCacheMvccPartitionedSelfTest.java | 336 +- .../processors/cache/GridCacheMvccSelfTest.java | 212 +- .../cache/GridCacheOffHeapCleanupTest.java | 169 + ...CacheOffHeapMultiThreadedUpdateSelfTest.java | 6 +- .../GridCachePartitionedAffinitySpreadTest.java | 7 +- .../processors/cache/GridCacheStopSelfTest.java | 4 +- ...ridCacheStoreManagerDeserializationTest.java | 1 + .../cache/GridCacheSwapCleanupTest.java | 99 + .../processors/cache/GridCacheTestEntryEx.java | 119 +- .../GridCacheTtlManagerEvictionSelfTest.java | 160 + .../GridCacheTtlManagerNotificationTest.java | 107 +- .../cache/GridCacheUtilsSelfTest.java | 66 +- ...calCacheStoreManagerDeserializationTest.java | 2 +- ...ProjectionForCachesOnDaemonNodeSelfTest.java | 8 +- .../IgniteCacheAtomicStopBusySelfTest.java | 10 +- .../IgniteCacheConfigVariationsFullApiTest.java | 15 +- .../cache/IgniteCacheDynamicStopSelfTest.java | 48 +- ...niteCacheExpireAndUpdateConsistencyTest.java | 7 + .../IgniteCacheInterceptorSelfTestSuite.java | 5 + .../IgniteCacheP2pUnmarshallingErrorTest.java | 2 +- .../cache/IgniteCachePeekModesAbstractTest.java | 10 +- .../cache/IgniteCacheStoreCollectionTest.java | 1 - .../cache/IgniteDynamicCacheStartSelfTest.java | 217 +- ...gniteTopologyValidatorAbstractCacheTest.java | 6 +- ...niteTopologyValidatorGridSplitCacheTest.java | 334 + .../processors/cache/IgniteTxAbstractTest.java | 3 +- .../cache/IgniteTxConfigCacheSelfTest.java | 2 +- .../IgniteTxExceptionAbstractSelfTest.java | 3 +- .../IgniteTxMultiThreadedAbstractTest.java | 4 +- .../IgniteTxStoreExceptionAbstractSelfTest.java | 1 + .../MarshallerCacheJobRunNodeRestartTest.java | 2 +- ...heapCacheMetricsForClusterGroupSelfTest.java | 141 + .../cache/OffheapCacheOnClientsTest.java | 143 + .../cache/WithKeepBinaryCacheFullApiTest.java | 10 +- .../CacheKeepBinaryWithInterceptorTest.java | 1 - ...yAtomicEntryProcessorDeploymentSelfTest.java | 4 +- .../GridCacheBinaryObjectsAbstractSelfTest.java | 304 +- ...IgniteCacheAbstractExecutionContextTest.java | 2 - ...eAbstractDataStructuresFailoverSelfTest.java | 16 +- ...actQueueFailoverDataConsistencySelfTest.java | 2 +- ...CacheAtomicReferenceApiSelfAbstractTest.java | 60 +- ...idCacheAtomicStampedApiSelfAbstractTest.java | 59 + .../GridCacheQueueApiSelfAbstractTest.java | 124 + .../GridCacheSetAbstractSelfTest.java | 53 + .../IgniteAtomicLongApiAbstractSelfTest.java | 27 + .../IgniteCountDownLatchAbstractSelfTest.java | 43 + .../IgniteLockAbstractSelfTest.java | 78 +- .../IgniteSemaphoreAbstractSelfTest.java | 52 +- ...SemaphoreFailoverSafeReleasePermitsTest.java | 129 + ...achePartitionedAtomicSequenceTxSelfTest.java | 169 + .../CacheGetFutureHangsSelfTest.java | 6 +- .../CacheLateAffinityAssignmentTest.java | 2 +- ...CacheLoadingConcurrentGridStartSelfTest.java | 255 +- ...ncurrentGridStartSelfTestAllowOverwrite.java | 30 + .../CacheLockReleaseNodeLeaveTest.java | 135 + ...ridCachePartitionNotLoadedEventSelfTest.java | 4 +- ...eAtomicMessageRecovery10ConnectionsTest.java | 28 + ...micMessageRecoveryPairedConnectionsTest.java | 47 + ...niteCacheClientNodeChangingTopologyTest.java | 42 +- ...acheConnectionRecovery10ConnectionsTest.java | 35 + .../distributed/IgniteCacheCreatePutTest.java | 2 +- .../distributed/IgniteCacheGetRestartTest.java | 3 + .../IgniteCacheMessageRecoveryAbstractTest.java | 24 +- .../IgniteCacheMessageWriteTimeoutTest.java | 17 +- ...teSynchronizationModesMultithreadedTest.java | 8 +- .../GridCacheDhtEvictionsDisabledSelfTest.java | 5 +- .../distributed/dht/GridCacheDhtTestUtils.java | 232 - .../IgniteCacheCrossCacheTxFailoverTest.java | 6 +- .../dht/IgniteCacheMultiTxLockSelfTest.java | 6 +- ...artitionedBackupNodeFailureRecoveryTest.java | 193 + ...ePrimaryNodeFailureRecoveryAbstractTest.java | 4 +- .../IgniteCachePutRetryAbstractSelfTest.java | 39 +- ...gniteCachePutRetryTransactionalSelfTest.java | 77 +- .../AtomicPutAllChangingTopologyTest.java | 212 + ...eAtomicInvalidPartitionHandlingSelfTest.java | 6 +- ...nabledMultiNodeLongTxTimeoutFullApiTest.java | 2 +- ...tomicClientOnlyMultiNodeFullApiSelfTest.java | 17 +- ...eAtomicNearOnlyMultiNodeFullApiSelfTest.java | 17 +- ...erNoStripedPoolMultiNodeFullApiSelfTest.java | 35 + ...idCacheNearOnlyMultiNodeFullApiSelfTest.java | 4 +- ...achePartitionedMultiNodeFullApiSelfTest.java | 37 +- ...edNoStripedPoolMultiNodeFullApiSelfTest.java | 35 + .../near/GridNearCacheStoreUpdateTest.java | 466 + .../GridNearOffheapCacheStoreUpdateTest.java | 35 + ...cingDelayedPartitionMapExchangeSelfTest.java | 8 +- .../GridCacheRebalancingSyncSelfTest.java | 20 +- .../GridCacheReplicatedNodeRestartSelfTest.java | 3 +- .../GridCacheSyncReplicatedPreloadSelfTest.java | 3 - .../IgniteCacheSyncRebalanceModeSelfTest.java | 2 +- .../GridCacheReplicatedPreloadSelfTest.java | 1 - .../IgniteCacheExpiryPolicyAbstractTest.java | 4 +- .../IgniteCacheExpiryPolicyTestSuite.java | 2 + ...eCacheExpiryPolicyWithStoreAbstractTest.java | 102 + ...eCacheOnlyOneTtlCleanupThreadExistsTest.java | 102 + .../IgniteCacheTxExpiryPolicyWithStoreTest.java | 21 + .../CacheOffHeapAndSwapMetricsSelfTest.java | 621 - ...LocalCacheOffHeapAndSwapMetricsSelfTest.java | 621 + .../IgniteCacheQueryCacheDestroySelfTest.java | 142 + .../cache/query/IndexingSpiQuerySelfTest.java | 396 + .../cache/query/IndexingSpiQueryTxSelfTest.java | 162 + .../IndexingSpiQueryWithH2IndexingSelfTest.java | 36 + ...eContinuousQueryAsyncFailoverTxSelfTest.java | 5 + ...ContinuousQueryFailoverAbstractSelfTest.java | 330 +- .../CacheContinuousQueryFailoverTxSelfTest.java | 5 + ...eEntryProcessorExternalizableFailedTest.java | 588 + .../ClientReconnectContinuousQueryTest.java | 201 + ...eContinuousQueryMultiNodesFilteringTest.java | 161 + ...dCacheContinuousQueryNodesFilteringTest.java | 2 +- ...IgniteCacheContinuousQueryReconnectTest.java | 12 +- .../TxDeadlockDetectionNoHangsTest.java | 4 +- .../transactions/TxDeadlockDetectionTest.java | 2 +- .../TxOptimisticDeadlockDetectionTest.java | 31 +- .../TxPessimisticDeadlockDetectionTest.java | 2 +- .../closure/GridClosureSerializationTest.java | 177 + ...ComputeJobExecutionErrorToLogManualTest.java | 88 + .../compute/PublicThreadpoolStarvationTest.java | 123 + .../IgniteNoCustomEventsOnNodeStart.java | 7 + .../DataStreamProcessorSelfTest.java | 4 +- .../datastreamer/DataStreamerImplSelfTest.java | 172 +- .../DataStreamerMultiThreadedSelfTest.java | 2 - .../datastreamer/DataStreamerTimeoutTest.java | 92 +- .../igfs/IgfsAbstractBaseSelfTest.java | 33 +- .../processors/igfs/IgfsAbstractSelfTest.java | 214 +- .../IgfsAtomicPrimaryMultiNodeSelfTest.java | 39 + .../IgfsAtomicPrimaryOffheapTieredSelfTest.java | 39 + .../IgfsAtomicPrimaryOffheapValuesSelfTest.java | 39 + .../igfs/IgfsAtomicPrimarySelfTest.java | 39 + ...lockMessageSystemPoolStarvationSelfTest.java | 14 +- .../igfs/IgfsDataManagerSelfTest.java | 6 +- .../igfs/IgfsDualAbstractSelfTest.java | 70 +- .../processors/igfs/IgfsFileInfoSelfTest.java | 4 +- .../processors/igfs/IgfsIgniteMock.java | 19 + ...SecondaryFileSystemDualAbstractSelfTest.java | 29 +- ...lSecondaryFileSystemProxyClientSelfTest.java | 28 + ...fsLocalSecondaryFileSystemProxySelfTest.java | 267 + ...IgfsLocalSecondaryFileSystemTestAdapter.java | 27 +- .../igfs/IgfsMetaManagerSelfTest.java | 7 +- .../processors/igfs/IgfsMetricsSelfTest.java | 21 +- .../internal/processors/igfs/IgfsMock.java | 15 +- .../igfs/IgfsModeResolverSelfTest.java | 14 +- .../igfs/IgfsProcessorValidationSelfTest.java | 30 + .../processors/igfs/IgfsProxySelfTest.java | 2 +- ...IpcEndpointRegistrationAbstractSelfTest.java | 76 +- ...dpointRegistrationOnLinuxAndMacSelfTest.java | 11 +- .../processors/igfs/IgfsStreamsSelfTest.java | 4 +- .../processors/igfs/IgfsTaskSelfTest.java | 87 +- .../igfs/benchmark/IgfsBenchmark.java | 561 + .../odbc/OdbcEscapeSequenceSelfTest.java | 131 + .../cache/GridCacheCommandHandlerSelfTest.java | 1 - .../handlers/log/GridLogCommandHandlerTest.java | 5 +- ...rviceDeploymentExceptionPropagationTest.java | 2 +- .../GridServiceProcessorProxySelfTest.java | 2 +- .../GridServiceProcessorStopSelfTest.java | 2 +- ...gniteServiceProxyTimeoutInitializedTest.java | 284 + .../service/IgniteServiceReassignmentTest.java | 2 +- ...artupWithSpecifiedWorkDirectorySelfTest.java | 166 - .../internal/util/IgniteUtilsSelfTest.java | 5 +- .../internal/util/StripedExecutorTest.java | 168 + .../util/future/GridFutureAdapterSelfTest.java | 123 +- .../ipc/shmem/IgfsSharedMemoryTestServer.java | 4 +- .../IpcSharedMemoryCrashDetectionSelfTest.java | 9 +- .../IpcSharedMemoryBenchmarkReader.java | 2 +- .../nio/impl/GridNioFilterChainSelfTest.java | 32 +- .../unsafe/GridOffheapSnapTreeSelfTest.java | 7 +- .../tostring/GridToStringBuilderSelfTest.java | 33 +- .../lang/GridMetadataAwareAdapterSelfTest.java | 4 +- .../utils/GridBoundedPriorityQueueSelfTest.java | 114 + .../loadtests/hashmap/GridCacheTestContext.java | 2 + .../loadtests/hashmap/GridHashMapLoadTest.java | 7 +- .../loadtests/nio/GridNioBenchmarkClient.java | 4 +- .../ignite/logger/java/JavaLoggerTest.java | 3 +- .../marshaller/MarshallerContextSelfTest.java | 90 + .../marshaller/MarshallerContextTestImpl.java | 28 +- .../OptimizedMarshallerNodeFailoverTest.java | 4 - .../p2p/GridP2PRecursionTaskSelfTest.java | 2 +- .../p2p/GridP2PSameClassLoaderSelfTest.java | 14 +- .../platform/PlatformCacheWriteMetricsTask.java | 463 + .../platform/PlatformEventsWriteEventTask.java | 9 - .../ignite/platform/PlatformExceptionTask.java | 78 + .../SecurityPermissionSetBuilderTest.java | 110 + .../spi/GridTcpSpiForwardingSelfTest.java | 18 +- ...heckpointSpiMultipleDirectoriesSelfTest.java | 6 +- .../GridAbstractCommunicationSelfTest.java | 2 - .../GridTcpCommunicationSpiAbstractTest.java | 28 +- ...mmunicationSpiConcurrentConnectSelfTest.java | 96 +- ...nicationSpiConcurrentConnectSslSelfTest.java | 35 + .../GridTcpCommunicationSpiConfigSelfTest.java | 5 +- ...cpCommunicationSpiMultithreadedSelfTest.java | 25 +- ...dTcpCommunicationSpiRecoveryAckSelfTest.java | 9 +- ...tionSpiRecoveryFailureDetectionSelfTest.java | 1 + ...ationSpiRecoveryNoPairedConnectionsTest.java | 28 + ...GridTcpCommunicationSpiRecoverySelfTest.java | 81 +- ...dTcpCommunicationSpiRecoverySslSelfTest.java | 35 + ...CommunicationSpiSslSmallBuffersSelfTest.java | 43 + .../tcp/IgniteCacheSslStartStopSelfTest.java | 1 - ...CommunicationRecoveryAckClosureSelfTest.java | 9 +- .../tcp/TcpCommunicationSpiDropNodesTest.java | 322 + .../TcpCommunicationSpiFaultyClientTest.java | 265 + .../local/GridLocalDeploymentSpiSelfTest.java | 6 +- ...lientDiscoverySpiFailureTimeoutSelfTest.java | 4 +- .../tcp/TcpClientDiscoverySpiMulticastTest.java | 2 +- .../spi/discovery/tcp/TcpDiscoverySelfTest.java | 144 +- .../tcp/TcpDiscoverySnapshotHistoryTest.java | 14 +- .../TcpDiscoverySpiFailureTimeoutSelfTest.java | 14 +- .../TcpDiscoveryMulticastIpFinderSelfTest.java | 6 +- .../GridInternalTasksLoadBalancingSelfTest.java | 201 + .../GridSwapSpaceSpiAbstractSelfTest.java | 5 +- .../file/GridFileSwapSpaceSpiSelfTest.java | 89 + .../startup/GridRandomCommandLineLoader.java | 2 +- .../testframework/GridSpiTestContext.java | 114 +- .../ignite/testframework/GridTestNode.java | 1 + .../ignite/testframework/GridTestUtils.java | 39 +- .../ignite/testframework/IgniteTestSuite.java | 318 +- .../testframework/junits/GridAbstractTest.java | 57 +- .../junits/GridTestKernalContext.java | 6 +- .../ignite/testframework/junits/IgniteMock.java | 25 + .../junits/IgniteTestResources.java | 2 - .../junits/common/GridCommonAbstractTest.java | 31 +- .../junits/logger/GridTestLog4jLogger.java | 4 +- .../multijvm/IgniteCacheProcessProxy.java | 16 + .../junits/multijvm/IgniteProcessProxy.java | 15 + .../junits/spi/GridSpiAbstractTest.java | 2 - .../ignite/testsuites/IgniteBasicTestSuite.java | 10 + .../testsuites/IgniteBinaryBasicTestSuite.java | 2 - .../IgniteBinaryObjectsTestSuite.java | 12 + .../IgniteCacheDataStructuresSelfTestSuite.java | 5 +- .../IgniteCacheFailoverTestSuite.java | 3 + .../IgniteCacheFullApiSelfTestSuite.java | 6 + .../IgniteCacheMetricsSelfTestSuite.java | 6 +- .../ignite/testsuites/IgniteCacheTestSuite.java | 33 +- .../testsuites/IgniteCacheTestSuite2.java | 16 + .../testsuites/IgniteCacheTestSuite4.java | 7 + .../testsuites/IgniteCacheTestSuite5.java | 10 +- .../testsuites/IgniteComputeGridTestSuite.java | 6 + .../ignite/testsuites/IgniteIgfsTestSuite.java | 16 + .../apache/ignite/testsuites/IgniteIgnore.java | 9 +- .../testsuites/IgniteIgnoredTestSuite.java | 63 - .../testsuites/IgniteKernalSelfTestSuite.java | 6 +- .../testsuites/IgniteLangSelfTestSuite.java | 4 +- ...essagingConfigVariationFullApiTestSuite.java | 4 +- .../IgniteSpiCommunicationSelfTestSuite.java | 18 +- .../IgniteSpiDiscoverySelfTestSuite.java | 2 +- .../IgniteSpiLoadBalancingSelfTestSuite.java | 34 +- .../ignite/testsuites/IgniteSpiTestSuite.java | 6 +- .../IgniteTopologyValidatorTestSuit.java | 1 + .../testsuites/IgniteUtilSelfTestSuite.java | 2 + .../ignite/thread/IgniteThreadPoolSizeTest.java | 131 + .../util/AttributeNodeFilterSelfTest.java | 184 + .../apache/ignite/util/GridLogThrottleTest.java | 27 +- .../ignite/util/mbeans/GridMBeanSelfTest.java | 10 +- modules/docker/1.8.0/Dockerfile | 46 + modules/docker/1.8.0/run.sh | 51 + modules/docker/Dockerfile | 6 +- modules/extdata/p2p/pom.xml | 2 +- .../CacheNoValueClassOnServerTestClient.java | 5 +- .../CacheConfigurationP2PTestClient.java | 5 +- .../extdata/uri/modules/uri-dependency/pom.xml | 2 +- modules/extdata/uri/pom.xml | 2 +- modules/flink/pom.xml | 2 +- .../apache/ignite/sink/flink/IgniteSink.java | 2 +- modules/flume/README.txt | 2 +- modules/flume/pom.xml | 2 +- .../apache/ignite/stream/flume/IgniteSink.java | 7 +- modules/gce/pom.xml | 6 +- .../gce/TcpDiscoveryGoogleStorageIpFinder.java | 4 +- modules/geospatial/pom.xml | 2 +- .../h2/GridBinaryH2IndexingGeoSelfTest.java | 35 + .../query/h2/GridH2IndexingGeoSelfTest.java | 2 +- .../testsuites/GeoSpatialIndexingTestSuite.java | 2 + modules/hadoop/pom.xml | 58 +- .../hadoop/fs/BasicHadoopFileSystemFactory.java | 132 +- .../fs/CachingHadoopFileSystemFactory.java | 54 +- .../hadoop/fs/HadoopFileSystemFactory.java | 11 +- .../fs/IgniteHadoopFileSystemCounterWriter.java | 79 +- .../fs/IgniteHadoopIgfsSecondaryFileSystem.java | 402 +- .../fs/KerberosHadoopFileSystemFactory.java | 77 +- .../hadoop/fs/v1/IgniteHadoopFileSystem.java | 47 +- .../hadoop/fs/v2/IgniteHadoopFileSystem.java | 47 +- .../io/BytesWritablePartiallyRawComparator.java | 51 + .../hadoop/io/PartiallyRawComparator.java | 33 + .../org/apache/ignite/hadoop/io/RawMemory.java | 86 + .../hadoop/io/TextPartiallyRawComparator.java | 51 + .../apache/ignite/hadoop/io/package-info.java | 22 + .../IgniteHadoopClientProtocolProvider.java | 104 +- .../mapreduce/IgniteHadoopMapReducePlanner.java | 22 +- .../IgniteHadoopWeightedMapReducePlanner.java | 4 +- .../ignite/hadoop/util/UserNameMapper.java | 4 +- .../processors/hadoop/HadoopClassLoader.java | 966 -- .../processors/hadoop/HadoopClasspathMain.java | 44 - .../processors/hadoop/HadoopClasspathUtils.java | 295 - .../processors/hadoop/HadoopCommonUtils.java | 154 + .../processors/hadoop/HadoopContext.java | 1 - .../processors/hadoop/HadoopDefaultJobInfo.java | 157 - .../processors/hadoop/HadoopExternalSplit.java | 96 + .../processors/hadoop/HadoopHelperImpl.java | 133 + .../processors/hadoop/HadoopLocations.java | 123 - .../hadoop/HadoopMapReduceCounterGroup.java | 123 - .../hadoop/HadoopMapReduceCounters.java | 228 - .../processors/hadoop/HadoopMapperUtils.java | 56 + .../processors/hadoop/HadoopProcessor.java | 32 +- .../processors/hadoop/HadoopSplitWrapper.java | 128 + .../internal/processors/hadoop/HadoopUtils.java | 436 - .../hadoop/counter/HadoopCounterAdapter.java | 1 + .../counter/HadoopPerformanceCounter.java | 12 +- .../hadoop/delegate/HadoopDelegateUtils.java | 138 + .../HadoopFileSystemCounterWriterDelegate.java | 36 + .../HadoopFileSystemFactoryDelegate.java | 36 + .../HadoopIgfsSecondaryFileSystemDelegate.java | 28 + .../hadoop/fs/HadoopFileSystemCacheUtils.java | 242 - .../hadoop/fs/HadoopFileSystemsUtils.java | 51 - .../hadoop/fs/HadoopLazyConcurrentMap.java | 212 - .../hadoop/fs/HadoopLocalFileSystemV1.java | 39 - .../hadoop/fs/HadoopLocalFileSystemV2.java | 88 - .../processors/hadoop/fs/HadoopParameters.java | 94 - .../hadoop/fs/HadoopRawLocalFileSystem.java | 314 - .../processors/hadoop/igfs/HadoopIgfs.java | 202 - .../igfs/HadoopIgfsCommunicationException.java | 57 - .../hadoop/igfs/HadoopIgfsEndpoint.java | 4 +- .../processors/hadoop/igfs/HadoopIgfsEx.java | 93 - .../hadoop/igfs/HadoopIgfsFuture.java | 97 - .../hadoop/igfs/HadoopIgfsInProc.java | 510 - .../hadoop/igfs/HadoopIgfsInputStream.java | 629 - .../processors/hadoop/igfs/HadoopIgfsIo.java | 76 - .../processors/hadoop/igfs/HadoopIgfsIpcIo.java | 624 - .../hadoop/igfs/HadoopIgfsIpcIoListener.java | 36 - .../hadoop/igfs/HadoopIgfsJclLogger.java | 116 - .../hadoop/igfs/HadoopIgfsOutProc.java | 524 - .../hadoop/igfs/HadoopIgfsOutputStream.java | 201 - .../hadoop/igfs/HadoopIgfsProperties.java | 86 - .../hadoop/igfs/HadoopIgfsProxyInputStream.java | 337 - .../igfs/HadoopIgfsProxyOutputStream.java | 165 - ...fsSecondaryFileSystemPositionedReadable.java | 105 - .../hadoop/igfs/HadoopIgfsStreamDelegate.java | 96 - .../igfs/HadoopIgfsStreamEventListener.java | 39 - .../processors/hadoop/igfs/HadoopIgfsUtils.java | 174 - .../hadoop/igfs/HadoopIgfsWrapper.java | 552 - .../impl/HadoopMapReduceCounterGroup.java | 124 + .../hadoop/impl/HadoopMapReduceCounters.java | 229 + .../processors/hadoop/impl/HadoopUtils.java | 397 + .../HadoopBasicFileSystemFactoryDelegate.java | 178 + .../HadoopCachingFileSystemFactoryDelegate.java | 75 + .../HadoopDefaultFileSystemFactoryDelegate.java | 62 + ...doopFileSystemCounterWriterDelegateImpl.java | 108 + ...doopIgfsSecondaryFileSystemDelegateImpl.java | 470 + ...HadoopKerberosFileSystemFactoryDelegate.java | 117 + .../impl/fs/HadoopFileSystemCacheUtils.java | 243 + .../hadoop/impl/fs/HadoopFileSystemsUtils.java | 62 + .../hadoop/impl/fs/HadoopLazyConcurrentMap.java | 210 + .../hadoop/impl/fs/HadoopLocalFileSystemV1.java | 40 + .../hadoop/impl/fs/HadoopLocalFileSystemV2.java | 89 + .../hadoop/impl/fs/HadoopParameters.java | 94 + .../impl/fs/HadoopRawLocalFileSystem.java | 315 + .../processors/hadoop/impl/igfs/HadoopIgfs.java | 203 + .../igfs/HadoopIgfsCommunicationException.java | 57 + .../hadoop/impl/igfs/HadoopIgfsEx.java | 94 + .../hadoop/impl/igfs/HadoopIgfsFuture.java | 97 + .../hadoop/impl/igfs/HadoopIgfsInProc.java | 509 + .../hadoop/impl/igfs/HadoopIgfsInputStream.java | 630 + .../hadoop/impl/igfs/HadoopIgfsIo.java | 76 + .../hadoop/impl/igfs/HadoopIgfsIpcIo.java | 625 + .../impl/igfs/HadoopIgfsIpcIoListener.java | 36 + .../hadoop/impl/igfs/HadoopIgfsJclLogger.java | 123 + .../hadoop/impl/igfs/HadoopIgfsOutProc.java | 525 + .../impl/igfs/HadoopIgfsOutputStream.java | 202 + .../hadoop/impl/igfs/HadoopIgfsProperties.java | 90 + .../impl/igfs/HadoopIgfsProxyInputStream.java | 338 + .../impl/igfs/HadoopIgfsProxyOutputStream.java | 166 + ...fsSecondaryFileSystemPositionedReadable.java | 106 + .../impl/igfs/HadoopIgfsStreamDelegate.java | 96 + .../igfs/HadoopIgfsStreamEventListener.java | 39 + .../hadoop/impl/igfs/HadoopIgfsUtils.java | 175 + .../hadoop/impl/igfs/HadoopIgfsWrapper.java | 554 + .../hadoop/impl/proto/HadoopClientProtocol.java | 379 + .../hadoop/impl/v1/HadoopV1CleanupTask.java | 65 + .../hadoop/impl/v1/HadoopV1Counter.java | 107 + .../hadoop/impl/v1/HadoopV1MapTask.java | 135 + .../hadoop/impl/v1/HadoopV1OutputCollector.java | 138 + .../hadoop/impl/v1/HadoopV1Partitioner.java | 44 + .../hadoop/impl/v1/HadoopV1ReduceTask.java | 116 + .../hadoop/impl/v1/HadoopV1Reporter.java | 81 + .../hadoop/impl/v1/HadoopV1SetupTask.java | 57 + .../hadoop/impl/v1/HadoopV1Splitter.java | 103 + .../processors/hadoop/impl/v1/HadoopV1Task.java | 98 + .../processors/hadoop/impl/v2/HadoopDaemon.java | 126 + .../impl/v2/HadoopSerializationWrapper.java | 139 + .../impl/v2/HadoopShutdownHookManager.java | 98 + .../hadoop/impl/v2/HadoopV2CleanupTask.java | 73 + .../hadoop/impl/v2/HadoopV2Context.java | 244 + .../hadoop/impl/v2/HadoopV2Counter.java | 89 + ...DelegatingPartiallyOffheapRawComparator.java | 54 + .../processors/hadoop/impl/v2/HadoopV2Job.java | 475 + .../impl/v2/HadoopV2JobResourceManager.java | 321 + .../hadoop/impl/v2/HadoopV2MapTask.java | 111 + .../hadoop/impl/v2/HadoopV2Partitioner.java | 44 + .../hadoop/impl/v2/HadoopV2ReduceTask.java | 105 + .../hadoop/impl/v2/HadoopV2SetupTask.java | 66 + .../hadoop/impl/v2/HadoopV2Splitter.java | 112 + .../processors/hadoop/impl/v2/HadoopV2Task.java | 186 + .../hadoop/impl/v2/HadoopV2TaskContext.java | 613 + .../impl/v2/HadoopWritableSerialization.java | 76 + .../processors/hadoop/io/OffheapRawMemory.java | 131 + .../hadoop/jobtracker/HadoopJobTracker.java | 92 +- .../hadoop/mapreduce/MapReduceClient.java | 147 + .../hadoop/message/HadoopMessage.java | 27 - .../planner/HadoopDefaultMapReducePlan.java | 7 +- .../hadoop/proto/HadoopClientProtocol.java | 349 - .../hadoop/shuffle/HadoopShuffle.java | 112 +- .../hadoop/shuffle/HadoopShuffleAck.java | 92 - .../hadoop/shuffle/HadoopShuffleJob.java | 782 +- .../hadoop/shuffle/HadoopShuffleLocalState.java | 67 + .../hadoop/shuffle/HadoopShuffleMessage.java | 242 - .../shuffle/HadoopShuffleRemoteState.java | 61 + .../shuffle/collections/HadoopMultimapBase.java | 5 +- .../shuffle/collections/HadoopSkipList.java | 14 +- .../shuffle/direct/HadoopDirectDataInput.java | 166 + .../shuffle/direct/HadoopDirectDataOutput.java | 235 + .../direct/HadoopDirectDataOutputContext.java | 140 + .../direct/HadoopDirectDataOutputState.java | 66 + .../shuffle/streams/HadoopDataOutStream.java | 2 +- .../taskexecutor/HadoopExecutorService.java | 6 +- .../hadoop/taskexecutor/HadoopRunnableTask.java | 12 +- .../external/HadoopExternalTaskExecutor.java | 13 +- .../child/HadoopChildProcessRunner.java | 38 +- .../child/HadoopExternalProcessStarter.java | 10 +- .../HadoopExternalCommunication.java | 21 +- .../communication/HadoopIpcToNioAdapter.java | 2 +- .../communication/HadoopMarshallerFilter.java | 17 +- .../hadoop/v1/HadoopV1CleanupTask.java | 64 - .../processors/hadoop/v1/HadoopV1Counter.java | 106 - .../processors/hadoop/v1/HadoopV1MapTask.java | 122 - .../hadoop/v1/HadoopV1OutputCollector.java | 137 - .../hadoop/v1/HadoopV1Partitioner.java | 44 - .../hadoop/v1/HadoopV1ReduceTask.java | 101 - .../processors/hadoop/v1/HadoopV1Reporter.java | 81 - .../processors/hadoop/v1/HadoopV1SetupTask.java | 56 - .../processors/hadoop/v1/HadoopV1Splitter.java | 102 - .../processors/hadoop/v1/HadoopV1Task.java | 97 - .../processors/hadoop/v2/HadoopDaemon.java | 126 - .../hadoop/v2/HadoopExternalSplit.java | 89 - .../hadoop/v2/HadoopSerializationWrapper.java | 138 - .../hadoop/v2/HadoopShutdownHookManager.java | 98 - .../hadoop/v2/HadoopSplitWrapper.java | 119 - .../hadoop/v2/HadoopV2CleanupTask.java | 72 - .../processors/hadoop/v2/HadoopV2Context.java | 243 - .../processors/hadoop/v2/HadoopV2Counter.java | 88 - .../processors/hadoop/v2/HadoopV2Job.java | 443 - .../hadoop/v2/HadoopV2JobResourceManager.java | 322 - .../processors/hadoop/v2/HadoopV2MapTask.java | 99 - .../hadoop/v2/HadoopV2Partitioner.java | 44 - .../hadoop/v2/HadoopV2ReduceTask.java | 91 - .../processors/hadoop/v2/HadoopV2SetupTask.java | 65 - .../processors/hadoop/v2/HadoopV2Splitter.java | 111 - .../processors/hadoop/v2/HadoopV2Task.java | 185 - .../hadoop/v2/HadoopV2TaskContext.java | 559 - .../hadoop/v2/HadoopWritableSerialization.java | 75 - .../resources/META-INF/classnames.properties | 114 + .../HadoopClientProtocolEmbeddedSelfTest.java | 35 - .../hadoop/HadoopClientProtocolSelfTest.java | 654 - .../hadoop/cache/HadoopTxConfigCacheTest.java | 42 - ...KerberosHadoopFileSystemFactorySelfTest.java | 121 - .../util/BasicUserNameMapperSelfTest.java | 133 - .../util/ChainedUserNameMapperSelfTest.java | 107 - .../util/KerberosUserNameMapperSelfTest.java | 99 - .../ignite/igfs/Hadoop1DualAbstractTest.java | 158 - .../igfs/Hadoop1OverIgfsDualAsyncTest.java | 30 - .../igfs/Hadoop1OverIgfsDualSyncTest.java | 30 - .../igfs/HadoopFIleSystemFactorySelfTest.java | 327 - .../HadoopIgfs20FileSystemAbstractSelfTest.java | 2040 --- ...Igfs20FileSystemLoopbackPrimarySelfTest.java | 74 - ...oopIgfs20FileSystemShmemPrimarySelfTest.java | 74 - .../igfs/HadoopIgfsDualAbstractSelfTest.java | 321 - .../igfs/HadoopIgfsDualAsyncSelfTest.java | 32 - .../ignite/igfs/HadoopIgfsDualSyncSelfTest.java | 32 - ...adoopIgfsSecondaryFileSystemTestAdapter.java | 149 - ...oopSecondaryFileSystemConfigurationTest.java | 575 - .../apache/ignite/igfs/IgfsEventsTestSuite.java | 285 - .../igfs/IgfsNearOnlyMultiNodeSelfTest.java | 223 - .../IgniteHadoopFileSystemAbstractSelfTest.java | 2432 --- .../IgniteHadoopFileSystemClientSelfTest.java | 212 - ...IgniteHadoopFileSystemHandshakeSelfTest.java | 389 - .../IgniteHadoopFileSystemIpcCacheSelfTest.java | 214 - .../IgniteHadoopFileSystemLoggerSelfTest.java | 298 - ...niteHadoopFileSystemLoggerStateSelfTest.java | 329 - ...adoopFileSystemLoopbackAbstractSelfTest.java | 46 - ...SystemLoopbackEmbeddedDualAsyncSelfTest.java | 33 - ...eSystemLoopbackEmbeddedDualSyncSelfTest.java | 33 - ...leSystemLoopbackEmbeddedPrimarySelfTest.java | 33 - ...SystemLoopbackEmbeddedSecondarySelfTest.java | 34 - ...SystemLoopbackExternalDualAsyncSelfTest.java | 33 - ...eSystemLoopbackExternalDualSyncSelfTest.java | 33 - ...leSystemLoopbackExternalPrimarySelfTest.java | 33 - ...SystemLoopbackExternalSecondarySelfTest.java | 34 - ...condaryFileSystemInitializationSelfTest.java | 214 - ...teHadoopFileSystemShmemAbstractSelfTest.java | 91 - ...ileSystemShmemEmbeddedDualAsyncSelfTest.java | 33 - ...FileSystemShmemEmbeddedDualSyncSelfTest.java | 33 - ...pFileSystemShmemEmbeddedPrimarySelfTest.java | 33 - ...ileSystemShmemEmbeddedSecondarySelfTest.java | 33 - ...ileSystemShmemExternalDualAsyncSelfTest.java | 33 - ...FileSystemShmemExternalDualSyncSelfTest.java | 33 - ...pFileSystemShmemExternalPrimarySelfTest.java | 33 - ...ileSystemShmemExternalSecondarySelfTest.java | 33 - .../hadoop/HadoopAbstractMapReduceTest.java | 429 - .../hadoop/HadoopAbstractSelfTest.java | 239 - .../hadoop/HadoopAbstractWordCountTest.java | 175 - .../hadoop/HadoopClassLoaderTest.java | 110 - .../hadoop/HadoopCommandLineTest.java | 474 - .../HadoopDefaultMapReducePlannerSelfTest.java | 615 - .../processors/hadoop/HadoopErrorSimulator.java | 326 - .../hadoop/HadoopFileSystemsTest.java | 155 - .../processors/hadoop/HadoopGroupingTest.java | 307 - .../hadoop/HadoopJobTrackerSelfTest.java | 345 - .../hadoop/HadoopMapReduceEmbeddedSelfTest.java | 253 - .../HadoopMapReduceErrorResilienceTest.java | 154 - .../processors/hadoop/HadoopMapReduceTest.java | 66 - .../hadoop/HadoopNoHadoopMapReduceTest.java | 47 - .../processors/hadoop/HadoopPlannerMockJob.java | 168 - .../hadoop/HadoopPopularWordsTest.java | 298 - .../HadoopSerializationWrapperSelfTest.java | 79 - .../processors/hadoop/HadoopSharedMap.java | 1 + .../hadoop/HadoopSnappyFullMapReduceTest.java | 36 - .../processors/hadoop/HadoopSnappyTest.java | 102 - .../hadoop/HadoopSortingExternalTest.java | 46 - .../processors/hadoop/HadoopSortingTest.java | 303 - .../hadoop/HadoopSplitWrapperSelfTest.java | 72 - .../processors/hadoop/HadoopStartup.java | 54 - .../hadoop/HadoopTaskExecutionSelfTest.java | 567 - .../hadoop/HadoopTasksAllVersionsTest.java | 260 - .../processors/hadoop/HadoopTasksV1Test.java | 58 - .../processors/hadoop/HadoopTasksV2Test.java | 77 - .../hadoop/HadoopTestClassLoader.java | 106 + .../hadoop/HadoopTestRoundRobinMrPlanner.java | 71 - .../hadoop/HadoopTestTaskContext.java | 228 - .../processors/hadoop/HadoopTestUtils.java | 107 - .../processors/hadoop/HadoopV2JobSelfTest.java | 100 - .../hadoop/HadoopValidationSelfTest.java | 53 - .../HadoopWeightedMapReducePlannerTest.java | 599 - .../HadoopWeightedPlannerMapReduceTest.java | 38 - .../hadoop/books/alice-in-wonderland.txt | 3735 ----- .../processors/hadoop/books/art-of-war.txt | 6982 --------- .../hadoop/books/huckleberry-finn.txt | 11733 --------------- .../processors/hadoop/books/sherlock-holmes.txt | 13052 ----------------- .../processors/hadoop/books/tom-sawyer.txt | 8858 ----------- .../hadoop/deps/CircularWIthHadoop.java | 32 - .../hadoop/deps/CircularWithoutHadoop.java | 27 - .../processors/hadoop/deps/WithCast.java | 41 - .../hadoop/deps/WithClassAnnotation.java | 28 - .../hadoop/deps/WithConstructorInvocation.java | 31 - .../processors/hadoop/deps/WithExtends.java | 27 - .../processors/hadoop/deps/WithField.java | 29 - .../processors/hadoop/deps/WithImplements.java | 36 - .../hadoop/deps/WithIndirectField.java | 27 - .../processors/hadoop/deps/WithInitializer.java | 33 - .../processors/hadoop/deps/WithInnerClass.java | 31 - .../hadoop/deps/WithLocalVariable.java | 38 - .../hadoop/deps/WithMethodAnnotation.java | 32 - .../hadoop/deps/WithMethodArgument.java | 31 - .../hadoop/deps/WithMethodCheckedException.java | 31 - .../hadoop/deps/WithMethodInvocation.java | 31 - .../hadoop/deps/WithMethodReturnType.java | 31 - .../hadoop/deps/WithMethodRuntimeException.java | 31 - .../processors/hadoop/deps/WithOuterClass.java | 38 - .../hadoop/deps/WithParameterAnnotation.java | 31 - .../processors/hadoop/deps/WithStaticField.java | 29 - .../hadoop/deps/WithStaticInitializer.java | 34 - .../processors/hadoop/deps/Without.java | 25 - .../hadoop/examples/HadoopWordCount1.java | 94 - .../hadoop/examples/HadoopWordCount1Map.java | 79 - .../hadoop/examples/HadoopWordCount1Reduce.java | 61 - .../hadoop/examples/HadoopWordCount2.java | 111 - .../examples/HadoopWordCount2Combiner.java | 45 - .../hadoop/examples/HadoopWordCount2Mapper.java | 88 - .../examples/HadoopWordCount2Reducer.java | 113 - .../impl/HadoopAbstractMapReduceTest.java | 432 + .../hadoop/impl/HadoopAbstractSelfTest.java | 250 + .../impl/HadoopAbstractWordCountTest.java | 175 + .../hadoop/impl/HadoopCommandLineTest.java | 476 + .../HadoopDefaultMapReducePlannerSelfTest.java | 619 + .../hadoop/impl/HadoopErrorSimulator.java | 326 + .../hadoop/impl/HadoopFileSystemsTest.java | 164 + .../hadoop/impl/HadoopGroupingTest.java | 302 + .../hadoop/impl/HadoopJobTrackerSelfTest.java | 332 + .../impl/HadoopMapReduceEmbeddedSelfTest.java | 271 + .../HadoopMapReduceErrorResilienceTest.java | 154 + .../hadoop/impl/HadoopMapReduceTest.java | 66 + .../impl/HadoopNoHadoopMapReduceTest.java | 47 + .../hadoop/impl/HadoopPlannerMockJob.java | 182 + .../hadoop/impl/HadoopPopularWordsTest.java | 298 + .../HadoopSerializationWrapperSelfTest.java | 80 + .../impl/HadoopSnappyFullMapReduceTest.java | 36 + .../hadoop/impl/HadoopSnappyTest.java | 104 + .../hadoop/impl/HadoopSortingExternalTest.java | 46 + .../hadoop/impl/HadoopSortingTest.java | 304 + .../hadoop/impl/HadoopSplitWrapperSelfTest.java | 72 + .../processors/hadoop/impl/HadoopStartup.java | 54 + .../impl/HadoopTaskExecutionSelfTest.java | 548 + .../hadoop/impl/HadoopTasksAllVersionsTest.java | 264 + .../hadoop/impl/HadoopTasksV1Test.java | 62 + .../hadoop/impl/HadoopTasksV2Test.java | 81 + .../hadoop/impl/HadoopTeraSortTest.java | 409 + .../impl/HadoopTestRoundRobinMrPlanner.java | 75 + .../hadoop/impl/HadoopTestTaskContext.java | 233 + .../processors/hadoop/impl/HadoopTestUtils.java | 178 + .../hadoop/impl/HadoopTxConfigCacheTest.java | 42 + .../hadoop/impl/HadoopUserLibsSelfTest.java | 261 + .../hadoop/impl/HadoopV2JobSelfTest.java | 108 + .../hadoop/impl/HadoopValidationSelfTest.java | 53 + .../HadoopWeightedMapReducePlannerTest.java | 602 + .../HadoopWeightedPlannerMapReduceTest.java | 38 + .../hadoop/impl/books/alice-in-wonderland.txt | 3735 +++++ .../processors/hadoop/impl/books/art-of-war.txt | 6982 +++++++++ .../hadoop/impl/books/huckleberry-finn.txt | 11733 +++++++++++++++ .../hadoop/impl/books/sherlock-holmes.txt | 13052 +++++++++++++++++ .../processors/hadoop/impl/books/tom-sawyer.txt | 8858 +++++++++++ .../HadoopClientProtocolEmbeddedSelfTest.java | 35 + ...opClientProtocolMultipleServersSelfTest.java | 315 + .../client/HadoopClientProtocolSelfTest.java | 670 + .../hadoop/impl/examples/HadoopWordCount1.java | 94 + .../impl/examples/HadoopWordCount1Map.java | 79 + .../impl/examples/HadoopWordCount1Reduce.java | 61 + .../hadoop/impl/examples/HadoopWordCount2.java | 111 + .../impl/examples/HadoopWordCount2Combiner.java | 45 + .../impl/examples/HadoopWordCount2Mapper.java | 88 + .../impl/examples/HadoopWordCount2Reducer.java | 113 + ...KerberosHadoopFileSystemFactorySelfTest.java | 127 + .../impl/igfs/Hadoop1DualAbstractTest.java | 163 + .../impl/igfs/Hadoop1OverIgfsDualAsyncTest.java | 32 + .../impl/igfs/Hadoop1OverIgfsDualSyncTest.java | 32 + .../igfs/HadoopFIleSystemFactorySelfTest.java | 345 + .../HadoopIgfs20FileSystemAbstractSelfTest.java | 2046 +++ ...Igfs20FileSystemLoopbackPrimarySelfTest.java | 77 + ...oopIgfs20FileSystemShmemPrimarySelfTest.java | 77 + .../igfs/HadoopIgfsDualAbstractSelfTest.java | 328 + .../impl/igfs/HadoopIgfsDualAsyncSelfTest.java | 32 + .../impl/igfs/HadoopIgfsDualSyncSelfTest.java | 32 + ...adoopIgfsSecondaryFileSystemTestAdapter.java | 152 + ...oopSecondaryFileSystemConfigurationTest.java | 595 + .../hadoop/impl/igfs/IgfsEventsTestSuite.java | 289 + .../igfs/IgfsNearOnlyMultiNodeSelfTest.java | 226 + .../IgniteHadoopFileSystemAbstractSelfTest.java | 2435 +++ .../IgniteHadoopFileSystemClientSelfTest.java | 212 + ...IgniteHadoopFileSystemHandshakeSelfTest.java | 393 + .../IgniteHadoopFileSystemIpcCacheSelfTest.java | 215 + .../IgniteHadoopFileSystemLoggerSelfTest.java | 299 + ...niteHadoopFileSystemLoggerStateSelfTest.java | 332 + ...adoopFileSystemLoopbackAbstractSelfTest.java | 50 + ...SystemLoopbackEmbeddedDualAsyncSelfTest.java | 33 + ...eSystemLoopbackEmbeddedDualSyncSelfTest.java | 33 + ...leSystemLoopbackEmbeddedPrimarySelfTest.java | 33 + ...SystemLoopbackEmbeddedSecondarySelfTest.java | 34 + ...SystemLoopbackExternalDualAsyncSelfTest.java | 33 + ...eSystemLoopbackExternalDualSyncSelfTest.java | 33 + ...leSystemLoopbackExternalPrimarySelfTest.java | 33 + ...SystemLoopbackExternalSecondarySelfTest.java | 34 + ...condaryFileSystemInitializationSelfTest.java | 217 + ...teHadoopFileSystemShmemAbstractSelfTest.java | 94 + ...ileSystemShmemEmbeddedDualAsyncSelfTest.java | 33 + ...FileSystemShmemEmbeddedDualSyncSelfTest.java | 33 + ...pFileSystemShmemEmbeddedPrimarySelfTest.java | 33 + ...ileSystemShmemEmbeddedSecondarySelfTest.java | 33 + ...ileSystemShmemExternalDualAsyncSelfTest.java | 33 + ...FileSystemShmemExternalDualSyncSelfTest.java | 33 + ...pFileSystemShmemExternalPrimarySelfTest.java | 33 + ...ileSystemShmemExternalSecondarySelfTest.java | 33 + .../collections/HadoopAbstractMapTest.java | 181 + .../HadoopConcurrentHashMultimapSelftest.java | 280 + .../collections/HadoopHashMapSelfTest.java | 133 + .../collections/HadoopSkipListSelfTest.java | 332 + .../streams/HadoopDataStreamSelfTest.java | 153 + .../taskexecutor/HadoopExecutorServiceTest.java | 119 + .../HadoopExternalTaskExecutionSelfTest.java | 234 + .../HadoopExternalCommunicationSelfTest.java | 222 + .../impl/util/BasicUserNameMapperSelfTest.java | 134 + .../util/ChainedUserNameMapperSelfTest.java | 111 + .../util/KerberosUserNameMapperSelfTest.java | 100 + .../collections/HadoopAbstractMapTest.java | 174 - .../HadoopConcurrentHashMultimapSelftest.java | 278 - .../collections/HadoopHashMapSelfTest.java | 131 - .../collections/HadoopSkipListSelfTest.java | 318 - .../streams/HadoopDataStreamSelfTest.java | 150 - .../hadoop/state/HadoopGroupingTestState.java | 40 + .../state/HadoopJobTrackerSelfTestState.java | 45 + .../HadoopMapReduceEmbeddedSelfTestState.java | 32 + .../HadoopTaskExecutionSelfTestValues.java | 51 + .../taskexecutor/HadoopExecutorServiceTest.java | 118 - .../HadoopExternalTaskExecutionSelfTest.java | 232 - .../HadoopExternalCommunicationSelfTest.java | 220 - .../testsuites/IgniteHadoopTestSuite.java | 120 +- .../IgniteIgfsLinuxAndMacOSTestSuite.java | 25 +- modules/hibernate/pom.xml | 2 +- .../hibernate/CacheHibernateBlobStore.java | 4 +- modules/ignored-tests/README.txt | 4 + modules/ignored-tests/pom.xml | 241 + ...gniteIgnoredBinarySimpleMapperTestSuite.java | 41 + .../IgniteIgnoredBinaryTestSuite.java | 42 + .../testsuites/IgniteIgnoredTestSuite.java | 61 + .../apache/ignite/testsuites/package-info.java | 22 + modules/indexing/pom.xml | 2 +- .../cache/query/GridCacheTwoStepQuery.java | 253 + .../query/h2/DmlStatementsProcessor.java | 1083 ++ .../query/h2/GridH2ResultSetIterator.java | 6 +- .../processors/query/h2/IgniteH2Indexing.java | 355 +- .../query/h2/dml/FastUpdateArgument.java | 27 + .../query/h2/dml/FastUpdateArguments.java | 53 + .../query/h2/dml/KeyValueSupplier.java | 30 + .../processors/query/h2/dml/UpdateMode.java | 36 + .../processors/query/h2/dml/UpdatePlan.java | 128 + .../query/h2/dml/UpdatePlanBuilder.java | 486 + .../processors/query/h2/dml/package-info.java | 22 + .../query/h2/opt/GridH2IndexBase.java | 6 +- .../query/h2/opt/GridH2RowDescriptor.java | 23 + .../query/h2/opt/GridH2TreeIndex.java | 2 +- .../processors/query/h2/sql/DmlAstUtils.java | 616 + .../processors/query/h2/sql/GridSqlArray.java | 8 + .../processors/query/h2/sql/GridSqlConst.java | 6 + .../processors/query/h2/sql/GridSqlDelete.java | 68 + .../query/h2/sql/GridSqlFunction.java | 5 +- .../processors/query/h2/sql/GridSqlInsert.java | 149 + .../processors/query/h2/sql/GridSqlKeyword.java | 46 + .../processors/query/h2/sql/GridSqlMerge.java | 143 + .../processors/query/h2/sql/GridSqlQuery.java | 44 +- .../query/h2/sql/GridSqlQueryParser.java | 323 +- .../query/h2/sql/GridSqlQuerySplitter.java | 149 +- .../processors/query/h2/sql/GridSqlSelect.java | 3 +- .../query/h2/sql/GridSqlStatement.java | 64 + .../processors/query/h2/sql/GridSqlUpdate.java | 105 + .../query/h2/twostep/GridMapQueryExecutor.java | 66 +- .../query/h2/twostep/GridMergeIndex.java | 61 +- .../h2/twostep/GridReduceQueryExecutor.java | 169 +- .../query/h2/twostep/msg/GridH2Geometry.java | 2 +- .../h2/twostep/msg/GridH2QueryRequest.java | 42 +- .../cache/BinarySerializationQuerySelfTest.java | 2 - ...CacheAbstractQueryDetailMetricsSelfTest.java | 572 + .../CacheAbstractQueryMetricsSelfTest.java | 307 +- .../cache/CacheConfigurationP2PTestServer.java | 2 - .../CacheLocalQueryDetailMetricsSelfTest.java | 33 + ...edQueryDetailMetricsDistributedSelfTest.java | 33 + ...titionedQueryDetailMetricsLocalSelfTest.java | 33 + .../CacheRandomOperationsMultithreadedTest.java | 4 +- ...edQueryDetailMetricsDistributedSelfTest.java | 33 + ...plicatedQueryDetailMetricsLocalSelfTest.java | 33 + ...CacheScanPartitionQueryFallbackSelfTest.java | 2 +- .../ClientReconnectAfterClusterRestartTest.java | 4 +- .../GridCacheQueryIndexDisabledSelfTest.java | 20 +- ...niteCacheAbstractInsertSqlQuerySelfTest.java | 559 + .../cache/IgniteCacheAbstractQuerySelfTest.java | 297 +- .../IgniteCacheAbstractSqlDmlQuerySelfTest.java | 243 + .../IgniteCacheDeleteSqlQuerySelfTest.java | 106 + .../IgniteCacheInsertSqlQuerySelfTest.java | 205 + .../cache/IgniteCacheLargeResultSelfTest.java | 15 +- ...eLockPartitionOnAffinityRunAbstractTest.java | 1 - ...PartitionOnAffinityRunAtomicCacheOpTest.java | 11 +- ...niteCacheLockPartitionOnAffinityRunTest.java | 51 +- ...titionOnAffinityRunWithCollisionSpiTest.java | 10 +- .../cache/IgniteCacheMergeSqlQuerySelfTest.java | 152 + .../cache/IgniteCacheOffheapEvictQueryTest.java | 13 +- ...niteCacheP2pUnmarshallingQueryErrorTest.java | 4 +- .../IgniteCacheQueryMultiThreadedSelfTest.java | 59 + .../IgniteCacheUpdateSqlQuerySelfTest.java | 472 + .../cache/QueryEntityCaseMismatchTest.java | 107 + .../IgniteCacheAtomicFieldsQuerySelfTest.java | 21 - ...lientQueryReplicatedNodeRestartSelfTest.java | 7 + ...niteCacheDistributedQueryCancelSelfTest.java | 174 + ...butedQueryStopOnCancelOrTimeoutSelfTest.java | 262 + ...niteCachePartitionedFieldsQuerySelfTest.java | 25 + .../IgniteCachePartitionedQuerySelfTest.java | 85 + ...cheQueryAbstractDistributedJoinSelfTest.java | 290 + ...QueryNodeRestartDistributedJoinSelfTest.java | 262 +- .../IgniteCacheQueryNodeRestartSelfTest2.java | 127 +- ...nCancelOrTimeoutDistributedJoinSelfTest.java | 140 + ...gniteCacheReplicatedFieldsQuerySelfTest.java | 6 +- .../IgniteCacheReplicatedQuerySelfTest.java | 6 +- ...eCacheLocalQueryCancelOrTimeoutSelfTest.java | 158 + .../IgniteSqlEntryCacheModeAgnosticTest.java | 140 + .../query/IgniteSqlSchemaIndexingTest.java | 15 +- .../query/IgniteSqlSplitterSelfTest.java | 330 +- .../h2/GridIndexingSpiAbstractSelfTest.java | 86 +- .../query/h2/sql/BaseH2CompareQueryTest.java | 3 +- .../query/h2/sql/GridQueryParsingTest.java | 118 +- ...narySimpleNameMapperCacheQueryTestSuite.java | 2 - .../IgniteCacheQuerySelfTestSuite.java | 155 +- .../IgniteCacheQuerySelfTestSuite2.java | 96 +- .../IgniteCacheQuerySelfTestSuite3.java | 2 + .../IgniteH2IndexingSpiTestSuite.java | 16 +- modules/jcl/pom.xml | 2 +- .../org/apache/ignite/logger/jcl/JclLogger.java | 9 +- modules/jms11/pom.xml | 2 +- .../apache/ignite/stream/jms11/JmsStreamer.java | 4 +- .../stream/jms11/IgniteJmsStreamerTest.java | 206 +- .../jms11/IgniteJmsStreamerTestSuite.java | 2 +- modules/jta/pom.xml | 2 +- ...titionedCacheJtaLookupClassNameSelfTest.java | 4 +- .../ignite/testsuites/IgniteJtaTestSuite.java | 3 +- modules/kafka/README.txt | 4 + modules/kafka/pom.xml | 2 +- .../ignite/stream/kafka/KafkaStreamer.java | 52 +- .../kafka/connect/IgniteSinkConstants.java | 3 + .../stream/kafka/connect/IgniteSinkTask.java | 47 +- .../serialization/CacheEventDeserializer.java | 3 +- .../serialization/CacheEventSerializer.java | 3 +- .../kafka/KafkaIgniteStreamerSelfTest.java | 36 +- .../ignite/stream/kafka/TestKafkaBroker.java | 2 +- .../kafka/connect/IgniteSinkConnectorMock.java | 30 + .../kafka/connect/IgniteSinkConnectorTest.java | 84 +- .../kafka/connect/IgniteSinkTaskMock.java | 29 + .../connect/IgniteSourceConnectorTest.java | 2 +- modules/kubernetes/DEVNOTES.txt | 63 + modules/kubernetes/README.txt | 33 + modules/kubernetes/config/Dockerfile | 45 + modules/kubernetes/config/example-kube.xml | 44 + .../kubernetes/config/ignite-deployment.yaml | 26 + modules/kubernetes/config/ignite-service.yaml | 14 + modules/kubernetes/config/run.sh | 50 + modules/kubernetes/licenses/apache-2.0.txt | 202 + modules/kubernetes/pom.xml | 93 + .../TcpDiscoveryKubernetesIpFinder.java | 315 + .../tcp/ipfinder/kubernetes/package-info.java | 22 + .../TcpDiscoveryKubernetesIpFinderSelfTest.java | 93 + .../tcp/ipfinder/kubernetes/package-info.java | 22 + .../testsuites/IgniteKubernetesTestSuite.java | 41 + modules/log4j/pom.xml | 2 +- .../apache/ignite/logger/log4j/Log4JLogger.java | 4 +- modules/log4j2/pom.xml | 2 +- modules/mesos/pom.xml | 2 +- modules/mqtt/pom.xml | 2 +- .../stream/mqtt/IgniteMqttStreamerTest.java | 4 +- modules/osgi-karaf/pom.xml | 2 +- modules/osgi-paxlogging/pom.xml | 2 +- modules/osgi/pom.xml | 2 +- .../BundleDelegatingClassLoader.java | 4 +- .../classloaders/ContainerSweepClassLoader.java | 4 +- modules/platforms/cpp/DEVNOTES.txt | 23 +- modules/platforms/cpp/README.txt | 10 +- modules/platforms/cpp/binary/Makefile.am | 9 +- .../platforms/cpp/binary/include/Makefile.am | 6 + .../cpp/binary/include/ignite/binary/binary.h | 15 +- .../binary/binary_array_identity_resolver.h | 64 + .../ignite/binary/binary_identity_resolver.h | 61 + .../include/ignite/binary/binary_object.h | 78 + .../include/ignite/binary/binary_raw_reader.h | 21 + .../binary/include/ignite/binary/binary_type.h | 16 - .../ignite/impl/binary/binary_object_header.h | 250 + .../ignite/impl/binary/binary_object_impl.h | 109 + .../ignite/impl/binary/binary_reader_impl.h | 9 +- .../include/ignite/impl/binary/binary_schema.h | 2 +- .../ignite/impl/binary/binary_type_impl.h | 149 + .../ignite/impl/binary/binary_type_manager.h | 16 +- .../ignite/impl/binary/binary_type_snapshot.h | 18 +- .../include/ignite/impl/binary/binary_utils.h | 236 +- .../ignite/impl/binary/binary_writer_impl.h | 11 +- .../ignite/impl/interop/interop_output_stream.h | 10 +- .../cpp/binary/project/vs/binary.vcxproj | 11 +- .../binary/project/vs/binary.vcxproj.filters | 27 + .../binary/binary_array_identity_resolver.cpp | 42 + .../cpp/binary/src/binary/binary_type.cpp | 4 +- .../src/impl/binary/binary_object_header.cpp | 51 + .../src/impl/binary/binary_object_impl.cpp | 56 + .../src/impl/binary/binary_reader_impl.cpp | 20 +- .../src/impl/binary/binary_type_manager.cpp | 16 +- .../cpp/binary/src/impl/binary/binary_utils.cpp | 169 +- .../src/impl/binary/binary_writer_impl.cpp | 4 +- .../binary/src/impl/interop/interop_memory.cpp | 2 +- .../src/impl/interop/interop_output_stream.cpp | 5 + modules/platforms/cpp/common/Makefile.am | 11 +- .../platforms/cpp/common/include/Makefile.am | 6 +- .../common/include/ignite/common/concurrent.h | 93 +- .../include/ignite/common/dynamic_size_array.h | 2 +- .../include/ignite/common/platform_utils.h | 79 + .../include/ignite/common/reference_impl.h | 286 + .../cpp/common/include/ignite/common/utils.h | 249 +- .../cpp/common/include/ignite/ignite_error.h | 4 +- .../cpp/common/include/ignite/reference.h | 564 + .../os/linux/src/common/platform_utils.cpp | 81 + .../cpp/common/os/linux/src/common/utils.cpp | 136 - .../common/os/win/src/common/platform_utils.cpp | 88 + .../cpp/common/os/win/src/common/utils.cpp | 142 - .../cpp/common/project/vs/common.vcxproj | 8 +- .../common/project/vs/common.vcxproj.filters | 18 +- .../platforms/cpp/common/src/common/utils.cpp | 153 + .../platforms/cpp/common/src/ignite_error.cpp | 4 +- modules/platforms/cpp/configure.ac | 2 +- modules/platforms/cpp/configure.acrel | 2 +- modules/platforms/cpp/core-test/Makefile.am | 24 +- .../cpp/core-test/config/cache-identity.xml | 121 + .../core-test/config/cache-query-continuous.xml | 87 + .../cpp/core-test/config/cache-query.xml | 12 +- .../cpp/core-test/config/cache-test.xml | 1 + .../platforms/cpp/core-test/config/invalid.xml | 39 + .../core-test/include/ignite/binary_test_defs.h | 25 + .../cpp/core-test/include/ignite/complex_type.h | 135 + .../cpp/core-test/include/ignite/test_type.h | 186 + .../cpp/core-test/include/ignite/test_utils.h | 63 + .../cpp/core-test/project/vs/core-test.vcxproj | 20 +- .../project/vs/core-test.vcxproj.filters | 40 +- .../src/binary_identity_resolver_test.cpp | 522 + .../cpp/core-test/src/binary_object_test.cpp | 282 + .../cpp/core-test/src/binary_session_test.cpp | 4 +- .../cpp/core-test/src/cache_query_test.cpp | 225 +- .../platforms/cpp/core-test/src/cache_test.cpp | 43 +- .../cpp/core-test/src/continuous_query_test.cpp | 584 + .../cpp/core-test/src/decimal_test.cpp | 2 +- .../cpp/core-test/src/handle_registry_test.cpp | 18 +- .../cpp/core-test/src/ignition_test.cpp | 19 +- .../cpp/core-test/src/interop_memory_test.cpp | 5 +- .../cpp/core-test/src/interop_test.cpp | 51 +- .../cpp/core-test/src/reference_test.cpp | 422 + .../platforms/cpp/core-test/src/test_utils.cpp | 79 + .../cpp/core-test/src/transactions_test.cpp | 23 +- modules/platforms/cpp/core/Makefile.am | 7 +- .../cpp/core/include/ignite/cache/cache.h | 119 +- .../cpp/core/include/ignite/cache/cache_entry.h | 40 +- .../ignite/cache/event/cache_entry_event.h | 139 + .../cache/event/cache_entry_event_listener.h | 71 + .../cache/query/continuous/continuous_query.h | 239 + .../query/continuous/continuous_query_handle.h | 133 + .../include/ignite/cache/query/query_cursor.h | 4 +- .../impl/binary/binary_type_updater_impl.h | 12 +- .../core/include/ignite/impl/cache/cache_impl.h | 153 +- .../continuous/continuous_query_handle_impl.h | 101 + .../query/continuous/continuous_query_impl.h | 351 + .../core/include/ignite/impl/handle_registry.h | 62 +- .../include/ignite/impl/ignite_environment.h | 81 +- .../ignite/impl/interop/interop_target.h | 18 + .../cpp/core/include/ignite/impl/operations.h | 4 +- modules/platforms/cpp/core/namespaces.dox | 74 +- .../platforms/cpp/core/project/vs/core.vcxproj | 9 +- .../cpp/core/project/vs/core.vcxproj.filters | 30 + modules/platforms/cpp/core/src/ignition.cpp | 21 +- .../impl/binary/binary_type_updater_impl.cpp | 13 +- .../cpp/core/src/impl/cache/cache_impl.cpp | 68 +- .../continuous/continuous_query_handle_impl.cpp | 96 + .../core/src/impl/cache/query/query_impl.cpp | 15 +- .../cpp/core/src/impl/handle_registry.cpp | 102 +- .../cpp/core/src/impl/ignite_environment.cpp | 183 +- .../platforms/cpp/core/src/impl/ignite_impl.cpp | 4 +- .../core/src/impl/interop/interop_target.cpp | 29 +- .../src/impl/transactions/transactions_impl.cpp | 135 +- modules/platforms/cpp/examples/Makefile.am | 1 + modules/platforms/cpp/examples/README.txt | 9 +- modules/platforms/cpp/examples/configure.ac | 3 +- .../continuous-query-example/Makefile.am | 58 + .../config/continuous-query-example.xml | 52 + .../project/vs/continuous-query-example.vcxproj | 110 + .../vs/continuous-query-example.vcxproj.filters | 35 + .../src/continuous_query_example.cpp | 142 + .../examples/include/ignite/examples/person.h | 2 +- .../cpp/examples/odbc-example/Makefile.am | 6 +- .../odbc-example/config/example-odbc.xml | 38 +- .../project/vs/odbc-example.vcxproj | 7 +- .../project/vs/odbc-example.vcxproj.filters | 8 + .../examples/odbc-example/src/odbc_example.cpp | 514 +- .../cpp/examples/project/vs/ignite-examples.sln | 6 + .../cpp/examples/putget-example/Makefile.am | 6 +- .../putget-example/src/putget_example.cpp | 2 +- .../cpp/examples/query-example/Makefile.am | 6 +- .../query-example/src/query_example.cpp | 58 +- modules/platforms/cpp/ignite/Makefile.am | 6 +- .../cpp/ignite/project/vs/ignite.vcxproj | 4 +- modules/platforms/cpp/jni/Makefile.am | 6 +- .../cpp/jni/include/ignite/jni/exports.h | 112 +- .../platforms/cpp/jni/include/ignite/jni/java.h | 329 +- .../cpp/jni/include/ignite/jni/utils.h | 91 +- .../platforms/cpp/jni/project/vs/jni.vcxproj | 2 +- modules/platforms/cpp/jni/project/vs/module.def | 100 +- modules/platforms/cpp/jni/src/exports.cpp | 375 +- modules/platforms/cpp/jni/src/java.cpp | 1854 +-- modules/platforms/cpp/odbc-test/Makefile.am | 8 +- .../cpp/odbc-test/config/queries-default.xml | 146 + .../odbc-test/config/queries-test-noodbc.xml | 80 +- .../cpp/odbc-test/config/queries-test.xml | 81 +- .../platforms/cpp/odbc-test/include/Makefile.am | 1 + .../cpp/odbc-test/include/complex_type.h | 122 + .../odbc-test/include/sql_test_suite_fixture.h | 16 + .../platforms/cpp/odbc-test/include/test_type.h | 62 +- .../cpp/odbc-test/include/test_utils.h | 49 +- .../cpp/odbc-test/project/vs/odbc-test.vcxproj | 7 +- .../project/vs/odbc-test.vcxproj.filters | 9 + .../cpp/odbc-test/src/api_robustness_test.cpp | 1196 ++ .../src/application_data_buffer_test.cpp | 153 +- .../platforms/cpp/odbc-test/src/column_test.cpp | 199 +- .../cpp/odbc-test/src/queries_test.cpp | 832 +- .../platforms/cpp/odbc-test/src/row_test.cpp | 4 +- .../src/sql_aggregate_functions_test.cpp | 5 +- .../src/sql_date_time_functions_test.cpp | 26 +- .../src/sql_esc_convert_function_test.cpp | 160 + .../src/sql_numeric_functions_test.cpp | 1 + .../cpp/odbc-test/src/sql_outer_join_test.cpp | 3 +- .../odbc-test/src/sql_string_functions_test.cpp | 1 + .../odbc-test/src/sql_test_suite_fixture.cpp | 105 +- .../cpp/odbc-test/src/sql_types_test.cpp | 256 + .../platforms/cpp/odbc-test/src/test_utils.cpp | 60 +- .../cpp/odbc-test/src/utility_test.cpp | 27 +- modules/platforms/cpp/odbc/Makefile.am | 12 +- modules/platforms/cpp/odbc/README.txt | 23 +- modules/platforms/cpp/odbc/include/Makefile.am | 3 +- .../platforms/cpp/odbc/include/ignite/odbc.h | 28 +- .../ignite/odbc/app/application_data_buffer.h | 58 +- .../odbc/include/ignite/odbc/app/parameter.h | 29 +- .../cpp/odbc/include/ignite/odbc/common_types.h | 58 +- .../include/ignite/odbc/config/configuration.h | 17 +- .../ignite/odbc/config/connection_info.h | 2 - .../ignite/odbc/diagnostic/diagnosable.h | 7 + .../odbc/diagnostic/diagnosable_adapter.h | 10 + .../ignite/odbc/diagnostic/diagnostic_record.h | 19 + .../odbc/diagnostic/diagnostic_record_storage.h | 16 + .../cpp/odbc/include/ignite/odbc/log.h | 123 + .../cpp/odbc/include/ignite/odbc/message.h | 138 +- .../odbc/include/ignite/odbc/meta/column_meta.h | 2 - .../odbc/include/ignite/odbc/query/data_query.h | 12 +- .../cpp/odbc/include/ignite/odbc/query/query.h | 44 +- .../cpp/odbc/include/ignite/odbc/statement.h | 308 +- .../cpp/odbc/include/ignite/odbc/type_traits.h | 2 +- .../cpp/odbc/include/ignite/odbc/utility.h | 35 +- .../cpp/odbc/install/ignite-odbc-amd64.wxs | 114 + .../cpp/odbc/install/ignite-odbc-install.ini | 1 + .../cpp/odbc/install/ignite-odbc-x86.wxs | 114 + .../cpp/odbc/install/install_amd64.cmd | 22 +- .../platforms/cpp/odbc/install/install_x86.cmd | 11 +- .../odbc/os/linux/src/system/socket_client.cpp | 9 +- .../odbc/os/win/src/system/socket_client.cpp | 9 +- .../src/system/ui/dsn_configuration_window.cpp | 18 +- .../cpp/odbc/os/win/src/system_dsn.cpp | 17 +- .../platforms/cpp/odbc/project/vs/module.def | 1 - .../platforms/cpp/odbc/project/vs/odbc.vcxproj | 8 +- .../cpp/odbc/project/vs/odbc.vcxproj.filters | 6 + .../odbc/src/app/application_data_buffer.cpp | 448 +- .../platforms/cpp/odbc/src/app/parameter.cpp | 133 +- modules/platforms/cpp/odbc/src/column.cpp | 65 +- modules/platforms/cpp/odbc/src/common_types.cpp | 3 + .../cpp/odbc/src/config/configuration.cpp | 29 +- .../cpp/odbc/src/config/connection_info.cpp | 302 +- modules/platforms/cpp/odbc/src/connection.cpp | 42 +- .../odbc/src/diagnostic/diagnosable_adapter.cpp | 3 +- .../odbc/src/diagnostic/diagnostic_record.cpp | 72 +- .../diagnostic/diagnostic_record_storage.cpp | 18 + modules/platforms/cpp/odbc/src/entry_points.cpp | 151 +- modules/platforms/cpp/odbc/src/log.cpp | 83 + .../platforms/cpp/odbc/src/meta/column_meta.cpp | 4 - modules/platforms/cpp/odbc/src/odbc.cpp | 696 +- .../odbc/src/query/column_metadata_query.cpp | 15 +- .../platforms/cpp/odbc/src/query/data_query.cpp | 29 +- .../cpp/odbc/src/query/foreign_keys_query.cpp | 2 +- .../cpp/odbc/src/query/primary_keys_query.cpp | 2 +- .../odbc/src/query/special_columns_query.cpp | 2 +- .../cpp/odbc/src/query/table_metadata_query.cpp | 14 +- .../cpp/odbc/src/query/type_info_query.cpp | 2 +- modules/platforms/cpp/odbc/src/statement.cpp | 698 +- modules/platforms/cpp/odbc/src/type_traits.cpp | 3 + modules/platforms/cpp/odbc/src/utility.cpp | 53 +- modules/platforms/cpp/project/vs/ignite.slnrel | 3 + .../platforms/cpp/project/vs/ignite_x86.slnrel | 3 + .../Apache.Ignite.AspNet.Tests.csproj | 82 + .../Apache.Ignite.AspNet.Tests.snk | Bin 0 -> 596 bytes .../Apache.Ignite.AspNet.Tests/App.config | 73 + .../ExpiryCacheHolderTest.cs | 503 + .../IgniteOutputCacheProviderTest.cs | 172 + .../IgniteSessionStateItemCollectionTest.cs | 267 + .../IgniteSessionStateStoreDataTest.cs | 117 + .../IgniteSessionStateStoreProviderTest.cs | 488 + .../Properties/AssemblyInfo.cs | 42 + .../Apache.Ignite.AspNet.Tests/packages.config | 22 + .../Apache.Ignite.AspNet.csproj | 14 +- .../Apache.Ignite.AspNet.nuspec | 6 +- .../Apache.Ignite.AspNet.ruleset | 3 + .../IgniteOutputCacheProvider.cs | 120 +- .../IgniteSessionStateStoreProvider.cs | 509 + .../Apache.Ignite.AspNet/Impl/ConfigUtil.cs | 115 + .../Impl/ExpiryCacheHolder.cs | 113 + .../Impl/IgniteSessionStateItemCollection.cs | 534 + .../Impl/IgniteSessionStateStoreData.cs | 116 + .../Impl/SessionStateLockResult.cs | 91 + .../Properties/AssemblyInfo.cs | 13 +- .../Apache.Ignite.Benchmarks.csproj | 5 + .../Properties/AssemblyInfo.cs | 40 +- .../Apache.Ignite.Core.Tests.NuGet.csproj | 21 + .../EntityFrameworkCacheTest.cs | 62 + .../Log4NetTest.cs | 87 + .../Properties/AssemblyInfo.cs | 40 +- .../packages.config | 4 + .../Apache.Ignite.Core.Tests.TestDll.csproj | 5 + .../Properties/AssemblyInfo.cs | 40 +- .../Apache.Ignite.Core.Tests.csproj | 35 +- .../AspNet/IgniteOutputCacheProviderTest.cs | 172 - .../Binary/BinaryBuilderSelfTest.cs | 159 +- .../BinaryBuilderSelfTestArrayIdentity.cs | 34 + .../Binary/BinaryCompactFooterInteropTest.cs | 31 +- .../Binary/BinaryEqualityComparerTest.cs | 279 + .../Binary/BinaryReaderWriterTest.cs | 29 + .../Binary/BinaryStructureTest.cs | 122 + .../Binary/IO/BinaryStreamsTest.cs | 19 + .../Affinity/AffinityFunctionSpringTest.cs | 38 +- .../Cache/Affinity/AffinityFunctionTest.cs | 33 +- .../Cache/CacheAbstractTest.cs | 683 +- .../Cache/CacheAbstractTransactionalTest.cs | 904 ++ .../Cache/CacheConfigurationTest.cs | 30 +- .../Cache/CacheLocalAtomicTest.cs | 5 - .../Cache/CacheLocalTest.cs | 6 +- .../Cache/CacheMetricsTest.cs | 252 + .../CachePartitionedAtomicNearEnabledTest.cs | 5 - .../Cache/CachePartitionedAtomicTest.cs | 5 - .../Cache/CachePartitionedNearEnabledTest.cs | 7 +- .../Cache/CachePartitionedTest.cs | 7 +- .../Cache/CacheReplicatedAtomicTest.cs | 5 - .../Cache/CacheReplicatedTest.cs | 7 +- .../Cache/CacheSwapSpaceTest.cs | 122 + .../Cache/CacheTestAsyncWrapper.cs | 13 + .../Cache/Query/CacheDmlQueriesTest.cs | 296 + .../Cache/Query/CacheLinqTest.cs | 168 +- .../Query/CacheQueriesCodeConfigurationTest.cs | 17 +- .../Cache/Query/CacheQueriesTest.cs | 58 +- .../Cache/Store/CacheParallelLoadStoreTest.cs | 9 +- .../Cache/Store/CacheStoreSessionTest.cs | 22 +- .../Cache/Store/CacheStoreTest.cs | 363 +- .../Cache/Store/CacheTestStore.cs | 14 + .../Cache/Store/NamedNodeCacheStoreTest.cs | 34 + .../Compute/ComputeApiTest.cs | 26 + .../Dataload/DataStreamerTestTopologyChange.cs | 27 +- .../Examples/Example.cs | 11 +- .../Examples/ExamplesTest.cs | 126 +- .../Apache.Ignite.Core.Tests/ExceptionsTest.cs | 41 + .../Apache.Ignite.Core.Tests/ExecutableTest.cs | 64 +- .../IgniteConfigurationSectionTest.cs | 20 + .../IgniteConfigurationSerializerTest.cs | 94 +- .../IgniteConfigurationTest.cs | 76 +- .../Log/ConcurrentMemoryTarget.cs | 73 + .../Log/Log4NetLoggerTest.cs | 188 + .../Log/NLogLoggerTest.cs | 5 +- .../Apache.Ignite.Core.Tests/MessagingTest.cs | 6 +- .../Process/IgniteProcess.cs | 21 +- .../ProjectFilesTest.cs | 98 +- .../Properties/AssemblyInfo.cs | 40 +- .../Apache.Ignite.Core.Tests/ReconnectTest.cs | 105 +- .../Services/ServicesTest.cs | 48 +- .../Apache.Ignite.Core.Tests/TestRunner.cs | 37 +- .../Apache.Ignite.Core.Tests/TestUtils.cs | 9 +- .../dotnet/Apache.Ignite.Core.Tests/app.config | 1 + .../Apache.Ignite.Core.Tests/custom_app.config | 1 + .../Apache.Ignite.Core.Tests/packages.config | 22 +- .../Apache.Ignite.Core.Schema.nuspec | 2 +- .../Apache.Ignite.Core.csproj | 37 +- .../Apache.Ignite.Core.nuspec | 2 +- .../Binary/BinaryArrayEqualityComparer.cs | 149 + .../Binary/BinaryConfiguration.cs | 29 +- .../Binary/BinaryTypeConfiguration.cs | 14 + .../dotnet/Apache.Ignite.Core/Binary/IBinary.cs | 3 +- .../Cache/Configuration/CacheConfiguration.cs | 22 + .../Cache/Configuration/QueryEntity.cs | 33 +- .../Cache/Configuration/QueryField.cs | 6 + .../dotnet/Apache.Ignite.Core/Cache/ICache.cs | 23 +- .../Apache.Ignite.Core/Cache/ICacheLock.cs | 2 +- .../Apache.Ignite.Core/Cache/ICacheMetrics.cs | 244 +- .../Apache.Ignite.Core/Cache/Query/QueryBase.cs | 15 +- .../Apache.Ignite.Core/Cluster/IClusterGroup.cs | 14 + .../Compute/ComputeTaskSplitAdapter.cs | 2 +- .../Apache.Ignite.Core/Compute/ICompute.cs | 6 +- .../Apache.Ignite.Core/IgniteConfiguration.cs | 124 +- .../IgniteConfigurationSection.xsd | 82 +- .../dotnet/Apache.Ignite.Core/Ignition.cs | 12 + .../Apache.Ignite.Core/Impl/Binary/Binary.cs | 30 +- .../Binary/BinaryEqualityComparerSerializer.cs | 99 + .../Impl/Binary/BinaryFieldEqualityComparer.cs | 138 + .../Impl/Binary/BinaryFullTypeDescriptor.cs | 21 +- .../Impl/Binary/BinaryObject.cs | 31 +- .../Impl/Binary/BinaryObjectBuilder.cs | 62 +- .../Impl/Binary/BinaryObjectHeader.cs | 23 +- .../Impl/Binary/BinaryObjectSchemaHolder.cs | 22 + .../Impl/Binary/BinaryObjectSchemaSerializer.cs | 2 +- .../Impl/Binary/BinaryProcessor.cs | 156 + .../Impl/Binary/BinaryReader.cs | 152 +- .../Binary/BinarySurrogateTypeDescriptor.cs | 6 + .../Impl/Binary/BinarySystemHandlers.cs | 6 +- .../Impl/Binary/BinaryUtils.cs | 28 + .../Impl/Binary/BinaryWriter.cs | 17 +- .../Impl/Binary/DateTimeHolder.cs | 35 +- .../Impl/Binary/IBinaryEqualityComparer.cs | 53 + .../Impl/Binary/IBinaryTypeDescriptor.cs | 5 + .../Impl/Binary/Io/BinaryHeapStream.cs | 9 + .../Impl/Binary/Io/BinaryStreamBase.cs | 17 +- .../Impl/Binary/Io/IBinaryStream.cs | 11 +- .../Impl/Binary/Io/IBinaryStreamProcessor.cs | 36 + .../Impl/Binary/Marshaller.cs | 33 +- .../Impl/Binary/SerializableObjectHolder.cs | 16 + .../Impl/Cache/CacheAffinityImpl.cs | 5 +- .../Apache.Ignite.Core/Impl/Cache/CacheImpl.cs | 677 +- .../Apache.Ignite.Core/Impl/Cache/CacheLock.cs | 24 +- .../Impl/Cache/CacheMetricsImpl.cs | 617 +- .../Apache.Ignite.Core/Impl/Cache/CacheOp.cs | 47 +- .../Impl/Cache/Expiry/ExpiryPolicyFactory.cs | 46 + .../Impl/Cache/Expiry/ExpiryPolicySerializer.cs | 134 + .../Impl/Cache/ICacheInternal.cs | 14 + .../Impl/Cache/ICacheLockInternal.cs | 47 + .../Impl/Cache/Query/AbstractQueryCursor.cs | 10 +- .../Continuous/ContinuousQueryHandleImpl.cs | 117 +- .../Impl/Cache/Store/CacheStore.cs | 108 +- .../Impl/Cluster/ClusterGroupImpl.cs | 150 +- .../Impl/Cluster/IClusterGroupEx.cs | 35 - .../Apache.Ignite.Core/Impl/Common/Fnv1Hash.cs | 2 +- .../Apache.Ignite.Core/Impl/Common/Future.cs | 39 +- .../Common/IgniteConfigurationXmlSerializer.cs | 26 +- .../Impl/Common/Listenable.cs | 49 + .../Impl/Compute/ComputeFunc.cs | 5 +- .../Impl/Compute/ComputeImpl.cs | 50 +- .../Impl/Compute/ComputeJob.cs | 10 +- .../Impl/Compute/ComputeOutFunc.cs | 5 +- .../Impl/Compute/ComputeTaskHolder.cs | 14 +- .../Impl/DataStructures/AtomicLong.cs | 34 +- .../Impl/DataStructures/AtomicReference.cs | 8 +- .../Impl/DataStructures/AtomicSequence.cs | 26 +- .../Impl/Datastream/DataStreamerImpl.cs | 49 +- .../Apache.Ignite.Core/Impl/Events/Events.cs | 180 +- .../Apache.Ignite.Core/Impl/ExceptionUtils.cs | 7 +- .../Impl/Handle/HandleRegistry.cs | 8 +- .../dotnet/Apache.Ignite.Core/Impl/Ignite.cs | 41 +- .../Apache.Ignite.Core/Impl/IgniteProxy.cs | 15 +- .../Apache.Ignite.Core/Impl/IgniteUtils.cs | 2 +- .../Memory/PlatformBigEndianMemoryStream.cs | 34 +- .../Impl/Memory/PlatformMemoryStream.cs | 16 + .../Impl/Messaging/Messaging.cs | 113 +- .../Apache.Ignite.Core/Impl/PlatformTarget.cs | 268 +- .../Impl/Services/Services.cs | 148 +- .../Impl/SwapSpace/SwapSpaceSerializer.cs | 99 + .../Transactions/CacheTransactionManager.cs | 161 + .../Impl/Transactions/Transaction.cs | 8 + .../Impl/Transactions/TransactionImpl.cs | 13 + .../Impl/Transactions/TransactionsImpl.cs | 92 +- .../Impl/Unmanaged/IgniteJniNativeMethods.cs | 288 +- .../Impl/Unmanaged/UnmanagedCallbackHandlers.cs | 79 +- .../Impl/Unmanaged/UnmanagedCallbackOp.cs | 86 + .../Impl/Unmanaged/UnmanagedCallbacks.cs | 1260 +- .../Impl/Unmanaged/UnmanagedTarget.cs | 2 +- .../Impl/Unmanaged/UnmanagedUtils.cs | 573 +- .../dotnet/Apache.Ignite.Core/NuGet/Install.ps1 | 14 + .../NuGet/LINQPad/PutGetExample.linq | 2 +- .../NuGet/LINQPad/QueryExample.linq | 6 +- .../Apache.Ignite.Core/NuGet/Uninstall.ps1 | 14 + .../Properties/AssemblyInfo.cs | 43 +- .../SwapSpace/File/FileSwapSpaceSpi.cs | 105 + .../SwapSpace/ISwapSpaceSpi.cs | 35 + .../Transactions/ITransactions.cs | 21 +- .../TransactionDeadlockException.cs | 71 + .../Apache.Ignite.EntityFramework.Tests.csproj | 101 + .../Apache.Ignite.EntityFramework.Tests.snk | Bin 0 -> 596 bytes .../App.config | 71 + .../ArrayDbDataReaderTests.cs | 192 + .../DbCachingPolicyTest.cs | 43 + .../EntityFrameworkCacheInitializationTest.cs | 137 + .../EntityFrameworkCacheTest.cs | 1003 ++ .../Properties/AssemblyInfo.cs | 39 + .../packages.config | 23 + .../Apache.Ignite.EntityFramework.csproj | 100 + .../Apache.Ignite.EntityFramework.nuspec | 57 + .../Apache.Ignite.EntityFramework.snk | Bin 0 -> 596 bytes .../DbCachingMode.cs | 48 + .../DbCachingPolicy.cs | 72 + .../DbQueryInfo.cs | 78 + .../IDbCachingPolicy.cs | 58 + .../IgniteDbConfiguration.cs | 340 + .../Impl/ArrayDbDataReader.cs | 310 + .../Impl/DataReaderField.cs | 74 + .../Impl/DataReaderResult.cs | 95 + .../Impl/DbCache.cs | 295 + .../Impl/DbCacheKey.cs | 92 + .../Impl/DbCommandDefinitionProxy.cs | 51 + .../Impl/DbCommandInfo.cs | 186 + .../Impl/DbCommandProxy.cs | 264 + .../Impl/DbProviderServicesProxy.cs | 169 + .../Impl/DbTransactionInterceptor.cs | 134 + .../Properties/AssemblyInfo.cs | 41 + .../packages.config | 20 + .../Apache.Ignite.Linq.csproj | 7 +- .../Apache.Ignite.Linq.nuspec | 2 +- .../Apache.Ignite.Linq/ICacheQueryable.cs | 32 +- .../Impl/CacheQueryExpressionVisitor.cs | 139 +- .../Impl/CacheQueryModelVisitor.cs | 3 + .../Apache.Ignite.Linq/Impl/ExpressionWalker.cs | 8 + .../Apache.Ignite.Linq/Impl/MethodVisitor.cs | 34 +- .../NuGet/LINQPad/QueryExample.linq | 4 +- .../Properties/AssemblyInfo.cs | 42 +- .../Apache.Ignite.Log4Net.csproj | 81 + .../Apache.Ignite.Log4Net.nuspec | 50 + .../Apache.Ignite.Log4Net.snk | Bin 0 -> 596 bytes .../IgniteLog4NetLogger.cs | 123 + .../Properties/AssemblyInfo.cs | 40 + .../Apache.Ignite.Log4Net/packages.config | 20 + .../Apache.Ignite.NLog.csproj | 9 +- .../Apache.Ignite.NLog.nuspec | 2 +- .../Properties/AssemblyInfo.cs | 8 +- .../dotnet/Apache.Ignite.NLog/packages.config | 18 + modules/platforms/dotnet/Apache.Ignite.sln | 66 + .../dotnet/Apache.Ignite.sln.DotSettings | 3 +- .../Apache.Ignite.sln.TeamCity.DotSettings | 1 + .../dotnet/Apache.Ignite/Apache.Ignite.csproj | 5 + .../Apache.Ignite/Config/ArgsConfigurator.cs | 7 +- .../dotnet/Apache.Ignite/Config/Configurator.cs | 10 + .../Apache.Ignite/Properties/AssemblyInfo.cs | 40 +- modules/platforms/dotnet/DEVNOTES.txt | 12 +- modules/platforms/dotnet/README.md | 154 + modules/platforms/dotnet/README.txt | 13 +- modules/platforms/dotnet/build.bat | 19 + modules/platforms/dotnet/build.ps1 | 211 + .../Apache.Ignite.Examples.csproj | 14 + .../examples/Apache.Ignite.Examples/App.config | 3 + .../DataStructures/AtomicLongExample.cs | 65 + .../DataStructures/AtomicReferenceExample.cs | 65 + .../DataStructures/AtomicSequenceExample.cs | 70 + .../Datagrid/EntryProcessorExample.cs | 90 + .../Datagrid/LinqExample.cs | 6 +- .../Datagrid/MultiTieredCacheExample.cs | 138 + .../Datagrid/NearCacheExample.cs | 87 + .../Datagrid/OptimisticTransactionExample.cs | 110 + .../Datagrid/QueryDmlExample.cs | 162 + .../Datagrid/QueryExample.cs | 24 +- .../TransactionDeadlockDetectionExample.cs | 121 + .../Datagrid/TransactionExample.cs | 75 +- .../Misc/ClientReconnectExample.cs | 159 + .../Properties/AssemblyInfo.cs | 44 +- .../Apache.Ignite.ExamplesDll.csproj | 10 + .../Binary/Employee.cs | 5 +- .../Compute/AverageSalaryJob.cs | 5 +- .../DataStructures/AtomicLongIncrementAction.cs | 49 + .../AtomicReferenceModifyAction.cs | 61 + .../AtomicSequenceIncrementAction.cs | 49 + .../Datagrid/CacheIncrementEntryProcessor.cs | 45 + .../Datagrid/CachePutEntryProcessor.cs | 45 + .../Datagrid/ScanQueryFilter.cs | 50 + .../Events/LocalListener.cs | 2 +- .../Properties/AssemblyInfo.cs | 42 +- .../Services/MapService.cs | 2 - modules/rest-http/pom.xml | 2 +- modules/scalar-2.10/pom.xml | 4 +- modules/scalar/pom.xml | 4 +- modules/schedule/pom.xml | 2 +- modules/schema-import-db/pom.xml | 2 +- .../apache/ignite/schema/parser/DbColumn.java | 16 +- .../parser/dialect/DatabaseMetadataDialect.java | 9 + .../parser/dialect/JdbcMetadataDialect.java | 21 +- .../parser/dialect/MySQLMetadataDialect.java | 24 +- .../parser/dialect/OracleMetadataDialect.java | 5 +- modules/schema-import/pom.xml | 2 +- .../ignite/schema/model/PojoDescriptor.java | 24 +- modules/slf4j/pom.xml | 2 +- .../apache/ignite/logger/slf4j/Slf4jLogger.java | 11 +- modules/spark-2.10/pom.xml | 2 +- modules/spark/pom.xml | 2 +- .../spark/JavaStandaloneIgniteRDDSelfTest.java | 3 +- modules/spring/pom.xml | 2 +- .../org/apache/ignite/IgniteSpringBean.java | 23 +- .../util/spring/IgniteSpringHelperImpl.java | 8 +- .../src/test/config/incorrect-store-cache.xml | 2 + .../src/test/config/jdbc-pojo-store-builtin.xml | 23 +- .../src/test/config/jdbc-pojo-store-obj.xml | 23 +- modules/spring/src/test/config/node.xml | 2 + modules/spring/src/test/config/node1.xml | 2 + .../test/config/pojo-incorrect-store-cache.xml | 2 + modules/spring/src/test/config/store-cache.xml | 2 + modules/spring/src/test/config/store-cache1.xml | 2 + .../jdbc/CacheJdbcBlobStoreFactorySelfTest.java | 12 +- .../jdbc/CacheJdbcPojoStoreFactorySelfTest.java | 14 +- .../store/jdbc/CachePojoStoreXmlSelfTest.java | 13 +- .../CachePojoStoreXmlWithSqlEscapeSelfTest.java | 28 + .../ignite/internal/GridFactorySelfTest.java | 2 +- .../internal/IgniteDynamicCacheConfigTest.java | 4 +- .../p2p/GridP2PUserVersionChangeSelfTest.java | 7 +- .../IgniteStartFromStreamConfigurationTest.java | 18 +- .../testsuites/IgniteResourceSelfTestSuite.java | 11 +- .../testsuites/IgniteSpringTestSuite.java | 20 +- .../GridSpringTransactionManagerSelfTest.java | 2 +- modules/ssh/pom.xml | 2 +- modules/storm/pom.xml | 2 +- modules/tools/pom.xml | 2 +- .../ignite/tools/classgen/ClassesGenerator.java | 10 +- modules/twitter/pom.xml | 2 +- .../twitter/IgniteTwitterStreamerTest.java | 4 +- modules/urideploy/pom.xml | 2 +- .../spi/deployment/uri/UriDeploymentSpi.java | 4 +- .../scanners/http/UriDeploymentHttpScanner.java | 8 +- .../GridUriDeploymentFileProcessorSelfTest.java | 3 +- modules/visor-console-2.10/pom.xml | 2 +- modules/visor-console/pom.xml | 2 +- .../commands/cache/VisorCacheCommand.scala | 7 +- .../scala/org/apache/ignite/visor/visor.scala | 117 +- .../commands/mem/VisorMemoryCommandSpec.scala | 33 + modules/visor-plugins/pom.xml | 2 +- modules/web-console/DEVNOTES.txt | 25 +- modules/web-console/backend/.babelrc | 9 - modules/web-console/backend/.eslintrc | 4 +- modules/web-console/backend/.gitignore | 2 - modules/web-console/backend/app/agent.js | 183 +- modules/web-console/backend/app/app.js | 2 + modules/web-console/backend/app/browser.js | 107 +- modules/web-console/backend/app/index.js | 116 - modules/web-console/backend/app/mongo.js | 312 +- modules/web-console/backend/app/mongoose.js | 29 + modules/web-console/backend/app/routes.js | 5 +- modules/web-console/backend/app/settings.js | 10 +- .../backend/config/settings.json.sample | 7 - .../backend/errors/AuthFailedException.js | 2 +- .../backend/errors/DuplicateKeyException.js | 2 +- .../backend/errors/IllegalAccessError.js | 4 +- .../backend/errors/IllegalArgumentException.js | 2 +- .../backend/errors/MissingResourceException.js | 2 +- modules/web-console/backend/errors/index.js | 14 +- modules/web-console/backend/index.js | 91 +- modules/web-console/backend/injector.js | 2 +- modules/web-console/backend/middlewares/host.js | 7 +- modules/web-console/backend/package.json | 23 +- .../web-console/backend/routes/activities.js | 52 + modules/web-console/backend/routes/admin.js | 2 +- modules/web-console/backend/routes/agent.js | 12 +- modules/web-console/backend/routes/demo.js | 25 +- .../backend/routes/demo/domains.json | 15 +- modules/web-console/backend/routes/profile.js | 3 +- modules/web-console/backend/routes/public.js | 70 +- .../web-console/backend/services/activities.js | 136 + modules/web-console/backend/services/agents.js | 3 +- modules/web-console/backend/services/auth.js | 83 +- modules/web-console/backend/services/caches.js | 16 +- .../web-console/backend/services/clusters.js | 19 +- modules/web-console/backend/services/domains.js | 14 +- modules/web-console/backend/services/igfss.js | 12 +- modules/web-console/backend/services/mails.js | 16 +- .../web-console/backend/services/notebooks.js | 14 +- .../web-console/backend/services/sessions.js | 8 +- modules/web-console/backend/services/spaces.js | 15 + modules/web-console/backend/services/users.js | 13 +- modules/web-console/backend/test/app/db.js | 66 + .../web-console/backend/test/app/httpAgent.js | 50 + .../web-console/backend/test/app/mockgoose.js | 30 + .../web-console/backend/test/data/accounts.json | 5 +- .../web-console/backend/test/data/caches.json | 30 +- .../web-console/backend/test/data/clusters.json | 10 +- .../web-console/backend/test/data/domains.json | 10 + .../web-console/backend/test/data/igfss.json | 4 +- .../web-console/backend/test/data/spaces.json | 14 + modules/web-console/backend/test/index.js | 35 + modules/web-console/backend/test/injector.js | 43 +- .../web-console/backend/test/routes/clusters.js | 83 + .../web-console/backend/test/routes/public.js | 68 + .../backend/test/unit/AuthService.test.js | 105 + .../backend/test/unit/CacheService.test.js | 143 +- .../backend/test/unit/ClusterService.test.js | 141 +- .../backend/test/unit/DomainService.test.js | 153 +- .../backend/test/unit/IgfsService.test.js | 131 +- .../docker/compose/backend/.dockerignore | 2 + .../docker/compose/backend/Dockerfile | 6 +- .../web-console/docker/compose/backend/build.sh | 4 +- .../docker/compose/docker-compose.yml | 5 - .../docker/compose/frontend/DockerfileBuild | 4 +- .../docker/compose/frontend/build.sh | 6 +- .../compose/frontend/nginx/web-console.conf | 9 + .../web-console/docker/standalone/.dockerignore | 5 + .../web-console/docker/standalone/Dockerfile | 10 +- modules/web-console/docker/standalone/build.sh | 4 +- .../docker/standalone/docker-compose.yml | 7 +- .../docker/standalone/nginx/web-console.conf | 9 + modules/web-console/frontend/.eslintrc | 6 +- modules/web-console/frontend/app/app.config.js | 21 +- modules/web-console/frontend/app/app.js | 94 +- .../activities-user-dialog.controller.js | 60 + .../activities-user-dialog.jade | 36 + .../components/activities-user-dialog/index.js | 36 + .../form-field-datepicker.jade | 55 + .../form-field-datepicker.scss | 20 + .../list-of-registered-users/index.js | 28 + .../list-of-registered-users.categories.js | 30 + .../list-of-registered-users.column-defs.js | 80 + .../list-of-registered-users.controller.js | 207 + .../list-of-registered-users.jade | 54 + .../ui-grid-header/ui-grid-header.jade | 27 + .../ui-grid-header/ui-grid-header.scss | 84 + .../ui-grid-settings/ui-grid-settings.jade | 33 + .../ui-grid-settings/ui-grid-settings.scss | 70 + .../controllers/reset-password.controller.js | 14 +- .../app/core/activities/Activities.data.js | 39 + .../frontend/app/core/admin/Admin.data.js | 77 + modules/web-console/frontend/app/core/index.js | 25 + .../web-console/frontend/app/data/dialects.json | 9 + .../frontend/app/data/event-groups.json | 169 + .../frontend/app/data/event-types.json | 169 - modules/web-console/frontend/app/data/i18n.js | 38 + .../frontend/app/data/java-classes.json | 4 +- .../frontend/app/data/jdbc-types.json | 44 + .../frontend/app/data/pom-dependencies.json | 14 +- .../frontend/app/data/sql-keywords.json | 41 + .../frontend/app/decorator/tooltip.js | 41 +- .../app/directives/on-focus-out.directive.js | 37 + .../directives/restore-input-focus.directive.js | 24 + .../directives/retain-selection.directive.js | 67 + .../ui-ace-docker/ui-ace-docker.controller.js | 2 +- .../directives/ui-ace-docker/ui-ace-docker.jade | 2 +- .../ui-ace-java/ui-ace-java.controller.js | 78 +- .../ui-ace-java/ui-ace-java.directive.js | 100 +- .../ui-ace-pojos/ui-ace-pojos.controller.js | 14 +- .../directives/ui-ace-pojos/ui-ace-pojos.jade | 2 +- .../ui-ace-pom/ui-ace-pom.controller.js | 4 +- .../ui-ace-sharp/ui-ace-sharp.controller.js | 32 + .../ui-ace-sharp/ui-ace-sharp.directive.js | 133 + .../directives/ui-ace-sharp/ui-ace-sharp.jade | 22 + .../ui-ace-spring/ui-ace-spring.controller.js | 88 + .../ui-ace-spring/ui-ace-spring.directive.js | 66 + .../directives/ui-ace-spring/ui-ace-spring.jade | 17 + .../ui-ace-xml/ui-ace-xml.controller.js | 27 - .../ui-ace-xml/ui-ace-xml.directive.js | 147 - .../app/directives/ui-ace-xml/ui-ace-xml.jade | 17 - .../frontend/app/filters/default-name.filter.js | 21 + .../frontend/app/filters/duration.filter.js | 3 + .../frontend/app/filters/hasPojo.filter.js | 5 +- .../app/filters/uiGridSubcategories.filter.js | 24 + .../frontend/app/helpers/jade/form.jade | 1 + .../helpers/jade/form/form-field-checkbox.jade | 2 +- .../helpers/jade/form/form-field-datalist.jade | 8 +- .../helpers/jade/form/form-field-dropdown.jade | 11 +- .../helpers/jade/form/form-field-feedback.jade | 5 +- .../app/helpers/jade/form/form-field-label.jade | 4 +- .../helpers/jade/form/form-field-number.jade | 9 +- .../helpers/jade/form/form-field-password.jade | 47 + .../app/helpers/jade/form/form-field-text.jade | 27 +- .../frontend/app/helpers/jade/mixins.jade | 380 +- .../frontend/app/modules/Demo/Demo.module.js | 166 - .../frontend/app/modules/agent/agent.module.js | 10 +- .../app/modules/branding/branding.provider.js | 2 +- .../configuration/EventGroups.provider.js | 30 - .../modules/configuration/Version.service.js | 95 + .../configuration/configuration.module.js | 47 +- .../generator/AbstractTransformer.js | 363 + .../modules/configuration/generator/Beans.js | 394 + .../generator/ConfigurationGenerator.js | 1882 +++ .../configuration/generator/Custom.service.js | 23 + .../configuration/generator/Docker.service.js | 4 +- .../configuration/generator/Java.service.js | 21 - .../generator/JavaTransformer.service.js | 1750 +++ .../configuration/generator/Maven.service.js | 234 + .../generator/PlatformGenerator.js | 522 + .../configuration/generator/Pom.service.js | 226 - .../generator/Properties.service.js | 93 + .../configuration/generator/Readme.service.js | 79 + .../generator/SharpTransformer.service.js | 256 + .../generator/SpringTransformer.service.js | 330 + .../configuration/generator/StringBuilder.js | 76 + .../configuration/generator/Xml.service.js | 21 - .../defaults/Cache.platform.service.js | 56 + .../generator/defaults/Cache.service.js | 131 + .../defaults/Cluster.platform.service.js | 43 + .../generator/defaults/Cluster.service.js | 289 + .../generator/defaults/Event-groups.service.js | 27 + .../generator/defaults/IGFS.service.js | 64 + .../frontend/app/modules/demo/Demo.module.js | 172 + .../app/modules/form/field/input/select.scss | 21 - .../app/modules/form/field/input/text.scss | 1 - .../app/modules/form/field/tooltip.directive.js | 2 +- .../frontend/app/modules/form/form.module.js | 10 +- .../app/modules/form/group/tooltip.directive.js | 2 +- .../app/modules/form/panel/field.directive.js | 4 +- .../app/modules/form/panel/revert.directive.js | 4 +- .../modules/form/services/FormGUID.service.js | 22 + .../validator/java-built-in-class.directive.js | 6 +- .../form/validator/java-identifier.directive.js | 8 +- .../form/validator/java-keywords.directive.js | 17 +- .../validator/java-package-name.directive.js | 4 +- .../java-package-specified.directive.js | 11 +- .../modules/form/validator/uuid.directive.js | 12 +- .../frontend/app/modules/nodes/Nodes.service.js | 69 + .../modules/nodes/nodes-dialog.controller.js | 68 + .../app/modules/nodes/nodes-dialog.jade | 35 + .../app/modules/nodes/nodes-dialog.scss | 37 + .../frontend/app/modules/nodes/nodes.module.js | 27 + .../frontend/app/modules/sql/Notebook.data.js | 27 +- .../app/modules/sql/Notebook.service.js | 2 +- .../app/modules/sql/scan-filter-input.jade | 39 - .../modules/sql/scan-filter-input.service.js | 51 - .../frontend/app/modules/sql/sql.controller.js | 424 +- .../frontend/app/modules/sql/sql.module.js | 4 +- .../frontend/app/modules/states/admin.state.js | 2 +- .../app/modules/states/configuration.state.js | 4 +- .../states/configuration/caches/affinity.jade | 82 + .../configuration/caches/client-near-cache.jade | 50 + .../configuration/caches/concurrency.jade | 2 +- .../states/configuration/caches/general.jade | 5 +- .../states/configuration/caches/memory.jade | 21 +- .../configuration/caches/near-cache-client.jade | 51 + .../configuration/caches/near-cache-server.jade | 52 + .../configuration/caches/node-filter.jade | 53 +- .../states/configuration/caches/query.jade | 29 +- .../states/configuration/caches/rebalance.jade | 5 +- .../configuration/caches/server-near-cache.jade | 51 - .../states/configuration/caches/statistics.jade | 2 +- .../states/configuration/caches/store.jade | 104 +- .../states/configuration/clusters/atomic.jade | 5 +- .../configuration/clusters/attributes.jade | 6 +- .../states/configuration/clusters/binary.jade | 30 +- .../configuration/clusters/cache-key-cfg.jade | 13 +- .../configuration/clusters/checkpoint.jade | 86 + .../configuration/clusters/checkpoint/fs.jade | 66 + .../configuration/clusters/checkpoint/jdbc.jade | 48 + .../configuration/clusters/checkpoint/s3.jade | 178 + .../configuration/clusters/collision.jade | 5 +- .../clusters/collision/custom.jade | 4 +- .../clusters/collision/fifo-queue.jade | 2 +- .../clusters/collision/job-stealing.jade | 6 +- .../clusters/collision/priority-queue.jade | 2 +- .../configuration/clusters/communication.jade | 7 +- .../configuration/clusters/connector.jade | 5 +- .../configuration/clusters/deployment.jade | 134 +- .../configuration/clusters/discovery.jade | 5 +- .../states/configuration/clusters/events.jade | 39 +- .../states/configuration/clusters/failover.jade | 23 +- .../states/configuration/clusters/general.jade | 5 +- .../clusters/general/discovery/cloud.jade | 2 +- .../clusters/general/discovery/google.jade | 2 +- .../clusters/general/discovery/jdbc.jade | 3 +- .../clusters/general/discovery/multicast.jade | 2 +- .../clusters/general/discovery/s3.jade | 2 +- .../clusters/general/discovery/shared.jade | 2 +- .../clusters/general/discovery/vm.jade | 2 +- .../clusters/general/discovery/zookeeper.jade | 6 +- .../bounded-exponential-backoff.jade | 2 +- .../discovery/zookeeper/retrypolicy/custom.jade | 4 +- .../retrypolicy/exponential-backoff.jade | 2 +- .../zookeeper/retrypolicy/forever.jade | 2 +- .../zookeeper/retrypolicy/n-times.jade | 2 +- .../zookeeper/retrypolicy/one-time.jade | 2 +- .../zookeeper/retrypolicy/until-elapsed.jade | 2 +- .../states/configuration/clusters/igfs.jade | 5 +- .../configuration/clusters/load-balancing.jade | 107 + .../states/configuration/clusters/logger.jade | 2 +- .../configuration/clusters/logger/custom.jade | 4 +- .../configuration/clusters/logger/log4j.jade | 2 +- .../configuration/clusters/logger/log4j2.jade | 2 +- .../configuration/clusters/marshaller.jade | 5 +- .../states/configuration/clusters/metrics.jade | 2 +- .../states/configuration/clusters/odbc.jade | 48 + .../states/configuration/clusters/ssl.jade | 11 +- .../states/configuration/clusters/swap.jade | 5 +- .../states/configuration/clusters/thread.jade | 2 +- .../states/configuration/clusters/time.jade | 2 +- .../configuration/clusters/transactions.jade | 8 +- .../states/configuration/domains/general.jade | 18 +- .../states/configuration/domains/query.jade | 66 +- .../states/configuration/domains/store.jade | 27 +- .../modules/states/configuration/igfs/dual.jade | 2 +- .../states/configuration/igfs/fragmentizer.jade | 2 +- .../states/configuration/igfs/general.jade | 5 +- .../modules/states/configuration/igfs/ipc.jade | 4 +- .../modules/states/configuration/igfs/misc.jade | 10 +- .../states/configuration/igfs/secondary.jade | 5 +- .../summary/summary-zipper.service.js | 37 + .../configuration/summary/summary.controller.js | 133 +- .../configuration/summary/summary.worker.js | 123 + .../app/modules/user/AclRoute.provider.js | 31 +- .../frontend/app/modules/user/Auth.service.js | 11 +- .../frontend/app/modules/user/permissions.js | 2 +- .../frontend/app/modules/user/user.module.js | 6 +- .../app/modules/version/Version.provider.js | 32 - .../app/services/ErrorPopover.service.js | 5 +- .../frontend/app/services/FormUtils.service.js | 6 +- .../frontend/app/services/JavaTypes.service.js | 222 +- .../app/services/LegacyTable.service.js | 24 +- .../app/services/LegacyUtils.service.js | 172 +- .../frontend/app/services/Messages.service.js | 17 +- .../frontend/app/services/SqlTypes.service.js | 65 + modules/web-console/frontend/app/vendor.js | 4 +- .../frontend/controllers/admin-controller.js | 92 - .../frontend/controllers/caches-controller.js | 155 +- .../frontend/controllers/clusters-controller.js | 227 +- .../frontend/controllers/domains-controller.js | 280 +- .../frontend/controllers/igfs-controller.js | 26 +- .../frontend/controllers/profile-controller.js | 8 +- .../frontend/generator/generator-common.js | 612 - .../frontend/generator/generator-java.js | 3534 ----- .../frontend/generator/generator-optional.js | 25 - .../frontend/generator/generator-properties.js | 175 - .../frontend/generator/generator-readme.js | 85 - .../frontend/generator/generator-xml.js | 2093 --- .../frontend/gulpfile.babel.js/paths.js | 31 +- .../frontend/gulpfile.babel.js/tasks/jade.js | 21 +- .../frontend/gulpfile.babel.js/tasks/test.js | 92 - .../frontend/gulpfile.babel.js/tasks/watch.js | 6 +- .../gulpfile.babel.js/webpack/common.js | 24 +- .../webpack/environments/development.js | 26 +- .../webpack/environments/production.js | 3 +- .../webpack/environments/test.js | 52 + .../frontend/gulpfile.babel.js/webpack/index.js | 4 +- .../webpack/plugins/progress.js | 82 - modules/web-console/frontend/package.json | 189 +- .../frontend/public/images/cache.png | Bin 23700 -> 24791 bytes .../frontend/public/images/domains.png | Bin 23828 -> 22131 bytes .../web-console/frontend/public/images/igfs.png | Bin 14307 -> 14139 bytes .../frontend/public/images/query-chart.png | Bin 16637 -> 17142 bytes .../frontend/public/images/query-metadata.png | Bin 32298 -> 39361 bytes .../frontend/public/images/query-table.png | Bin 29189 -> 28065 bytes .../frontend/public/images/summary.png | Bin 31997 -> 33650 bytes .../stylesheets/_font-awesome-custom.scss | 67 + .../frontend/public/stylesheets/form-field.scss | 145 + .../frontend/public/stylesheets/style.scss | 235 +- .../frontend/public/stylesheets/variables.scss | 1 + .../frontend/test/karma.conf.babel.js | 91 + modules/web-console/frontend/test/karma.conf.js | 98 +- .../frontend/test/unit/JavaTransformer.test.js | 57 + .../frontend/test/unit/JavaTypes.test.js | 110 +- .../frontend/test/unit/SharpTransformer.test.js | 55 + .../test/unit/SpringTransformer.test.js | 57 + .../frontend/test/unit/SqlTypes.test.js | 51 + .../frontend/test/unit/Version.test.js | 88 + .../test/unit/defaultName.filter.test.js | 38 + .../frontend/views/configuration/caches.jade | 22 +- .../frontend/views/configuration/clusters.jade | 48 +- .../views/configuration/domains-import.jade | 131 +- .../frontend/views/configuration/domains.jade | 8 +- .../frontend/views/configuration/igfs.jade | 14 +- .../summary-project-structure.jade | 2 +- .../frontend/views/configuration/summary.jade | 84 +- .../frontend/views/includes/header.jade | 15 +- .../frontend/views/settings/admin.jade | 61 +- .../frontend/views/settings/profile.jade | 2 +- .../frontend/views/sql/cache-metadata.jade | 2 +- .../frontend/views/sql/notebook-new.jade | 4 +- modules/web-console/frontend/views/sql/sql.jade | 223 +- .../views/templates/agent-download.jade | 10 +- .../frontend/views/templates/alert.jade | 2 +- .../frontend/views/templates/batch-confirm.jade | 4 +- .../frontend/views/templates/clone.jade | 6 +- .../frontend/views/templates/confirm.jade | 4 +- .../frontend/views/templates/demo-info.jade | 4 +- .../views/templates/getting-started.jade | 4 +- .../frontend/views/templates/message.jade | 4 +- .../frontend/views/templates/select.jade | 4 +- modules/web-console/pom.xml | 2 +- modules/web-console/web-agent/README.txt | 6 +- .../web-agent/bin/ignite-web-agent.bat | 11 +- .../web-agent/bin/ignite-web-agent.sh | 8 +- modules/web-console/web-agent/pom.xml | 2 +- .../console/agent/AgentConfiguration.java | 5 +- .../ignite/console/agent/AgentLauncher.java | 261 +- .../apache/ignite/console/agent/AgentUtils.java | 80 + .../console/agent/handlers/AbstractHandler.java | 110 - .../agent/handlers/AbstractListener.java | 104 + .../console/agent/handlers/DatabaseHandler.java | 298 - .../agent/handlers/DatabaseListener.java | 316 + .../console/agent/handlers/RestHandler.java | 276 - .../console/agent/handlers/RestListener.java | 280 + .../ignite/console/demo/AgentClusterDemo.java | 476 +- .../ignite/console/demo/AgentDemoUtils.java | 79 + .../demo/service/DemoCachesLoadService.java | 456 + .../service/DemoRandomCacheLoadService.java | 120 + .../service/DemoServiceClusterSingleton.java | 41 + .../demo/service/DemoServiceKeyAffinity.java | 41 + .../service/DemoServiceMultipleInstances.java | 41 + .../demo/service/DemoServiceNodeSingleton.java | 41 + modules/web/ignite-appserver-test/pom.xml | 2 +- modules/web/ignite-websphere-test/pom.xml | 2 +- modules/web/pom.xml | 2 +- .../ignite/cache/websession/WebSessionV2.java | 28 +- .../IgniteWebSessionSelfTestSuite.java | 68 +- .../WebSessionReplicatedSelfTest.java | 28 + .../WebSessionReplicatedV1SelfTest.java | 28 + .../internal/websession/WebSessionSelfTest.java | 8 +- .../WebSessionTransactionalSelfTest.java | 48 + .../WebSessionTransactionalV1SelfTest.java | 28 + .../websession/WebSessionV1SelfTest.java | 28 + modules/yardstick/DEVNOTES-standalone.txt | 15 + modules/yardstick/DEVNOTES.txt | 20 + modules/yardstick/README.txt | 117 +- .../config/benchmark-bin-identity.properties | 94 + .../config/benchmark-client-mode.properties | 2 + .../config/benchmark-multicast.properties | 15 + .../config/benchmark-sample.properties | 62 + .../config/benchmark-sql-dml.properties | 72 + .../config/benchmark-tx-win.properties | 2 + .../yardstick/config/benchmark-tx.properties | 2 + .../yardstick/config/benchmark-win.properties | 2 + modules/yardstick/config/benchmark.properties | 2 + modules/yardstick/config/ignite-base-config.xml | 73 +- .../config/ignite-bin-multicast-config.xml | 86 + modules/yardstick/pom-standalone.xml | 209 + modules/yardstick/pom.xml | 16 +- .../yardstick/IgniteAbstractBenchmark.java | 30 + .../yardstick/IgniteBenchmarkArguments.java | 11 + .../ignite/yardstick/IgniteBenchmarkUtils.java | 48 +- .../org/apache/ignite/yardstick/IgniteNode.java | 74 +- .../apache/ignite/yardstick/PreloadLogger.java | 155 + .../yardstick/cache/CacheEntryEventProbe.java | 2 +- .../cache/IgniteAtomicSequenceBenchmark.java | 47 + .../cache/IgniteBinaryIdentityBenchmark.java | 108 + .../cache/IgniteBinaryIdentityGetBenchmark.java | 34 + .../cache/IgniteBinaryIdentityPutBenchmark.java | 35 + .../IgniteFieldsBinaryIdentityGetBenchmark.java | 30 + .../IgniteFieldsBinaryIdentityPutBenchmark.java | 30 + .../cache/IgniteGetAndPutBenchmark.java | 41 + .../cache/IgniteGetAndPutTxBenchmark.java | 70 + .../cache/IgniteInvokeTxBenchmark.java | 40 + .../IgniteLegacyBinaryIdentityGetBenchmark.java | 30 + .../IgniteLegacyBinaryIdentityPutBenchmark.java | 30 + ...IgnitePutIfAbsentIndexedValue1Benchmark.java | 45 + .../cache/IgnitePutRemoveBenchmark.java | 42 + .../cache/IgnitePutRemoveTxBenchmark.java | 30 + .../cache/IgnitePutValue8Benchmark.java | 42 + .../IgniteReplaceIndexedValue1Benchmark.java | 79 + .../cache/dml/IgniteSqlDeleteBenchmark.java | 83 + .../dml/IgniteSqlDeleteFilteredBenchmark.java | 88 + .../IgniteSqlInsertIndexedValue1Benchmark.java | 48 + .../IgniteSqlInsertIndexedValue2Benchmark.java | 48 + .../IgniteSqlInsertIndexedValue8Benchmark.java | 48 + .../cache/dml/IgniteSqlMergeAllBenchmark.java | 82 + .../cache/dml/IgniteSqlMergeBenchmark.java | 42 + .../IgniteSqlMergeIndexedValue1Benchmark.java | 43 + .../IgniteSqlMergeIndexedValue2Benchmark.java | 43 + .../IgniteSqlMergeIndexedValue8Benchmark.java | 43 + .../cache/dml/IgniteSqlMergeQueryBenchmark.java | 116 + .../cache/dml/IgniteSqlUpdateBenchmark.java | 82 + .../dml/IgniteSqlUpdateFilteredBenchmark.java | 88 + .../IgniteCacheRandomOperationBenchmark.java | 25 +- .../yardstick/cache/model/SampleValue.java | 2 + .../io/IgniteIoTestAbstractBenchmark.java | 61 + .../io/IgniteIoTestSendAllBenchmark.java | 32 + .../io/IgniteIoTestSendRandomBenchmark.java | 35 + modules/yarn/pom.xml | 2 +- .../apache/ignite/yarn/ApplicationMaster.java | 4 +- .../org/apache/ignite/yarn/IgniteProvider.java | 4 +- modules/zookeeper/pom.xml | 2 +- .../tcp/ipfinder/zk/ZookeeperIpFinderTest.java | 2 +- parent/pom.xml | 24 +- pom.xml | 115 +- 2869 files changed, 231662 insertions(+), 135166 deletions(-) ----------------------------------------------------------------------