Hello Anon. E. Moose #1000171, Jenkins,
I'd like you to reexamine a change. Please visit
https://asterix-gerrit.ics.uci.edu/3291
to look at the new patch set (#7).
Change subject: [NO ISSUE][NET] Do Not Track Incoming IPC Connections Handles
......................................................................
[NO ISSUE][NET] Do Not Track Incoming IPC Connections Handles
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
- Incoming IPC connections use a random port every time
they are established even if they are coming from the
same remote node. We should not track any incoming
connections handles as the IPCConnectionManager only
needs to keep track of out-going connections to avoid
establishing multiple out-going connections to the same
destination.
- Unregister IPC handles from IPCConnectionManager when
they are closed.
Change-Id: I8e2328c3baf4d208bc9f4de7ce6c8d49ac7d4a61
---
M
hyracks-fullstack/hyracks/hyracks-ipc/src/main/java/org/apache/hyracks/ipc/impl/IPCConnectionManager.java
M
hyracks-fullstack/hyracks/hyracks-ipc/src/main/java/org/apache/hyracks/ipc/impl/IPCHandle.java
2 files changed, 14 insertions(+), 3 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/91/3291/7
--
To view, visit https://asterix-gerrit.ics.uci.edu/3291
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I8e2328c3baf4d208bc9f4de7ce6c8d49ac7d4a61
Gerrit-PatchSet: 7
Gerrit-Project: asterixdb
Gerrit-Branch: stabilization-f69489
Gerrit-Owner: Murtadha Hubail <[email protected]>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Michael Blow <[email protected]>
Gerrit-Reviewer: Till Westmann <[email protected]>