-
Notifications
You must be signed in to change notification settings - Fork 9
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
CORE-17355 - Reduce number of p2p e2e sessions maintained per pair of vnodes #1307
Conversation
Jenkins build for PR 1307 build 18 Build Successful: |
Scanning for breaking API changes introduced by this PR Scan Succeeded |
…17355 # Conflicts: # gradle.properties
...main/resources/net/corda/schema/configuration/p2p.linkManager/1.0/corda.p2p.linkManager.json
Outdated
Show resolved
Hide resolved
…gy/CORE-17355 # Conflicts: # gradle.properties
Set the code owners on the platform network branch to just the platform network team. Not to be merged to the 5.2 branch once it is created.
…gy/CORE-17355 # Conflicts: # .github/CODEOWNERS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Should we have someone from docs/product look at the descriptions?
...main/resources/net/corda/schema/configuration/p2p.linkManager/1.0/corda.p2p.linkManager.json
Outdated
Show resolved
Hide resolved
...main/resources/net/corda/schema/configuration/p2p.linkManager/1.0/corda.p2p.linkManager.json
Outdated
Show resolved
Hide resolved
CORE-18278 Merge the release 5.1 branch into the network team 5.2 feature branch
…RE-17355 # Conflicts: # .github/CODEOWNERS # gradle.properties
Non-blocking downstream job failed for corda-non-functional-test https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1307/17/ has failed for PR 1307 build 17 Please investigate if your changes may have broken compilation on https://github.com/corda/corda-non-functional-test |
Non-blocking downstream job failed for corda-e2e-test https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1307/14/ has failed for PR 1307 build 14 Please investigate if your changes may have broken compilation on https://github.com/corda/corda-e2e-tests |
...main/resources/net/corda/schema/configuration/p2p.linkManager/1.0/corda.p2p.linkManager.json
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
… vnodes (#1307) In order to increase our performance, this PR reduces number of p2p e2e sessions maintained per pair of vnodes: for member <-> MGM communication reduce to 1 for member <-> member communication reduce to 1
In order to increase our performance, this PR reduces number of p2p e2e sessions maintained per pair of vnodes: