[ 
https://issues.apache.org/jira/browse/ARTEMIS-5741?focusedWorklogId=990303&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-990303
 ]

ASF GitHub Bot logged work on ARTEMIS-5741:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Nov/25 19:52
            Start Date: 04/Nov/25 19:52
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on code in PR #6025:
URL: https://github.com/apache/activemq-artemis/pull/6025#discussion_r2491873968


##########
artemis-unit-test-support/src/main/java/org/apache/activemq/artemis/tests/extensions/PortCheckExtension.java:
##########
@@ -59,7 +59,7 @@ public static boolean checkAvailable(int port) {
       ServerSocket s = null;
       try {
          s = new ServerSocket();
-         s.bind(new InetSocketAddress("localhost", 61616));
+         s.bind(new InetSocketAddress("localhost", port));

Review Comment:
   I brought this change alone into main... as this is not really related to 
your change.
   
   
   if you could rebase it... it looks good to me.. merge it if tests are okay.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 990303)
    Time Spent: 20m  (was: 10m)

> webcomponent won't stop on shutdown/scaledown
> ---------------------------------------------
>
>                 Key: ARTEMIS-5741
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5741
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 2.44.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The scaledown jmx operation stops the broker when complete, but the jvm won't 
> terminate because the web console and web component don't stop.
> ARTEMIS-915 introduced this behaviour by default, but the not shutdown 
> behaviour should be conditional on being a backup, or some sub set of 
> activation. Not sure how this should be wired together.
> calling stop, should shutdown IMHO
> There is a nice comment to this effect on the ARTEMIS-915 issue



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to