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

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


    from a398cdecd feat(server,sdk): add reserved u64 to iggy message header
     add 873b63965 feat(server): implement log rotation based on size and 
retention (#2452)
     new 55af82bda Merge branch 'master' into iggy_header_reserved

The 1 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                                         |  21 +
 DEPENDENCIES.md                                    |   2 +
 core/common/src/utils/byte_size.rs                 |   7 +
 core/common/src/utils/duration.rs                  |  29 ++
 core/integration/src/test_server.rs                |   4 +-
 .../server/scenarios/log_rotation_scenario.rs      | 382 +++++++++++++++++
 core/integration/tests/server/scenarios/mod.rs     |   1 +
 core/integration/tests/server/specific.rs          |   5 +-
 core/server/Cargo.toml                             |   2 +
 core/server/config.toml                            |  22 +-
 core/server/src/configs/defaults.rs                |   9 +-
 core/server/src/configs/displays.rs                |   8 +-
 core/server/src/configs/system.rs                  |   7 +-
 core/server/src/configs/validators.rs              |  47 +-
 core/server/src/log/logger.rs                      | 475 ++++++++++++++++++++-
 foreign/cpp/tests/e2e/server.toml                  |  26 +-
 16 files changed, 1009 insertions(+), 38 deletions(-)
 create mode 100644 
core/integration/tests/server/scenarios/log_rotation_scenario.rs

Reply via email to