[
https://issues.apache.org/jira/browse/ARTEMIS-2435?focusedWorklogId=285587&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-285587
]
ASF GitHub Bot logged work on ARTEMIS-2435:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 31/Jul/19 08:17
Start Date: 31/Jul/19 08:17
Worklog Time Spent: 10m
Work Description: michaelpearce-gain commented on pull request #2775:
ARTEMIS-2435 Configuration on device-block-size through CLI / broker.xml
URL: https://github.com/apache/activemq-artemis/pull/2775#discussion_r309092043
##########
File path:
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
##########
@@ -266,10 +266,12 @@
@Option(name = "--no-fsync", description = "Disable usage of fdatasync
(channel.force(false) from java nio) on the journal")
private boolean noJournalSync;
+ @Option(name = "--device-block-size", description = "The block size by the
device, default at 4096.")
Review comment:
should this be journal-device-block-size, as like the actual field name.
e.g. what occurs in future where want to tune the others, and they maybe
using other disks with other block sizes, might be best to namespace this now,
so in future doesnt cause any issue
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 285587)
Time Spent: 1.5h (was: 1h 20m)
> Configuration on device-block-size through CLI / broker.xml
> -----------------------------------------------------------
>
> Key: ARTEMIS-2435
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2435
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Affects Versions: 2.9.0
> Reporter: clebert suconic
> Assignee: clebert suconic
> Priority: Major
> Fix For: 2.10.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)