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

gkoszyk pushed a change to branch partition_remaster
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from cc2ddd6cb address review & fix ci
     new fbf459b93 obersvability
     new 021cec27d fix simulator

The 2 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:
 Cargo.lock                                |   2 +
 core/common/src/types/send_messages2.rs   |  93 +++++
 core/consensus/Cargo.toml                 |   1 +
 core/consensus/src/impls.rs               | 314 +++++++++++++---
 core/consensus/src/lib.rs                 |   6 +-
 core/consensus/src/namespaced_pipeline.rs |   4 +
 core/consensus/src/observability.rs       | 604 ++++++++++++++++++++++++++++++
 core/consensus/src/plane_helpers.rs       |  52 ++-
 core/metadata/src/impls/metadata.rs       | 131 +++++--
 core/partitions/src/iggy_index_writer.rs  |  14 +-
 core/partitions/src/iggy_partition.rs     |   1 +
 core/partitions/src/iggy_partitions.rs    | 356 +++++++++++++-----
 core/partitions/src/journal.rs            |  11 +
 core/partitions/src/messages_writer.rs    |   2 +
 core/simulator/Cargo.toml                 |   1 +
 core/simulator/src/client.rs              | 103 +++--
 16 files changed, 1443 insertions(+), 252 deletions(-)
 create mode 100644 core/consensus/src/observability.rs

Reply via email to