You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by al...@apache.org on 2022/02/28 10:54:39 UTC

[ignite] branch sql-calcite updated (c65f74b -> 79c8766)

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

alexpl pushed a change to branch sql-calcite
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from c65f74b  IGNITE-14195 JavaDoc fix
     add 2311878  IGNITE-13389 Thin client: optionally append server exception stack trace to error message (#9824)
     add 193bd9a  IGNITE-16480 Remove IPC Shared memory communication client. (#9801)
     add 800997f  IGNITE-16462 .NET: Thin client: add heartbeats (#9817)
     add bf18e2b  IGNITE-16570 Fixed NoClassDefFoundError if com.sun.management.OperatingSystemMXBean does not exist (#9831)
     add fe95954  IGNITE-15673 Update Ignite dependency zookeeper up to 3.7.0 (#9757)
     add 55cdffd  IGNITE-16385 Update Ignite dependency JNR POSIX up to 3.1.15 (#9762)
     add 45da1f5  IGNITE-16579 Fixed an issue that caused a failed deactivation of the cluster. Fixes #9834
     add 62334b9  IGNITE-16383 Update Ignite dependency hadoop-yarn-client (#9761)
     add 5f52f01  IGNITE-16600 Implement tryWakeupThrottledThreads and shouldThrottle for speed based throttle (#9840)
     add dbb7401  IGNITE-14310 Update CREATE TABLE, Schema, and Indexing sections (#9842)
     add 6eb90e3  IGNITE-16589 Fixed an issue that led to failures of server nodes due to short history of affinity assignments. Fixes #9839
     add 3cc87ae  IGNITE-16617 Delete the sections related to FIRSTVALUE & LASTVALUE - Fixes #9845.
     add 4b81346  IGNITE-16587 Fix putAllConflict, removeAllConflict for tx caches (#9836)
     add 2c922bf  [MINOR] Code style fix
     add aade8eb  IGNITE-15450 Added a special option to run snapshot commands synchronously using control.sh (#9760)
     add e676062  IGNITE-13771 ODBC: Add linking to odbcinst on linux (#9848)
     add 0128d14  IGNITE-16610 Fixed detection of in-memory caches. Fixes #9843
     add 44f9464  IGNITE-16581 Prevent checkpoint buffer overflow in case of the speed-based throttling
     add e5af20c  IGNITE-16623 Cover speed-based throttling breakdown fix with integration test (#9850)
     add 2d900d1  IGNITE-16621 Fixed an issue with IgniteAtomicSequence that led to AssertionError. Fixes #9847
     new 79c8766  Merge remote-tracking branch 'remotes/upstream/master' into sql-calcite

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/_docs/SQL/indexes.adoc                        |     4 +
 docs/_docs/snapshots/snapshots.adoc                |    16 +-
 docs/_docs/sql-reference/aggregate-functions.adoc  |    49 -
 examples/pom.xml                                   |     7 -
 ipc/README.txt                                     |     4 -
 ipc/shmem/.gitignore                               |    12 -
 ipc/shmem/Makefile.am                              |    16 -
 ipc/shmem/Makefile.in                              |   767 -
 ipc/shmem/README.txt                               |    37 -
 ipc/shmem/aclocal.m4                               |  9602 ----------
 ipc/shmem/compile                                  |   347 -
 ipc/shmem/config.guess                             |  1534 --
 ipc/shmem/config.h.in                              |    71 -
 ipc/shmem/config.sub                               |  1786 --
 ipc/shmem/configure                                | 17791 -------------------
 ipc/shmem/configure.ac                             |    33 -
 ipc/shmem/depcomp                                  |   712 -
 ipc/shmem/igniteshmem/Makefile.am                  |    38 -
 ipc/shmem/igniteshmem/Makefile.in                  |   589 -
 ...nternal_util_ipc_shmem_IpcSharedMemoryUtils.cpp |   882 -
 ipc/shmem/include/Makefile.am                      |    18 -
 ipc/shmem/include/Makefile.in                      |   495 -
 ..._internal_util_ipc_shmem_IpcSharedMemoryUtils.h |   117 -
 ipc/shmem/install-sh                               |   527 -
 ipc/shmem/ltmain.sh                                |  9664 ----------
 ipc/shmem/m4/libtool.m4                            |  8001 ---------
 ipc/shmem/m4/ltoptions.m4                          |   384 -
 ipc/shmem/m4/ltsugar.m4                            |   123 -
 ipc/shmem/m4/ltversion.m4                          |    23 -
 ipc/shmem/m4/lt~obsolete.m4                        |    98 -
 ipc/shmem/missing                                  |   335 -
 .../snapshot/SnapshotCancelCommand.java}           |    24 +-
 .../snapshot/SnapshotCheckCommand.java}            |    28 +-
 .../commandline/snapshot/SnapshotCommand.java      |    99 +-
 .../snapshot/SnapshotCreateCommand.java            |    74 +
 .../snapshot/SnapshotCreateCommandOption.java      |    64 +
 .../snapshot/SnapshotRestoreCommand.java           |   134 +
 .../snapshot/SnapshotRestoreCommandOption.java     |    72 +
 .../commandline/snapshot/SnapshotSubcommand.java   |   100 +-
 .../commandline/snapshot/SnapshotSubcommands.java  |    76 +
 .../apache/ignite/util/GridCommandHandlerTest.java |   130 +-
 modules/core/pom.xml                               |     6 -
 .../org/apache/ignite/IgniteSystemProperties.java  |     5 +-
 .../configuration/ThinClientConfiguration.java     |    18 +
 .../affinity/GridAffinityAssignmentCache.java      |    13 +-
 .../processors/cache/CacheGroupContext.java        |    40 +-
 .../processors/cache/GridCacheMapEntry.java        |    27 +-
 .../internal/processors/cache/GridCacheUtils.java  |    52 +
 .../GridDistributedTxRemoteAdapter.java            |     3 +-
 .../dht/GridDhtAffinityAssignmentResponse.java     |    63 +-
 .../dht/GridDhtAssignmentFetchFuture.java          |     2 +-
 .../dht/colocated/GridDhtDetachedCacheEntry.java   |     8 +-
 .../preloader/GridDhtPartitionsExchangeFuture.java |    24 +-
 .../cache/distributed/near/GridNearCacheEntry.java |     8 +-
 .../cache/distributed/near/GridNearTxLocal.java    |    28 +-
 .../checkpoint/CheckpointPagesWriter.java          |     2 +-
 .../pagemem/CheckpointBufferOverflowWatchdog.java  |    50 +
 .../persistence/pagemem/ExponentialBackoff.java    |    74 +
 .../ExponentialBackoffThrottlingStrategy.java      |    56 +
 .../cache/persistence/pagemem/PageMemoryEx.java    |    10 +-
 .../cache/persistence/pagemem/PageMemoryImpl.java  |     6 +-
 .../pagemem/PagesWriteSpeedBasedThrottle.java      |   441 +-
 .../persistence/pagemem/PagesWriteThrottle.java    |    69 +-
 .../pagemem/PagesWriteThrottlePolicy.java          |    58 +-
 .../pagemem/ProgressSpeedCalculation.java          |    69 +
 ...edBasedMemoryConsumptionThrottlingStrategy.java |   517 +
 .../snapshot/SnapshotRestoreProcess.java           |     3 +-
 .../cache/version/GridCacheVersionEx.java          |    14 +-
 .../cluster/GridClusterStateProcessor.java         |   232 +-
 .../DistributedThinClientConfiguration.java        |    81 +
 .../datastructures/AtomicDataStructureProxy.java   |     8 +-
 .../GridCacheAtomicSequenceImpl.java               |    54 +-
 .../processors/metric/GridMetricManager.java       |    50 +-
 .../processors/odbc/ClientListenerProcessor.java   |    27 +
 .../platform/client/ClientBitmaskFeature.java      |     5 +-
 .../client/ClientGetIdleTimeoutRequest.java        |    52 +
 .../platform/client/ClientMessageParser.java       |    12 +
 .../platform/client/ClientRequestHandler.java      |     6 +
 .../apache/ignite/internal/util/IgniteUtils.java   |    26 -
 .../internal/util/ipc/IpcEndpointFactory.java      |    18 +-
 .../ignite/internal/util/ipc/IpcEndpointType.java  |     3 -
 .../shmem/IpcOutOfSystemResourcesException.java    |    59 -
 .../ipc/shmem/IpcSharedMemoryClientEndpoint.java   |   344 -
 .../util/ipc/shmem/IpcSharedMemoryInitRequest.java |    70 -
 .../ipc/shmem/IpcSharedMemoryInitResponse.java     |   173 -
 .../util/ipc/shmem/IpcSharedMemoryInputStream.java |    99 -
 .../ipc/shmem/IpcSharedMemoryNativeLoader.java     |   414 -
 .../IpcSharedMemoryOperationTimedoutException.java |    59 -
 .../ipc/shmem/IpcSharedMemoryOutputStream.java     |    80 -
 .../ipc/shmem/IpcSharedMemoryServerEndpoint.java   |   770 -
 .../util/ipc/shmem/IpcSharedMemorySpace.java       |   374 -
 .../util/ipc/shmem/IpcSharedMemoryUtils.java       |   244 -
 .../internal/util/ipc/shmem/package-info.java      |    23 -
 .../util/nio/GridShmemCommunicationClient.java     |   169 -
 .../visor/snapshot/VisorSnapshotCancelTask.java    |     3 +-
 .../visor/snapshot/VisorSnapshotCheckTask.java     |     3 +-
 .../visor/snapshot/VisorSnapshotCreateTask.java    |    25 +-
 ...askArg.java => VisorSnapshotCreateTaskArg.java} |    46 +-
 .../visor/snapshot/VisorSnapshotOneNodeTask.java}  |    28 +-
 .../visor/snapshot/VisorSnapshotRestoreTask.java   |    11 +-
 .../snapshot/VisorSnapshotRestoreTaskAction.java   |    18 -
 .../snapshot/VisorSnapshotRestoreTaskArg.java      |    27 +-
 .../visor/snapshot/VisorSnapshotTaskResult.java    |    75 +
 .../ignite/mxbean/ClientProcessorMXBean.java       |    10 +
 .../spi/communication/tcp/AttributeNames.java      |    13 -
 .../spi/communication/tcp/TcpCommunicationSpi.java |   102 +-
 .../tcp/TcpCommunicationSpiMBean.java              |     8 +-
 .../communication/tcp/internal/ConnectFuture.java  |     2 +-
 .../tcp/internal/ConnectionClientPool.java         |   166 -
 .../tcp/internal/InboundConnectionHandler.java     |    62 +-
 .../TcpCommunicationConfigInitializer.java         |    79 +-
 .../internal/TcpCommunicationConfiguration.java    |    19 +-
 .../tcp/internal/TcpCommunicationSpiMBeanImpl.java |     2 +-
 .../tcp/internal/shmem/SHMemHandshakeClosure.java  |   134 -
 .../tcp/internal/shmem/ShmemAcceptWorker.java      |   154 -
 .../tcp/internal/shmem/ShmemWorker.java            |   159 -
 .../main/resources/META-INF/classnames.properties  |     7 +-
 .../org/apache/ignite/cdc/CdcCacheVersionTest.java |   379 +-
 .../org/apache/ignite/client/IgniteBinaryTest.java |    89 +-
 .../internal/IgniteClientReconnectAtomicsTest.java |    17 +-
 ...ientReconnectAtomicsWithLostPartitionsTest.java |   171 +-
 .../cache/CacheNoAffinityExchangeTest.java         |   163 +-
 .../cache/IgniteClusterActivateDeactivateTest.java |     5 +-
 ...usterActivateDeactivateTestWithPersistence.java |   221 +-
 .../GridCacheSequenceApiSelfAbstractTest.java      |     3 +-
 .../pagemem/ExponentialBackoffTest.java            |    78 +
 .../pagemem/IgniteThrottlingUnitTest.java          |   303 +-
 .../persistence/pagemem/PageMemoryImplTest.java    |    23 +-
 .../pagemem/ProgressSpeedCalculationTest.java      |    75 +
 .../pagemem/SpeedBasedThrottleBreakdownTest.java   |   128 +
 .../IpcSharedMemoryCrashDetectionSelfTest.java     |   280 -
 .../shmem/IpcSharedMemoryNativeLoaderSelfTest.java |    81 -
 .../util/ipc/shmem/IpcSharedMemoryNodeStartup.java |    77 -
 .../ipc/shmem/IpcSharedMemorySpaceSelfTest.java    |   274 -
 .../ipc/shmem/IpcSharedMemoryUtilsSelfTest.java    |    86 -
 .../shmem/LoadWithCorruptedLibFileTestRunner.java  |    68 -
 .../util/ipc/shmem/SharedMemoryTestClient.java     |    75 -
 .../util/ipc/shmem/SharedMemoryTestServer.java     |    72 -
 .../benchmark/IpcSharedMemoryBenchmarkParty.java   |    35 -
 .../benchmark/IpcSharedMemoryBenchmarkReader.java  |   132 -
 .../benchmark/IpcSharedMemoryBenchmarkWriter.java  |   126 -
 .../tcp/GridTcpCommunicationSpiAbstractTest.java   |    13 -
 ...idTcpCommunicationSpiMultithreadedSelfTest.java |    17 +-
 ...dTcpCommunicationSpiMultithreadedShmemTest.java |    28 -
 .../tcp/GridTcpCommunicationSpiSslSelfTest.java    |     2 -
 .../tcp/GridTcpCommunicationSpiTcpSelfTest.java    |     7 -
 .../ignite/testsuites/IgniteBasicTestSuite.java    |     6 +-
 .../IgniteIpcSharedMemorySelfTestSuite.java        |    38 -
 .../ignite/testsuites/IgniteIpcTestSuite.java      |    36 -
 .../ignite/testsuites/IgnitePdsTestSuite.java      |     2 +
 .../IgniteSpiCommunicationSelfTestSuite.java       |     4 -
 ...ridCommandHandlerClusterByClassTest_help.output |     6 +-
 ...andHandlerClusterByClassWithSSLTest_help.output |     6 +-
 modules/ml/catboost-model-parser/pom.xml           |     2 +-
 modules/ml/h2o-model-parser/pom.xml                |     2 +-
 modules/ml/spark-model-parser/pom.xml              |     2 +-
 modules/ml/xgboost-model-parser/pom.xml            |     2 +-
 .../cpp/odbc-test/src/api_robustness_test.cpp      |    14 +
 modules/platforms/cpp/odbc/CMakeLists.txt          |     2 +-
 .../Apache.Ignite.Core.Tests.csproj                |     1 -
 .../Client/ClientHeartbeatTest.cs                  |   166 +
 .../Client/IgniteClientConfigurationTest.cs        |     4 +-
 .../Config/Client/IgniteClientConfiguration.xml    |     4 +-
 .../IgniteConfigurationTest.cs                     |     4 +-
 .../Client/IgniteClientConfiguration.cs            |    32 +
 .../Communication/Tcp/TcpCommunicationSpi.cs       |    15 +-
 .../IgniteClientConfigurationSection.xsd           |    10 +
 .../Impl/Client/ClientBitmaskFeature.cs            |     3 +-
 .../Apache.Ignite.Core/Impl/Client/ClientOp.cs     |     2 +
 .../Apache.Ignite.Core/Impl/Client/ClientSocket.cs |    97 +-
 modules/platforms/dotnet/Directory.Build.props     |     2 +
 modules/platforms/dotnet/build.ps1                 |     2 +-
 modules/yarn/pom.xml                               |     2 +-
 .../yarn/IgniteApplicationMasterSelfTest.java      |    37 +
 parent/pom.xml                                     |    30 +-
 175 files changed, 4312 insertions(+), 60403 deletions(-)
 delete mode 100644 ipc/README.txt
 delete mode 100644 ipc/shmem/.gitignore
 delete mode 100644 ipc/shmem/Makefile.am
 delete mode 100644 ipc/shmem/Makefile.in
 delete mode 100644 ipc/shmem/README.txt
 delete mode 100644 ipc/shmem/aclocal.m4
 delete mode 100755 ipc/shmem/compile
 delete mode 100755 ipc/shmem/config.guess
 delete mode 100644 ipc/shmem/config.h.in
 delete mode 100755 ipc/shmem/config.sub
 delete mode 100755 ipc/shmem/configure
 delete mode 100644 ipc/shmem/configure.ac
 delete mode 100755 ipc/shmem/depcomp
 delete mode 100644 ipc/shmem/igniteshmem/Makefile.am
 delete mode 100644 ipc/shmem/igniteshmem/Makefile.in
 delete mode 100644 ipc/shmem/igniteshmem/org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.cpp
 delete mode 100644 ipc/shmem/include/Makefile.am
 delete mode 100644 ipc/shmem/include/Makefile.in
 delete mode 100644 ipc/shmem/include/org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.h
 delete mode 100755 ipc/shmem/install-sh
 delete mode 100644 ipc/shmem/ltmain.sh
 delete mode 100644 ipc/shmem/m4/libtool.m4
 delete mode 100644 ipc/shmem/m4/ltoptions.m4
 delete mode 100644 ipc/shmem/m4/ltsugar.m4
 delete mode 100644 ipc/shmem/m4/ltversion.m4
 delete mode 100644 ipc/shmem/m4/lt~obsolete.m4
 delete mode 100755 ipc/shmem/missing
 rename modules/{core/src/test/java/org/apache/ignite/spi/communication/tcp/GridTcpCommunicationSpiShmemSelfTest.java => control-utility/src/main/java/org/apache/ignite/internal/commandline/snapshot/SnapshotCancelCommand.java} (57%)
 copy modules/{core/src/test/java/org/apache/ignite/spi/communication/tcp/GridTcpCommunicationSpiSslSelfTest.java => control-utility/src/main/java/org/apache/ignite/internal/commandline/snapshot/SnapshotCheckCommand.java} (50%)
 create mode 100644 modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/snapshot/SnapshotCreateCommand.java
 create mode 100644 modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/snapshot/SnapshotCreateCommandOption.java
 create mode 100644 modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/snapshot/SnapshotRestoreCommand.java
 create mode 100644 modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/snapshot/SnapshotRestoreCommandOption.java
 create mode 100644 modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/snapshot/SnapshotSubcommands.java
 create mode 100644 modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/CheckpointBufferOverflowWatchdog.java
 create mode 100644 modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/ExponentialBackoff.java
 create mode 100644 modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/ExponentialBackoffThrottlingStrategy.java
 create mode 100644 modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/ProgressSpeedCalculation.java
 create mode 100644 modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/SpeedBasedMemoryConsumptionThrottlingStrategy.java
 create mode 100644 modules/core/src/main/java/org/apache/ignite/internal/processors/configuration/distributed/DistributedThinClientConfiguration.java
 create mode 100644 modules/core/src/main/java/org/apache/ignite/internal/processors/platform/client/ClientGetIdleTimeoutRequest.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcOutOfSystemResourcesException.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryClientEndpoint.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryInitRequest.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryInitResponse.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryInputStream.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryNativeLoader.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryOperationTimedoutException.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryOutputStream.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryServerEndpoint.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemorySpace.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryUtils.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/internal/util/ipc/shmem/package-info.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/internal/util/nio/GridShmemCommunicationClient.java
 copy modules/core/src/main/java/org/apache/ignite/internal/visor/snapshot/{VisorSnapshotRestoreTaskArg.java => VisorSnapshotCreateTaskArg.java} (60%)
 rename modules/core/src/{test/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryFakeClient.java => main/java/org/apache/ignite/internal/visor/snapshot/VisorSnapshotOneNodeTask.java} (52%)
 create mode 100644 modules/core/src/main/java/org/apache/ignite/internal/visor/snapshot/VisorSnapshotTaskResult.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/spi/communication/tcp/internal/shmem/SHMemHandshakeClosure.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/spi/communication/tcp/internal/shmem/ShmemAcceptWorker.java
 delete mode 100644 modules/core/src/main/java/org/apache/ignite/spi/communication/tcp/internal/shmem/ShmemWorker.java
 create mode 100644 modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/ExponentialBackoffTest.java
 create mode 100644 modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/ProgressSpeedCalculationTest.java
 create mode 100644 modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/SpeedBasedThrottleBreakdownTest.java
 delete mode 100644 modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryCrashDetectionSelfTest.java
 delete mode 100644 modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryNativeLoaderSelfTest.java
 delete mode 100644 modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryNodeStartup.java
 delete mode 100644 modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemorySpaceSelfTest.java
 delete mode 100644 modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/IpcSharedMemoryUtilsSelfTest.java
 delete mode 100644 modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/LoadWithCorruptedLibFileTestRunner.java
 delete mode 100644 modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/SharedMemoryTestClient.java
 delete mode 100644 modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/SharedMemoryTestServer.java
 delete mode 100644 modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/benchmark/IpcSharedMemoryBenchmarkParty.java
 delete mode 100644 modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/benchmark/IpcSharedMemoryBenchmarkReader.java
 delete mode 100644 modules/core/src/test/java/org/apache/ignite/internal/util/ipc/shmem/benchmark/IpcSharedMemoryBenchmarkWriter.java
 delete mode 100644 modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/GridTcpCommunicationSpiMultithreadedShmemTest.java
 delete mode 100644 modules/core/src/test/java/org/apache/ignite/testsuites/IgniteIpcSharedMemorySelfTestSuite.java
 delete mode 100644 modules/core/src/test/java/org/apache/ignite/testsuites/IgniteIpcTestSuite.java
 create mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/ClientHeartbeatTest.cs

[ignite] 01/01: Merge remote-tracking branch 'remotes/upstream/master' into sql-calcite

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

alexpl pushed a commit to branch sql-calcite
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 79c876681854b5a292259618e55dfd6ee9562985
Merge: c65f74b 2d900d1
Author: Aleksey Plekhanov <pl...@gmail.com>
AuthorDate: Mon Feb 28 13:51:04 2022 +0300

    Merge remote-tracking branch 'remotes/upstream/master' into sql-calcite

 docs/_docs/SQL/indexes.adoc                        |     4 +
 docs/_docs/snapshots/snapshots.adoc                |    16 +-
 docs/_docs/sql-reference/aggregate-functions.adoc  |    49 -
 examples/pom.xml                                   |     7 -
 ipc/README.txt                                     |     4 -
 ipc/shmem/.gitignore                               |    12 -
 ipc/shmem/Makefile.am                              |    16 -
 ipc/shmem/Makefile.in                              |   767 -
 ipc/shmem/README.txt                               |    37 -
 ipc/shmem/aclocal.m4                               |  9602 ----------
 ipc/shmem/compile                                  |   347 -
 ipc/shmem/config.guess                             |  1534 --
 ipc/shmem/config.h.in                              |    71 -
 ipc/shmem/config.sub                               |  1786 --
 ipc/shmem/configure                                | 17791 -------------------
 ipc/shmem/configure.ac                             |    33 -
 ipc/shmem/depcomp                                  |   712 -
 ipc/shmem/igniteshmem/Makefile.am                  |    38 -
 ipc/shmem/igniteshmem/Makefile.in                  |   589 -
 ...nternal_util_ipc_shmem_IpcSharedMemoryUtils.cpp |   882 -
 ipc/shmem/include/Makefile.am                      |    18 -
 ipc/shmem/include/Makefile.in                      |   495 -
 ..._internal_util_ipc_shmem_IpcSharedMemoryUtils.h |   117 -
 ipc/shmem/install-sh                               |   527 -
 ipc/shmem/ltmain.sh                                |  9664 ----------
 ipc/shmem/m4/libtool.m4                            |  8001 ---------
 ipc/shmem/m4/ltoptions.m4                          |   384 -
 ipc/shmem/m4/ltsugar.m4                            |   123 -
 ipc/shmem/m4/ltversion.m4                          |    23 -
 ipc/shmem/m4/lt~obsolete.m4                        |    98 -
 ipc/shmem/missing                                  |   335 -
 .../snapshot/SnapshotCancelCommand.java}           |    24 +-
 .../snapshot/SnapshotCheckCommand.java}            |    28 +-
 .../commandline/snapshot/SnapshotCommand.java      |    99 +-
 .../snapshot/SnapshotCreateCommand.java            |    74 +
 .../snapshot/SnapshotCreateCommandOption.java      |    64 +
 .../snapshot/SnapshotRestoreCommand.java           |   134 +
 .../snapshot/SnapshotRestoreCommandOption.java     |    72 +
 .../commandline/snapshot/SnapshotSubcommand.java   |   100 +-
 .../commandline/snapshot/SnapshotSubcommands.java  |    76 +
 .../apache/ignite/util/GridCommandHandlerTest.java |   130 +-
 modules/core/pom.xml                               |     6 -
 .../org/apache/ignite/IgniteSystemProperties.java  |     5 +-
 .../configuration/ThinClientConfiguration.java     |    18 +
 .../affinity/GridAffinityAssignmentCache.java      |    13 +-
 .../processors/cache/CacheGroupContext.java        |    40 +-
 .../processors/cache/GridCacheMapEntry.java        |    27 +-
 .../internal/processors/cache/GridCacheUtils.java  |    52 +
 .../GridDistributedTxRemoteAdapter.java            |     3 +-
 .../dht/GridDhtAffinityAssignmentResponse.java     |    63 +-
 .../dht/GridDhtAssignmentFetchFuture.java          |     2 +-
 .../dht/colocated/GridDhtDetachedCacheEntry.java   |     8 +-
 .../preloader/GridDhtPartitionsExchangeFuture.java |    24 +-
 .../cache/distributed/near/GridNearCacheEntry.java |     8 +-
 .../cache/distributed/near/GridNearTxLocal.java    |    28 +-
 .../checkpoint/CheckpointPagesWriter.java          |     2 +-
 .../pagemem/CheckpointBufferOverflowWatchdog.java  |    50 +
 .../persistence/pagemem/ExponentialBackoff.java    |    74 +
 .../ExponentialBackoffThrottlingStrategy.java      |    56 +
 .../cache/persistence/pagemem/PageMemoryEx.java    |    10 +-
 .../cache/persistence/pagemem/PageMemoryImpl.java  |     6 +-
 .../pagemem/PagesWriteSpeedBasedThrottle.java      |   441 +-
 .../persistence/pagemem/PagesWriteThrottle.java    |    69 +-
 .../pagemem/PagesWriteThrottlePolicy.java          |    58 +-
 .../pagemem/ProgressSpeedCalculation.java          |    69 +
 ...edBasedMemoryConsumptionThrottlingStrategy.java |   517 +
 .../snapshot/SnapshotRestoreProcess.java           |     3 +-
 .../cache/version/GridCacheVersionEx.java          |    14 +-
 .../cluster/GridClusterStateProcessor.java         |   232 +-
 .../DistributedThinClientConfiguration.java        |    81 +
 .../datastructures/AtomicDataStructureProxy.java   |     8 +-
 .../GridCacheAtomicSequenceImpl.java               |    54 +-
 .../processors/metric/GridMetricManager.java       |    50 +-
 .../processors/odbc/ClientListenerProcessor.java   |    27 +
 .../platform/client/ClientBitmaskFeature.java      |     5 +-
 .../client/ClientGetIdleTimeoutRequest.java        |    52 +
 .../platform/client/ClientMessageParser.java       |    12 +
 .../platform/client/ClientRequestHandler.java      |     6 +
 .../apache/ignite/internal/util/IgniteUtils.java   |    26 -
 .../internal/util/ipc/IpcEndpointFactory.java      |    18 +-
 .../ignite/internal/util/ipc/IpcEndpointType.java  |     3 -
 .../shmem/IpcOutOfSystemResourcesException.java    |    59 -
 .../ipc/shmem/IpcSharedMemoryClientEndpoint.java   |   344 -
 .../util/ipc/shmem/IpcSharedMemoryInitRequest.java |    70 -
 .../ipc/shmem/IpcSharedMemoryInitResponse.java     |   173 -
 .../util/ipc/shmem/IpcSharedMemoryInputStream.java |    99 -
 .../ipc/shmem/IpcSharedMemoryNativeLoader.java     |   414 -
 .../IpcSharedMemoryOperationTimedoutException.java |    59 -
 .../ipc/shmem/IpcSharedMemoryOutputStream.java     |    80 -
 .../ipc/shmem/IpcSharedMemoryServerEndpoint.java   |   770 -
 .../util/ipc/shmem/IpcSharedMemorySpace.java       |   374 -
 .../util/ipc/shmem/IpcSharedMemoryUtils.java       |   244 -
 .../internal/util/ipc/shmem/package-info.java      |    23 -
 .../util/nio/GridShmemCommunicationClient.java     |   169 -
 .../visor/snapshot/VisorSnapshotCancelTask.java    |     3 +-
 .../visor/snapshot/VisorSnapshotCheckTask.java     |     3 +-
 .../visor/snapshot/VisorSnapshotCreateTask.java    |    25 +-
 ...askArg.java => VisorSnapshotCreateTaskArg.java} |    46 +-
 .../visor/snapshot/VisorSnapshotOneNodeTask.java}  |    28 +-
 .../visor/snapshot/VisorSnapshotRestoreTask.java   |    11 +-
 .../snapshot/VisorSnapshotRestoreTaskAction.java   |    18 -
 .../snapshot/VisorSnapshotRestoreTaskArg.java      |    27 +-
 .../visor/snapshot/VisorSnapshotTaskResult.java    |    75 +
 .../ignite/mxbean/ClientProcessorMXBean.java       |    10 +
 .../spi/communication/tcp/AttributeNames.java      |    13 -
 .../spi/communication/tcp/TcpCommunicationSpi.java |   102 +-
 .../tcp/TcpCommunicationSpiMBean.java              |     8 +-
 .../communication/tcp/internal/ConnectFuture.java  |     2 +-
 .../tcp/internal/ConnectionClientPool.java         |   166 -
 .../tcp/internal/InboundConnectionHandler.java     |    62 +-
 .../TcpCommunicationConfigInitializer.java         |    79 +-
 .../internal/TcpCommunicationConfiguration.java    |    19 +-
 .../tcp/internal/TcpCommunicationSpiMBeanImpl.java |     2 +-
 .../tcp/internal/shmem/SHMemHandshakeClosure.java  |   134 -
 .../tcp/internal/shmem/ShmemAcceptWorker.java      |   154 -
 .../tcp/internal/shmem/ShmemWorker.java            |   159 -
 .../main/resources/META-INF/classnames.properties  |     7 +-
 .../org/apache/ignite/cdc/CdcCacheVersionTest.java |   379 +-
 .../org/apache/ignite/client/IgniteBinaryTest.java |    89 +-
 .../internal/IgniteClientReconnectAtomicsTest.java |    17 +-
 ...ientReconnectAtomicsWithLostPartitionsTest.java |   171 +-
 .../cache/CacheNoAffinityExchangeTest.java         |   163 +-
 .../cache/IgniteClusterActivateDeactivateTest.java |     5 +-
 ...usterActivateDeactivateTestWithPersistence.java |   221 +-
 .../GridCacheSequenceApiSelfAbstractTest.java      |     3 +-
 .../pagemem/ExponentialBackoffTest.java            |    78 +
 .../pagemem/IgniteThrottlingUnitTest.java          |   303 +-
 .../persistence/pagemem/PageMemoryImplTest.java    |    23 +-
 .../pagemem/ProgressSpeedCalculationTest.java      |    75 +
 .../pagemem/SpeedBasedThrottleBreakdownTest.java   |   128 +
 .../IpcSharedMemoryCrashDetectionSelfTest.java     |   280 -
 .../shmem/IpcSharedMemoryNativeLoaderSelfTest.java |    81 -
 .../util/ipc/shmem/IpcSharedMemoryNodeStartup.java |    77 -
 .../ipc/shmem/IpcSharedMemorySpaceSelfTest.java    |   274 -
 .../ipc/shmem/IpcSharedMemoryUtilsSelfTest.java    |    86 -
 .../shmem/LoadWithCorruptedLibFileTestRunner.java  |    68 -
 .../util/ipc/shmem/SharedMemoryTestClient.java     |    75 -
 .../util/ipc/shmem/SharedMemoryTestServer.java     |    72 -
 .../benchmark/IpcSharedMemoryBenchmarkParty.java   |    35 -
 .../benchmark/IpcSharedMemoryBenchmarkReader.java  |   132 -
 .../benchmark/IpcSharedMemoryBenchmarkWriter.java  |   126 -
 .../tcp/GridTcpCommunicationSpiAbstractTest.java   |    13 -
 ...idTcpCommunicationSpiMultithreadedSelfTest.java |    17 +-
 ...dTcpCommunicationSpiMultithreadedShmemTest.java |    28 -
 .../tcp/GridTcpCommunicationSpiSslSelfTest.java    |     2 -
 .../tcp/GridTcpCommunicationSpiTcpSelfTest.java    |     7 -
 .../ignite/testsuites/IgniteBasicTestSuite.java    |     6 +-
 .../IgniteIpcSharedMemorySelfTestSuite.java        |    38 -
 .../ignite/testsuites/IgniteIpcTestSuite.java      |    36 -
 .../ignite/testsuites/IgnitePdsTestSuite.java      |     2 +
 .../IgniteSpiCommunicationSelfTestSuite.java       |     4 -
 ...ridCommandHandlerClusterByClassTest_help.output |     6 +-
 ...andHandlerClusterByClassWithSSLTest_help.output |     6 +-
 modules/ml/catboost-model-parser/pom.xml           |     2 +-
 modules/ml/h2o-model-parser/pom.xml                |     2 +-
 modules/ml/spark-model-parser/pom.xml              |     2 +-
 modules/ml/xgboost-model-parser/pom.xml            |     2 +-
 .../cpp/odbc-test/src/api_robustness_test.cpp      |    14 +
 modules/platforms/cpp/odbc/CMakeLists.txt          |     2 +-
 .../Apache.Ignite.Core.Tests.csproj                |     1 -
 .../Client/ClientHeartbeatTest.cs                  |   166 +
 .../Client/IgniteClientConfigurationTest.cs        |     4 +-
 .../Config/Client/IgniteClientConfiguration.xml    |     4 +-
 .../IgniteConfigurationTest.cs                     |     4 +-
 .../Client/IgniteClientConfiguration.cs            |    32 +
 .../Communication/Tcp/TcpCommunicationSpi.cs       |    15 +-
 .../IgniteClientConfigurationSection.xsd           |    10 +
 .../Impl/Client/ClientBitmaskFeature.cs            |     3 +-
 .../Apache.Ignite.Core/Impl/Client/ClientOp.cs     |     2 +
 .../Apache.Ignite.Core/Impl/Client/ClientSocket.cs |    97 +-
 modules/platforms/dotnet/Directory.Build.props     |     2 +
 modules/platforms/dotnet/build.ps1                 |     2 +-
 modules/yarn/pom.xml                               |     2 +-
 .../yarn/IgniteApplicationMasterSelfTest.java      |    37 +
 parent/pom.xml                                     |    30 +-
 175 files changed, 4312 insertions(+), 60403 deletions(-)