[infinispan-issues] [JBoss JIRA] (ISPN-10883) [REST] Simultaneous call to stop don't stop the servers

Gustavo Fernandes (Jira) issues at jboss.org
Mon Nov 4 05:28:00 EST 2019


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

Gustavo Fernandes commented on ISPN-10883:
------------------------------------------

Probably the ServerResource when asked to stop the server, should never use the cluster executor to stop itself and simply do it locally (like it was on CR3)

> [REST] Simultaneous call to stop don't stop the servers
> -------------------------------------------------------
>
>                 Key: ISPN-10883
>                 URL: https://issues.jboss.org/browse/ISPN-10883
>             Project: Infinispan
>          Issue Type: Bug
>          Components: REST, Server
>    Affects Versions: 10.0.0.Final, 10.0.1.Final
>            Reporter: Gustavo Fernandes
>            Assignee: Tristan Tarrant
>            Priority: Major
>
> This was observed in a cluster of 3 servers in the same machine, listening on ports 11222, 11322, 11422. A script would call stop on each of the server individually:
> http://localhost:11222/rest/v2/server?action=stop
> http://localhost:11322/rest/v2/server?action=stop
> http://localhost:11422/rest/v2/server?action=stop
> All the commands return code 200 but the servers are not stopped, the processes are still alive.
> This is a regression from 10.0.0.CR3 where those ops were working correctly.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list