hubcio opened a new pull request, #3736: URL: https://github.com/apache/iggy/pull/3736
A node reboot wipes the VSR clients table, so a client that keeps its (client, session, request) identity cannot continue: a retry of an already-committed request is silently dropped as a gap or re-applied, and the next request id bounces off the unknown session. The Rust SDK cannot exercise this (it re-registers under a fresh identity on every disconnect), so the scenarios are hand-crafted raw TCP frames, kept ignored until clients-table persistence and the server half of session resume land; the module doc carries the fix plan. Also drop the cluster ping matrix stub: its module was gated cfg(not(vsr)) and the test ignored, so it never ran in any mode. -- 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]
