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

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


    from 9244af7ae drop distinct cached reply, run dedup tests under 3 node 
cluster
     add 82f643537 address review nits

No new revisions were added by this update.

Summary of changes:
 core/binary_protocol/src/consensus/header.rs       |  13 +
 core/consensus/src/client_table.rs                 | 432 ++++++++++----------
 core/consensus/src/lib.rs                          |   2 +-
 core/consensus/src/metadata_helpers.rs             |  44 +-
 .../tests/cluster/client_table_restart.rs          | 151 +++++--
 core/metadata/src/impls/metadata.rs                | 446 ++++++++++++++++++---
 core/metadata/src/impls/recovery.rs                |  10 +-
 core/metadata/src/stm/stream.rs                    |   6 +-
 core/server-ng/src/dispatch.rs                     | 308 +++++++-------
 core/server-ng/src/http/handlers.rs                |   4 +-
 core/server-ng/src/http/session.rs                 |  10 +-
 core/server-ng/src/http/submit.rs                  |  90 +++--
 core/server-ng/src/login_register.rs               |   9 +-
 core/server-ng/src/session_manager.rs              | 116 ++++++
 core/shard/src/lib.rs                              |   9 -
 15 files changed, 1081 insertions(+), 569 deletions(-)

Reply via email to