Skip to content
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

Merged
merged 14 commits into from
Nov 16, 2023
Merged

Conversation

vlajos
Copy link
Contributor

@vlajos vlajos commented Nov 16, 2023

No description provided.

LWogan and others added 14 commits November 2, 2023 10:06
…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
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@corda-jenkins-ci02
Copy link
Contributor

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 ./gradlew cementApi and get approval from the Corda team leads.

@corda-jenkins-ci02
Copy link
Contributor

Jenkins build for PR 1343 build 1

Build Successful:
Jar artifact version produced by this PR: 5.2.0.200-DA-alpha-1700141978082

@corda-jenkins-ci02
Copy link
Contributor

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

@corda-jenkins-ci02
Copy link
Contributor

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

@vlajos vlajos marked this pull request as ready for review November 16, 2023 14:38
@vlajos vlajos merged commit 50a81c6 into release/c5-digital-assets Nov 16, 2023
6 of 7 checks passed
@vlajos vlajos deleted the vlajos/DA5-6-merge-from5.2 branch November 16, 2023 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants