Skip to content

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

Open
zhangyichix wants to merge 1 commit intoprojectceladon:celadon/s/mr0/masterfrom
zhangyichix:support_concurrent_instances_smr0
Open

[c2][store] Add concurrent-instances support and fixed cts failures#136
zhangyichix wants to merge 1 commit intoprojectceladon:celadon/s/mr0/masterfrom
zhangyichix:support_concurrent_instances_smr0

Conversation

@zhangyichix
Copy link
Collaborator

@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