krishvishal opened a new pull request, #3023:
URL: https://github.com/apache/iggy/pull/3023

   - Adds `ClientsTable` to the consensus layer implementing the VSR 
client-table ( based on VR Revisited, Section 4, Figure 2) for duplicate 
request detection and reply caching
   - Integrates into `on_request` (both metadata and partitions planes) to 
check for duplicate/stale requests before entering the consensus pipeline
   - Integrates into `on_ack` to cache committed replies for re-sending on 
duplicates
   - Deterministic eviction by oldest committed request when `max_clients` 
(8192) is exceeded
   
   Closes #3022


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to