This is an automated email from the ASF dual-hosted git repository.

tkalkirill pushed a change to branch ignite-28331
in repository https://gitbox.apache.org/repos/asf/ignite.git


    from 1a4ed8e6dfa IGNITE-28331 after review aplekhanov #2.4
     add 341bb1c0261 IGNITE-28451 Update Ignite master branch version to 
2.19.0-SNAPSHOT (#12979)
     add f96adc857c0 IGNITE-28449 Fix flaky 
IgniteThreadGroupNodeRestartTest#testNodeRestartInsideThreadGroup (#12977)
     add b09fa6d7ef5 IGNITE-28377 Removed lazy flag of SqlFieldsQuery (#12947)
     add 994b8033d0d IGNITE-28397 Remove IgniteDhtPartitionsToReloadMap (#12957)
     add bc00caf38d3 IGNITE-28362 Fix CacheTestAsync.TestPutAll (#12938)
     add e8f16e03d6f IGNITE-28277 CacheInterceptor need to take into account 
cache keepBinary mode (#12911)
     add fc0cebabc6f IGNITE-28446 Fix the tests after updating Java on the 
TeamCity agents (#12976)
     add 74af6093640 IGNITE-28391 Use enforcer plugin to check active Maven 
version (#12966)
     add de46eaf11f9 Merge branch 'master' into ignite-28331
     add 21852243ef9 IGNITE-28331 after review aplekhanov #3.0

No new revisions were added by this update.

Summary of changes:
 .mvn/wrapper/MavenWrapperDownloader.java           | 117 -----
 .mvn/wrapper/maven-wrapper.jar                     | Bin 50710 -> 0 bytes
 .mvn/wrapper/maven-wrapper.properties              |   3 +-
 docs/_config.yml                                   |   2 +-
 docs/_docs/SQL/JDBC/jdbc-driver.adoc               |  19 -
 docs/_docs/SQL/sql-tuning.adoc                     |  41 +-
 .../sql-and-scan-queries.adoc                      |   5 +-
 docs/_docs/code-snippets/java/pom.xml              |   2 +-
 .../_docs/perf-and-troubleshooting/sql-tuning.adoc |  43 +-
 docs/_docs/thin-clients/python-thin-client.adoc    |   2 -
 ....java => JmhCacheWithInterceptorBenchmark.java} |  67 +--
 .../query/calcite/QueryRegistryImpl.java           |   2 +-
 .../query/calcite/exec/ExecutionServiceImpl.java   |  15 +-
 .../query/calcite/exec/exp/IgniteSqlFunctions.java |  25 +-
 .../query/calcite/exec/exp/agg/Accumulators.java   |   6 +-
 .../query/calcite/exec/rel/HashJoinNode.java       |   2 +-
 .../query/calcite/exec/rel/ModifyNode.java         |  15 +-
 .../query/calcite/message/QueryStartRequest.java   |  13 +-
 .../processors/query/calcite/util/Commons.java     |  12 +
 .../processors/query/calcite/CancelTest.java       |   2 +-
 .../CacheWithInterceptorIntegrationTest.java       | 251 +++++++++++
 .../calcite/integration/SelectByKeyFieldTest.java  |  15 -
 .../tx/TxWithExceptionalInterceptorTest.java       |   9 +-
 .../ignite/testsuites/IntegrationTestSuite.java    |   3 +
 modules/checkstyle/pom.xml                         |   2 +-
 .../ignite/common/NodeSslConnectionMetricTest.java |   2 +-
 .../common/RunningQueryInfoCheckInitiatorTest.java |  10 +-
 .../internal/jdbc2/JdbcConnectionSelfTest.java     |  12 -
 .../jdbc/thin/JdbcThinConnectionSelfTest.java      |  67 ++-
 .../jdbc/thin/JdbcThinDataSourceSelfTest.java      |   9 +-
 .../jdbc/thin/JdbcThinLocalQueriesSelfTest.java    |   6 +-
 .../qa/query/WarningOnBigQueryResultsBaseTest.java |   8 +-
 .../qa/query/WarningOnBigQueryResultsTest.java     |   8 -
 .../ignite/util/GridCommandHandlerSslTest.java     |   6 +-
 modules/core/pom.xml                               |   8 +-
 .../java/org/apache/ignite/IgniteJdbcDriver.java   |  19 -
 .../apache/ignite/IgniteJdbcThinDataSource.java    |  18 -
 .../org/apache/ignite/IgniteSystemProperties.java  |   9 -
 .../apache/ignite/cache/query/SqlFieldsQuery.java  |  48 ---
 .../ignite/internal/client/thin/ClientUtils.java   |   2 +-
 .../internal/jdbc/thin/ConnectionProperties.java   |  10 -
 .../jdbc/thin/ConnectionPropertiesImpl.java        |  18 +-
 .../ignite/internal/jdbc/thin/JdbcThinTcpIo.java   |   2 +-
 .../ignite/internal/jdbc2/JdbcConnection.java      |  13 -
 .../JdbcQueryMultipleStatementsNotAllowTask.java   |   7 +-
 .../jdbc2/JdbcQueryMultipleStatementsTask.java     |  10 +-
 .../jdbc2/JdbcQueryMultipleStatementsTaskV3.java   |   5 +-
 .../ignite/internal/jdbc2/JdbcQueryTask.java       |   8 -
 .../ignite/internal/jdbc2/JdbcQueryTaskV2.java     |  21 +-
 .../ignite/internal/jdbc2/JdbcQueryTaskV3.java     |  12 +-
 .../ignite/internal/jdbc2/JdbcResultSet.java       |   2 +-
 .../ignite/internal/jdbc2/JdbcStatement.java       |   9 +-
 .../communication/GridIoMessageFactory.java        |   4 -
 .../managers/discovery/GridDiscoveryManager.java   |   2 +-
 .../processors/cache/CacheOperationContext.java    |  19 +
 .../processors/cache/GridCacheAdapter.java         |  22 +
 .../cache/GridCachePartitionExchangeManager.java   |   5 +-
 .../processors/cache/GridCacheProxyImpl.java       |   4 +-
 .../processors/cache/IgniteInternalCache.java      |   3 +
 .../internal/processors/cache/QueryCursorImpl.java |  31 +-
 .../distributed/dht/atomic/GridDhtAtomicCache.java |   2 +-
 .../preloader/GridDhtPartitionsExchangeFuture.java |  13 +-
 .../preloader/GridDhtPartitionsFullMessage.java    |  13 +-
 .../preloader/IgniteDhtPartitionsToReloadMap.java  |  75 ----
 .../CacheContinuousQueryPartitionRecovery.java     |   2 +-
 .../internal/processors/job/GridJobWorker.java     |   2 +-
 .../odbc/jdbc/JdbcConnectionContext.java           |   5 +-
 .../processors/odbc/jdbc/JdbcRequestHandler.java   |   4 -
 .../odbc/odbc/OdbcConnectionContext.java           |   6 +-
 .../processors/odbc/odbc/OdbcRequestHandler.java   |   4 -
 .../processors/platform/cache/PlatformCache.java   |   2 -
 .../cache/ClientCacheSqlFieldsQueryRequest.java    |   5 +-
 .../platform/client/cache/ImmutableArrayMap.java   |   4 +-
 .../processors/query/GridQueryFinishedInfo.java    |  13 -
 .../processors/query/GridQueryStartedInfo.java     |  13 -
 .../processors/query/SqlClientContext.java         |  13 -
 .../query/running/GridRunningQueryInfo.java        |  13 -
 .../query/running/RunningQueryManager.java         |   9 +-
 .../ignite/internal/util/BasicRateLimiter.java     |   2 +-
 .../main/resources/META-INF/classnames.properties  |   1 -
 modules/core/src/main/resources/ignite.properties  |   2 +-
 .../org.apache.ignite.plugin.PluginProvider        |   2 +-
 .../apache/ignite/client/SslParametersTest.java    |  10 +-
 .../internal/IgniteThreadGroupNodeRestartTest.java |  74 +++-
 .../communication/CompressedMessageTest.java       |  10 +-
 .../binary/CacheKeepBinaryWithInterceptorTest.java |  49 +--
 .../standbycluster/IgniteStandByClusterTest.java   |   8 +-
 .../tcp/TcpDiscoverySslParametersTest.java         |  10 +-
 modules/dev-utils/ignite-modules-test/build.gradle |   2 +-
 modules/ducktests/tests/ignitetest/__init__.py     |   2 +-
 .../internal/processors/query/h2/H2QueryInfo.java  |   5 -
 .../internal/processors/query/h2/H2Utils.java      |   2 +-
 .../processors/query/h2/IgniteH2Indexing.java      |  43 +-
 .../internal/processors/query/h2/QueryParser.java  |  29 +-
 .../processors/query/h2/RegisteredQueryCursor.java |  14 +-
 .../processors/query/h2/dml/UpdatePlan.java        |   5 +
 .../apache/ignite/client/FunctionalQueryTest.java  |  16 +-
 .../metric/SqlStatisticsUserQueriesFastTest.java   |  13 +-
 ...va => GridCacheQueryPartitionsReleaseTest.java} |  12 +-
 .../processors/cache/SqlFieldsQuerySelfTest.java   |   3 -
 .../cache/index/H2ConnectionLeaksSelfTest.java     |   2 +-
 .../query/CreateIndexOnInvalidDataTypeTest.java    |   1 -
 ...yTableLockAndConnectionPoolLazyModeOffTest.java |  29 --
 ...ryTableLockAndConnectionPoolLazyModeOnTest.java |  29 --
 ...teQueryTableLockAndConnectionPoolSelfTest.java} |  47 +-
 .../query/IgniteSqlCustomSchemaTest.java           |   2 +-
 .../query/IgniteSqlCustomSchemaWithPdsEnabled.java |   2 +-
 .../query/IgniteSqlDefaultSchemaTest.java          |   2 +-
 .../IgniteSqlSchemasDiffConfigurationsTest.java    |   2 +-
 .../query/KillQueryErrorOnCancelTest.java          |   3 +-
 .../internal/processors/query/KillQueryTest.java   |  87 +---
 .../internal/processors/query/LazyOnDmlTest.java   |   1 -
 ...LocalQueryLazyTest.java => LocalQueryTest.java} |  12 +-
 .../processors/query/LongRunningQueryTest.java     |  76 +---
 .../processors/query/ReducerRowsBufferTest.java    |   6 +-
 .../processors/query/SqlSystemViewsSelfTest.java   |   2 +-
 .../processors/query/h2/QueryDataPageScanTest.java |   1 -
 .../processors/query/oom/AbstractQueryOOMTest.java |  38 +-
 .../query/stat/PSUStatisticsTypesTest.java         |   2 +-
 .../timeout/AbstractDefaultQueryTimeoutTest.java   |   6 +-
 .../timeout/DefaultQueryTimeoutThickJavaTest.java  |  25 +-
 .../IgniteBinaryCacheQueryTestSuite.java           |  18 +-
 .../IgniteBinaryCacheQueryTestSuite2.java          |   8 -
 .../IgniteBinaryCacheQueryTestSuite3.java          |   8 -
 .../IgniteBinaryCacheQueryTestSuite4.java          |  12 +-
 .../IgniteBinaryCacheQueryLazyTestSuite.java       |  42 --
 .../IgniteBinaryCacheQueryLazyTestSuite2.java      |  42 --
 .../IgniteBinaryCacheQueryLazyTestSuite3.java      |  42 --
 .../IgniteBinaryCacheQueryLazyTestSuite4.java      |  42 --
 modules/platforms/cpp/CMakeLists.txt               |   2 +-
 .../include/ignite/cache/query/query_sql_fields.h  |  42 --
 .../cpp/odbc-test/src/configuration_test.cpp       |  12 -
 .../include/ignite/odbc/config/configuration.h     |  27 --
 .../ignite/odbc/config/connection_string_parser.h  |   3 -
 .../odbc/system/ui/dsn_configuration_window.h      |   4 -
 .../win/src/system/ui/dsn_configuration_window.cpp |  16 -
 .../cpp/odbc/src/config/configuration.cpp          |  18 -
 .../odbc/src/config/connection_string_parser.cpp   |  18 -
 modules/platforms/cpp/odbc/src/dsn_config.cpp      |   5 -
 modules/platforms/cpp/odbc/src/message.cpp         |   2 +-
 .../thin-client-test/src/sql_fields_query_test.cpp |   3 -
 .../ignite/thin/cache/query/query_sql_fields.h     |  40 --
 .../platforms/cpp/thin-client/src/impl/message.cpp |   2 +-
 .../Cache/Query/CacheQueriesTest.cs                |   7 +-
 .../Query/Linq/CacheLinqTest.Introspection.cs      |  21 +-
 .../Client/Cache/SqlQueryTest.cs                   |   3 -
 .../Cache/Query/SqlFieldsQuery.cs                  |  27 +-
 .../Impl/Client/Cache/CacheClient.cs               |   4 +-
 .../Impl/CacheFieldsQueryExecutor.cs               |   3 -
 .../dotnet/Apache.Ignite.Linq/QueryOptions.cs      |  17 -
 modules/platforms/dotnet/SharedAssemblyInfo.cs     |   6 +-
 mvnw                                               | 475 ++++++++++-----------
 mvnw.cmd                                           | 371 ++++++++--------
 parent/pom.xml                                     |   8 +-
 154 files changed, 1220 insertions(+), 2129 deletions(-)
 delete mode 100644 .mvn/wrapper/MavenWrapperDownloader.java
 delete mode 100644 .mvn/wrapper/maven-wrapper.jar
 copy 
modules/benchmarks/src/main/java/org/apache/ignite/internal/benchmarks/jmh/sql/{JmhSqlUdfBenchmark.java
 => JmhCacheWithInterceptorBenchmark.java} (52%)
 create mode 100644 
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/CacheWithInterceptorIntegrationTest.java
 delete mode 100644 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/IgniteDhtPartitionsToReloadMap.java
 rename 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/{GridCacheLazyQueryPartitionsReleaseTest.java
 => GridCacheQueryPartitionsReleaseTest.java} (94%)
 delete mode 100644 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteQueryTableLockAndConnectionPoolLazyModeOffTest.java
 delete mode 100644 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteQueryTableLockAndConnectionPoolLazyModeOnTest.java
 rename 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/{AbstractQueryTableLockAndConnectionPoolSelfTest.java
 => IgniteQueryTableLockAndConnectionPoolSelfTest.java} (95%)
 rename 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/{LocalQueryLazyTest.java
 => LocalQueryTest.java} (95%)
 delete mode 100644 
modules/indexing/src/test/java/org/apache/ignite/testsuites/nightly/IgniteBinaryCacheQueryLazyTestSuite.java
 delete mode 100644 
modules/indexing/src/test/java/org/apache/ignite/testsuites/nightly/IgniteBinaryCacheQueryLazyTestSuite2.java
 delete mode 100644 
modules/indexing/src/test/java/org/apache/ignite/testsuites/nightly/IgniteBinaryCacheQueryLazyTestSuite3.java
 delete mode 100644 
modules/indexing/src/test/java/org/apache/ignite/testsuites/nightly/IgniteBinaryCacheQueryLazyTestSuite4.java

Reply via email to