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

CORE-17958 Limit the length of client request ids to 242 characters. #1316

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

LWogan
Copy link
Contributor

@LWogan LWogan commented Oct 25, 2023

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.

runtime pr: corda/corda-runtime-os#4977

…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
@corda-jenkins-ci02
Copy link
Contributor

Scanning for breaking API changes introduced by this PR

Scan Succeeded

@corda-jenkins-ci02
Copy link
Contributor

Jenkins build for PR 1316 build 1

Build Successful:
Jar artifact version produced by this PR: 5.1.0.37-alpha-1698245506246

@LWogan LWogan merged commit 6e43f24 into release/os/5.1 Nov 2, 2023
7 checks passed
@LWogan LWogan deleted the CORE-17958/limit-clientid-size branch November 2, 2023 10:06
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.

2 participants