[
https://issues.apache.org/jira/browse/ARTEMIS-5718?focusedWorklogId=988709&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-988709
]
ASF GitHub Bot logged work on ARTEMIS-5718:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 23/Oct/25 22:36
Start Date: 23/Oct/25 22:36
Worklog Time Spent: 10m
Work Description: tabish121 commented on code in PR #6003:
URL: https://github.com/apache/activemq-artemis/pull/6003#discussion_r2457697237
##########
artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java:
##########
@@ -194,6 +194,21 @@ public void testSimpleCreate() throws Exception {
Artemis.main("create", instance1.getAbsolutePath(), "--silent",
"--no-fsync", "--no-autotune");
}
+ @Test
Review Comment:
Fix looks ok. Was searching if there was a test to check that the option is
actually applied but didn't see one, would it make sense to add one?
Issue Time Tracking
-------------------
Worklog Id: (was: 988709)
Time Spent: 20m (was: 10m)
> Fix default max-hops during broker instance creation
> ----------------------------------------------------
>
> Key: ARTEMIS-5718
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5718
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When specifying the {{--clustered}} flag for the {{create}} command on the
> CLI the default {{max-hops}} for the {{cluster-connection}} is {{0}}. This
> means messages can't flow between nodes which is not expected. The default
> should be {{1}}.
--
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