You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2020/05/25 08:08:17 UTC

[ignite] 02/24: Merge branch 'master' into ignite-ducktape

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

nizhikov pushed a commit to branch ignite-ducktape
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit aedd1d415f3f495f2eb4ae93cf886a955bd7b291
Merge: d970146 7f4914f
Author: Nikolay Izhikov <ni...@apache.org>
AuthorDate: Tue Apr 7 21:14:19 2020 +0300

    Merge branch 'master' into ignite-ducktape

 checkstyle/checkstyle.xml                          |   3 +
 .../examples/datagrid/SpatialQueryExample.java     |   2 +-
 .../hibernate/HibernateL2CacheExample.java         |   2 +
 .../examples/misc/schedule/package-info.java       |   2 +-
 .../ignite/tests/CassandraSessionImplTest.java     |  30 ++--
 ...onAwarenessReconnectionAndFailoverSelfTest.java |   6 +-
 .../DiskPageCompressionIntegrationTest.java        |   3 +-
 .../WalPageCompressionIntegrationTest.java         |   3 +-
 .../org/apache/ignite/internal/IgnitionEx.java     |   3 +-
 .../ignite/internal/MarshallerContextImpl.java     |   4 +-
 .../processors/cache/ClusterCachesInfo.java        |   3 +-
 .../LongRunningTxTimeDumpSettingsClosure.java      |   3 +-
 .../PartitionDefferedDeleteQueueCleanupTask.java   |   3 +-
 .../metastorage/MetsatorageSearchRowImpl.java      |   9 +-
 .../wal/reader/IgniteWalIteratorFactory.java       |   3 +-
 .../DistributedConfigurationProcessor.java         |   8 +-
 .../processors/igfs/IgfsInputStreamImpl.java       |   3 +-
 .../processors/platform/utils/PlatformUtils.java   |   3 +-
 .../rest/client/message/GridClientCacheBean.java   |   9 +-
 .../handlers/top/GridTopologyCommandHandler.java   |   3 +-
 .../apache/ignite/internal/util/IgniteUtils.java   |   3 +-
 .../internal/util/collection/ImmutableIntSet.java  |  15 +-
 .../ignite/internal/util/io/GridFilenameUtils.java |   3 +-
 .../baseline/VisorBaselineAutoAdjustSettings.java  |   4 +-
 .../java/org/apache/ignite/lang/IgniteBiTuple.java |   3 +-
 .../spi/checkpoint/jdbc/JdbcCheckpointSpi.java     |   3 +-
 .../java/org/jsr166/ConcurrentLinkedDeque8.java    |   3 +-
 .../store/jdbc/model/TestJdbcPojoDataSource.java   | 194 ++++++++-------------
 .../internal/IgniteComputeResultExceptionTest.java |   4 +-
 ...tadataRegistrationInsideEntryProcessorTest.java |   4 +-
 .../CacheStoreUsageMultinodeAbstractTest.java      |   3 +-
 .../cache/GridCacheAbstractMetricsSelfTest.java    |  29 ++-
 ...PartitionEvictionDuringReadThroughSelfTest.java |   3 +-
 .../GridCachePartitionedUnloadEventsSelfTest.java  |   3 +-
 .../dht/IgniteCacheLockFailoverSelfTest.java       |   3 +-
 .../PartitionsEvictManagerAbstractTest.java        |   7 +-
 .../IgniteCacheExpireWhileRebalanceTest.java       |   6 +-
 .../cache/transactions/TxDeadlockCauseTest.java    |   6 +-
 .../processors/database/BPlusTreeSelfTest.java     |   3 +-
 .../datastreamer/DataStreamProcessorSelfTest.java  |   3 +-
 .../processors/igfs/IgfsAbstractSelfTest.java      |  15 +-
 .../processors/igfs/IgfsProcessorSelfTest.java     |   3 +-
 .../ignite/internal/util/IgniteUtilsSelfTest.java  |   3 +-
 .../apache/ignite/testframework/GridTestNode.java  |   3 +-
 .../apache/ignite/testframework/GridTestUtils.java |   3 +-
 .../cache/GridAbstractCacheStoreSelfTest.java      |   3 +-
 .../junits/multijvm/IgniteProcessProxy.java        |   6 +-
 .../hadoop/impl/v2/HadoopV2TaskContext.java        |   3 +-
 .../external/HadoopExternalTaskExecutor.java       |   5 +-
 .../HadoopIgfs20FileSystemAbstractSelfTest.java    |   6 +-
 .../IgniteHadoopFileSystemAbstractSelfTest.java    |   9 +-
 .../CacheHibernateStoreFactorySelfTest.java        |  42 ++---
 .../query/h2/opt/GridLuceneInputStream.java        |   4 +-
 .../cache/GridCacheFullTextQuerySelfTest.java      |   3 +-
 .../cache/IgniteCacheQueryLoadSelfTest.java        |   6 +-
 .../persistence/db/wal/IgniteWalRecoveryTest.java  |   6 +-
 .../h2/twostep/RetryCauseMessageSelfTest.java      |  16 +-
 .../apache/ignite/stream/jms11/JmsStreamer.java    |   9 +-
 .../ignite/stream/jms11/TestTransformers.java      |  10 +-
 .../apache/ignite/stream/storm/StormStreamer.java  |  15 +-
 .../apache/ignite/stream/storm/TestStormSpout.java |  27 +--
 modules/tools/pom.xml                              |   5 +
 .../OverrideAnnotationOnTheSameLineCheck.java      | 100 +++++++++++
 .../ignite/stream/twitter/TwitterStreamer.java     |   3 +-
 .../stream/zeromq/IgniteZeroMqStreamerTest.java    |   3 +-
 parent/pom.xml                                     |   7 +-
 66 files changed, 337 insertions(+), 385 deletions(-)