[
https://issues.redhat.com/browse/WFCORE-4970?page=com.atlassian.jira.plug...
]
Parul Sharma edited comment on WFCORE-4970 at 2/18/21 6:17 AM:
---------------------------------------------------------------
[~yersan] After analyzing and debugging what I found if we have below attributes inside
the <server> then in result description is showing alert that restart -required.
<jvm name="default">
<heap size="249m" max-size="256m"/>
</jvm>
Please see the below example of all three :
/host=*/jvm=
!image-2021-02-18-16-31-18-281.png|width=907,height=211!
This same description is displaying for both */host=/server-config=/jvm=*
, */server-group=/jvm=.**
If you want I can attach those screenshots as well. Have you already know this? If yes,
can you please explain to me in brief why it is working like this?
was (Author: parsharma):
[~yersan] After analyzing and debugging what I found if we have below attributes inside
the <server> then in result description is showing alert that restart -required.
<jvm name="default">
<heap size="249m" max-size="256m"/>
</jvm>
Please see the below example of all three :
/host=*/jvm=
!image-2021-02-18-16-31-18-281.png|width=907,height=211!
This same description is displaying for both */host=/server-config=/jvm=*
, */server-group=/jvm=.**
If you want I can attach those screenshots as well.
Changing the JVM settings at host level does not put the servers in
restart-required
------------------------------------------------------------------------------------
Key: WFCORE-4970
URL:
https://issues.redhat.com/browse/WFCORE-4970
Project: WildFly Core
Issue Type: Bug
Components: Management
Affects Versions: 12.0.0.Beta2
Reporter: Yeray Borges Santana
Assignee: Parul Sharma
Priority: Minor
Attachments: image-2021-02-18-16-31-18-281.png
Operations like the following one should put the servers in restart required to indicate
the user changes will be applied after restarting the servers:
{noformat}
[domain@localhost:9990 /] /host=master/jvm=default:write-attribute(name=heap-size,
value=256m)
{
"outcome" => "success",
"result" => undefined,
"server-groups" => undefined
}
{noformat}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)