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

amashenkov pushed a change to branch ignite-19942
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    omit 9f5224ca92 Fix tests.
    omit bcf995b6d4 Resolve conflicts.
    omit 223c141d06 Minor.
    omit 5b4e2916ca Get rid of DdlCommandHandlerWrapper. Get rid of unused 
methods. Fix styles.
    omit 493d91131d Mirror Index changes from Config to Catalog
    omit 51d2be6d70 Mirror Table changes from Config to Catalog.
    omit 846175e644 Mirror DistributionZone changes from Config to Catalog.
     add 6915796e4a IGNITE-20065 Fix memory leaks introduced by Mockito 5 
(#2367)
     add 6ee356ae14 IGNITE-20075 Get rid of potential thread leak in 
RocksDbTxStateStorageTest (#2370)
     add 107e2c73bb IGNITE-19291 Generate default node configuration file at 
compile-time (#2357)
     new 331c9b8b22 Mirror DistributionZone changes from Config to Catalog.
     new 97dbfdc4f3 Mirror Table changes from Config to Catalog.
     new 0c2690164c Mirror Index changes from Config to Catalog
     new 907b6a163b Get rid of DdlCommandHandlerWrapper. Get rid of unused 
methods. Fix styles.
     new 97ede592ef Minor.
     new c06578f06c Resolve conflicts.
     new 62d0646ec7 Fix tests.
     new 9218897c63 Revet uprelated change.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9f5224ca92)
            \
             N -- N -- N   refs/heads/ignite-19942 (9218897c63)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 8 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:
 build.gradle                                       |   3 +-
 gradle/libs.versions.toml                          |   1 -
 .../internal/catalog/CatalogManagerSelfTest.java   |   3 +-
 .../internal/cli/commands/ProfileMixinTest.java    |   3 +-
 .../internal/cli/sql/SqlSchemaProviderTest.java    |   3 +-
 .../handler/JdbcQueryEventHandlerImplTest.java     |   3 +-
 modules/client/build.gradle                        |   2 -
 .../apache/ignite/client/AbstractClientTest.java   |   3 +-
 .../ignite/client/ClientAuthenticationTest.java    |   3 +-
 .../apache/ignite/client/ClientComputeTest.java    |   3 +-
 .../apache/ignite/client/ClientLoggingTest.java    |   3 +-
 .../apache/ignite/client/ClientMetricsTest.java    |   3 +-
 .../org/apache/ignite/client/HeartbeatTest.java    |   3 +-
 .../org/apache/ignite/client/MultiClusterTest.java |   3 +-
 .../org/apache/ignite/client/ReconnectTest.java    |   3 +-
 .../apache/ignite/client/RequestBalancingTest.java |   3 +-
 .../org/apache/ignite/client/RetryPolicyTest.java  |   3 +-
 .../org/apache/ignite/client/SchemaUpdateTest.java |   3 +-
 .../RepeatedFinishClientTransactionTest.java       |   3 +-
 .../cluster/management/ClusterInitializerTest.java |   3 +-
 .../management/raft/CmgRaftGroupListenerTest.java  |   3 +-
 .../topology/LogicalTopologyImplTest.java          |   3 +-
 .../topology/LogicalTopologyServiceImplTest.java   |   3 +-
 .../deployunit/DeploymentManagerImplTest.java      |   3 +-
 .../internal/compute/ComputeComponentImplTest.java |   3 +-
 .../internal/compute/IgniteComputeImplTest.java    |   3 +-
 .../compute/loader/JobContextManagerTest.java      |   3 +-
 .../internal/util/RefCountedObjectPoolTest.java    |   3 -
 .../internal/marshaller/FieldAccessorTest.java     |   3 +-
 .../metastorage/impl/ItMetaStorageServiceTest.java |   3 +-
 .../metastorage/impl/CursorPublisherTest.java      |   3 +-
 .../metastorage/server/AndConditionTest.java       |   3 +-
 .../metastorage/server/WatchProcessorTest.java     |   3 +-
 .../internal/network/netty/InboundDecoderTest.java |   3 +-
 .../internal/network/netty/NettyClientTest.java    |   3 +-
 .../internal/network/netty/NettyServerTest.java    |   3 +-
 modules/runner/build.gradle                        |  28 +++++
 .../configuration/generator/DefaultsGenerator.java | 116 +++++++++++++++++++++
 .../storage/ItRebalanceDistributedTest.java        |   3 +-
 .../runner/app/ItIgniteNodeRestartTest.java        |  10 +-
 .../marshaller/reflection/ColumnBindingTest.java   |   3 +-
 .../sql/engine/exec/AsyncWrapperSelfTest.java      |   3 +-
 .../engine/exec/exp/ExpressionFactoryImplTest.java |   3 +-
 .../engine/exec/schema/SqlSchemaManagerTest.java   |   3 +-
 .../sql/engine/util/StatementCheckerTest.java      |   3 +-
 .../ignite/internal/table/ItColocationTest.java    |   3 +-
 .../internal/table/InteropOperationsTest.java      |   3 +-
 .../table/KeyValueBinaryViewOperationsTest.java    |   3 +-
 .../KeyValueViewOperationsSimpleSchemaTest.java    |   3 +-
 .../internal/table/KeyValueViewOperationsTest.java |   3 +-
 .../table/RecordBinaryViewOperationsTest.java      |   3 +-
 .../internal/table/RecordViewOperationsTest.java   |   3 +-
 .../internal/table/SchemaValidationTest.java       |   3 +-
 .../state/rocksdb/RocksDbTxStateStorageTest.java   |  25 ++++-
 .../storage/state/AbstractTxStateStorageTest.java  |   6 +-
 packaging/build.gradle                             |   4 +-
 packaging/db/build.gradle                          |  53 ++++++----
 57 files changed, 305 insertions(+), 84 deletions(-)
 create mode 100644 
modules/runner/src/defaultsGenerator/java/org/apache/ignite/internal/configuration/generator/DefaultsGenerator.java

Reply via email to