>From Janhavi Tripurwar <[email protected]>: Janhavi Tripurwar has uploaded a new patch set (#2). ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21168?usp=email )
Change subject: [ASTERIXDB-3764][NET]: Avoid reusing failed connections after NC restart ...................................................................... [ASTERIXDB-3764][NET]: Avoid reusing failed connections after NC restart Details: - Remove failed connections from outgoingConnectionMap before creating new ones. - Expose hasConnectionFailure() in MultiplexedConnection. - Ensure only the current connection is removed from outgoingConnectionMap on close. - Add MuxDemuxReconnectTest to verify reconnection logic. Ext-ref: MB-71644 Change-Id: If76cee14335deffa14c67982a02fe9f0f8aad944 --- M hyracks-fullstack/hyracks/hyracks-net/src/main/java/org/apache/hyracks/net/protocols/muxdemux/MultiplexedConnection.java M hyracks-fullstack/hyracks/hyracks-net/src/main/java/org/apache/hyracks/net/protocols/muxdemux/MuxDemux.java A hyracks-fullstack/hyracks/hyracks-net/src/test/java/org/apache/hyracks/net/tests/MuxDemuxReconnectTest.java 3 files changed, 88 insertions(+), 3 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/68/21168/2 -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21168?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: newpatchset Gerrit-Project: asterixdb Gerrit-Branch: lumina Gerrit-Change-Id: If76cee14335deffa14c67982a02fe9f0f8aad944 Gerrit-Change-Number: 21168 Gerrit-PatchSet: 2 Gerrit-Owner: Janhavi Tripurwar <[email protected]> Gerrit-CC: Jenkins <[email protected]>
