-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change to VanFlow LINKs - Making them administrative #1456
Milestone
Comments
ted-ross
added a commit
to ted-ross/skupper-router
that referenced
this issue
Apr 2, 2024
…NT and LINK This also separates the closure-of-all-connections from the freeing of the server module so that connections can be closed at an earlier point of the shutdown sequence. This also adds accepted-connections to the listener reference counts for a more orderly freeing of resources.
ted-ross
added a commit
to ted-ross/skupper-router
that referenced
this issue
Apr 4, 2024
…NT and LINK This also separates the closure-of-all-connections from the freeing of the server module so that connections can be closed at an earlier point of the shutdown sequence. This also adds accepted-connections to the listener reference counts for a more orderly freeing of resources.
ted-ross
added a commit
to ted-ross/skupper-router
that referenced
this issue
Apr 16, 2024
…NT and LINK This also separates the closure-of-all-connections from the freeing of the server module so that connections can be closed at an earlier point of the shutdown sequence. This also adds accepted-connections to the listener reference counts for a more orderly freeing of resources.
kgiusti
pushed a commit
to kgiusti/skupper-router
that referenced
this issue
Jun 20, 2024
…NT and LINK This also separates the closure-of-all-connections from the freeing of the server module so that connections can be closed at an earlier point of the shutdown sequence. This also adds accepted-connections to the listener reference counts for a more orderly freeing of resources.
kgiusti
pushed a commit
to kgiusti/skupper-router
that referenced
this issue
Jul 2, 2024
…NT and LINK This also separates the closure-of-all-connections from the freeing of the server module so that connections can be closed at an earlier point of the shutdown sequence. This also adds accepted-connections to the listener reference counts for a more orderly freeing of resources. Original work by Ted Ross. Ported to amqp adaptor and obfuscated by kgiusti
kgiusti
added a commit
that referenced
this issue
Jul 3, 2024
…1540) * Fixes #1456 - Implemented the administrative ACCESS_POINT and LINK This also separates the closure-of-all-connections from the freeing of the server module so that connections can be closed at an earlier point of the shutdown sequence. This also adds accepted-connections to the listener reference counts for a more orderly freeing of resources. Original work by Ted Ross. Ported to amqp adaptor and obfuscated by kgiusti --------- Co-authored-by: Ted Ross <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the LINK record in VanFlow is operational. The records only exist when there is an open inter-router link in operation. There is no positive indication of the desire to have a link that may or may not be currently connected.
This change changes the semantics of LINK and adds a new record type ACCESS_POINT. These track link connectors and listeners respectively. LINK has an attribute called OPER_STATUS that is either "down" or "up" depending on whether the link is connected to a peer router or not. ACCESS_POINT has an attribute called LINK_COUNT that indicates the number of link connections that are connected inbound from peer routers.
Improvements:
The text was updated successfully, but these errors were encountered: