Bug 1163637
| Summary: | Create a cache and set "locking" and "state-transfer" configuration without restarting a server instance using JON console | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | ksuzumur |
| Component: | JON Plugin | Assignee: | William Burns <wburns> |
| Status: | CLOSED UPSTREAM | QA Contact: | Martin Gencur <mgencur> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.3.1 | CC: | jdg-bugs, ttarrant |
| Target Milestone: | --- | ||
| Target Release: | 6.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-02-10 03:43:33 UTC | Type: | Feature Request |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** Bug 1091841 has been marked as a duplicate of this bug. *** This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |
Description of problem: Our customer wants to create the following cache configuration without restarting a server instance using JON console. ------------- <distributed-cache name="test-dist-cache" owners="2" segments="90" l1-lifespan="0" mode="SYNC" remote-timeout="180000" start="EAGER"> <locking acquire-timeout="60000"/> <state-transfer timeout="3600000"/> </distributed-cache> ------------- But we can not set "locking" and "state-transfer" configuration in JON console. Version-Release number of selected component (if applicable): jon-server-3.2.0.GA jboss-datagrid-6.3.1-server jon-plugin-pack-eap-3.2.0.GA jon-plugin-pack-jdg-3.2.0.GA-update-03 Actual results: There are no the configuration about "locking" and "state-transfer" in JON console. Expected results: There are the configuration about "locking" and "state-transfer" in JON console. Additional info: