View Revisions: Issue #6103

Summary 0006103: Unregistration of client node at server node causes cleanup problems and registration problems when running with multiple queues
Revision 2023-11-20 18:19 by pmarzullo
Steps To Reproduce 1. Configure with multiple reload channels and multiple reload queues, where client pushes to server and client pulls from server.
2. Request initial load from client to server, from the server across multiple reload channels using different queues.
3. Unregister the node at the target node.
4. All push threads will attempt to unregister/reregister at the same time.
Revision 2023-11-08 16:40 by pmarzullo
Steps To Reproduce 1. Configure with multiple reload channels and multiple reload queues, where client pushes to server and client pulls from server.
2. Request initial load from client to server, from the server.
3. After initial load starts, cancel the load and unregister the node at the same time, from the server.
4. Client will attempt multiple simultaneous registrations, and client will not clean up all outgoing batches, and should get stuck with the current load.