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

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


    from 7b50a8bc first version of task supervisor
     new e7bb6565 thread local storage
     new 1fe834c3 oneshot fsync

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:
 core/server/src/http/jwt/cleaner.rs                |   1 +
 core/server/src/quic/listener.rs                   |  18 +--
 core/server/src/shard/builder.rs                   |   3 +-
 core/server/src/shard/mod.rs                       |  25 ++--
 core/server/src/shard/stats.rs                     |   1 -
 core/server/src/shard/tasks/mod.rs                 |   3 +-
 core/server/src/shard/tasks/oneshot/fsync.rs       |  87 -------------
 core/server/src/shard/tasks/oneshot/mod.rs         |  23 ----
 .../src/shard/tasks/periodic/verify_heartbeats.rs  |   1 -
 core/server/src/shard/tasks/shutdown.rs            |   1 -
 core/server/src/shard/tasks/supervisor.rs          |  46 ++++++-
 core/server/src/shard/tasks/tls.rs                 | 141 +++++++++++++++++++++
 core/server/src/slab/streams.rs                    |  39 ++++--
 core/server/src/tcp/tcp_listener.rs                |   7 +-
 core/server/src/tcp/tcp_tls_listener.rs            |   7 +-
 15 files changed, 246 insertions(+), 157 deletions(-)
 delete mode 100644 core/server/src/shard/stats.rs
 delete mode 100644 core/server/src/shard/tasks/oneshot/fsync.rs
 delete mode 100644 core/server/src/shard/tasks/oneshot/mod.rs
 create mode 100644 core/server/src/shard/tasks/tls.rs

Reply via email to