-
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
DA5-6 merge from 5.2 #1343
DA5-6 merge from 5.2 #1343
Conversation
…This string is combined with the vnode shorthash to make a key for flow mapper states records for start flow events. The flow mapper state is stored in the state storage which has a limit of 255 characters. vnode shorthash is 12 characters with an additional separator character added this adds to the max 255 (#1316) This string is combined with the vnode shorthash to make a key for flow mapper states records for start flow events. The flow mapper state is stored in the state storage which has a limit of 255 characters. vnode shorthash is 12 characters with an additional separator character added this adds to the max 255.
The index in `StateRef.toString` was being formatted which added commas to the output. This created an invalid string representation of a `StateRef`, causing errors if we ever called `StateRef.parse` on the output of `StateRef.toString`. Rely on normal string concatenation instead of `MessageFormat.format` to resolve this.
….2-2023-11-13-1 ES-1621: Merging forward updates from release/os/5.1 to release/os/5.2 - 2023-11-13
ES-1620: Add scans to CODEOWNERS
… 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
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Scanning for breaking API changes introduced by this PR Scan Failed: https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1343/1/ If the breaking changes are intentional, run |
Jenkins build for PR 1343 build 1 Build Successful: |
Non-blocking downstream job failed for corda-non-functional-test https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1343/1/ has failed for PR 1343 build 1 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-1343/1/ has failed for PR 1343 build 1 Please investigate if your changes may have broken compilation on https://github.com/corda/corda-e2e-tests |
No description provided.