You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ib...@apache.org on 2023/01/09 08:21:35 UTC

[ignite-3] branch main updated (97542df0da -> 8421bcf40a)

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

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


    from 97542df0da IGNITE-18044 Recovery collection of pending transaction on node start. (#1480)
     add 8421bcf40a IGNITE-18503 Add more watch methods to MetaStorageManager (#1498)

No new revisions were added by this update.

Summary of changes:
 .../distributionzones/DistributionZoneManager.java |  3 +-
 ...ibutionZoneManagerConfigurationChangesTest.java |  3 +-
 ...butionZoneManagerLogicalTopologyEventsTest.java |  2 +-
 .../DistributionZoneManagerWatchListenerTest.java  |  3 +-
 .../internal/metastorage/MetaStorageManager.java   | 34 +++++++++++++++++-----
 .../metastorage/impl/MetaStorageManagerImpl.java   | 29 ++++--------------
 .../storage/DistributedConfigurationStorage.java   |  4 +--
 .../DistributedConfigurationCatchUpTest.java       |  2 +-
 .../internal/table/distributed/TableManager.java   |  6 ++--
 9 files changed, 42 insertions(+), 44 deletions(-)