You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pp...@apache.org on 2022/03/04 08:09:29 UTC

[ignite] branch master updated (bb96629 -> 66440f6)

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

ppa pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from bb96629  IGNITE-16626 Deprecate the ignite-log4j module. (#9861)
     add 66440f6  IGNITE-16072 Added 'snapshotTransferRate' distributed property to limit the rate at which snapshot files are created (#9833)

No new revisions were added by this update.

Summary of changes:
 .../util/GridCommandHandlerPropertiesTest.java     | 23 +++++
 .../apache/ignite/util/GridCommandHandlerTest.java | 41 +++++++++
 .../snapshot/IgniteSnapshotManager.java            | 98 ++++++++++++++++++++--
 .../ignite/internal/util/BasicRateLimiter.java     | 11 ++-
 4 files changed, 165 insertions(+), 8 deletions(-)