[jboss-jira] [JBoss JIRA] (WFLY-3154) Operation which require server reload should check if something was changed

RH Bugzilla Integration (JIRA) issues at jboss.org
Thu Apr 3 18:13:17 EDT 2014


    [ https://issues.jboss.org/browse/WFLY-3154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959139#comment-12959139 ] 

RH Bugzilla Integration commented on WFLY-3154:
-----------------------------------------------

Paul Gier <pgier at redhat.com> changed the Status of [bug 976228|https://bugzilla.redhat.com/show_bug.cgi?id=976228] from MODIFIED to ON_QA
                
>  Operation which require server reload should check if something was changed
> ----------------------------------------------------------------------------
>
>                 Key: WFLY-3154
>                 URL: https://issues.jboss.org/browse/WFLY-3154
>             Project: WildFly
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Domain Management
>    Affects Versions: 8.0.0.Final
>            Reporter: Emmanuel Hugonnet
>            Assignee: Emmanuel Hugonnet
>
> Description of problem:
> Server reload is required even if nothing was actually changed. This could have negative impact on usability of WildFly.
> Steps to Reproduce:
>  - start standalone
>  - connect to cli
>  - run: /subsystem=jpa:write-attribute(name=default-extended-persistence-inheritance, value=SHALLOW)
>  - reload server
>  - run: /subsystem=jpa:write-attribute(name=default-extended-persistence-inheritance, value=SHALLOW)
> Actual results:
> {
>     "outcome" => "success",
>     "response-headers" => {
>         "operation-requires-reload" => true,
>         "process-state" => "reload-required"
>     }
> }
> Expected results:
>  - reload is not required

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list