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

[c2][store] Add concurrent-instances support and fixed cts failures #136

Open
wants to merge 1 commit into
base: celadon/s/mr0/master
Choose a base branch
from

Conversation

zhangyichix
Copy link
Contributor

@zhangyichix zhangyichix commented Apr 11, 2024

cases:
testLowerPriorityProcessFailsToReclaimResources
testHigherPriorityProcessReclaimsResources

  • The creating component instances of the same type can't exceece the configured the number of maximum concurrent instances.
  • The default value is 32, you can configure it in xml file if you want.
    (e.g. <Limit name="concurrent-instances" max="16" />)

Tracked-On: OAM-117236

@sysopenci
Copy link

Improper Commit Message
Jira issue not in ['bug','improvement'],
make sure jira issue is of type bug or improvement.

cases:
testLowerPriorityProcessFailsToReclaimResources
testHigherPriorityProcessReclaimsResources

* The creating component instances of the same type can't exceece
the configured the number of maximum concurrent instances.
* The default value is 32, you can configure it
in xml file if you want.
(e.g. `<Limit name="concurrent-instances" max="16" />`)

Tracked-On: OAM-117236
Signed-off-by: zhangyichix <[email protected]>
@sysopenci sysopenci added the Stale Stale label for inactive open prs label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR approved Stale Stale label for inactive open prs Valid commit message
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants