[
https://issues.apache.org/jira/browse/ARTEMIS-4311?focusedWorklogId=866388&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-866388
]
ASF GitHub Bot logged work on ARTEMIS-4311:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 20/Jun/23 04:55
Start Date: 20/Jun/23 04:55
Worklog Time Spent: 10m
Work Description: brusdev commented on code in PR #4515:
URL: https://github.com/apache/activemq-artemis/pull/4515#discussion_r1234734514
##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPLargeMessage.java:
##########
@@ -398,7 +398,7 @@ private void genericParseLargeMessage() {
parsingBuffer = null;
} catch (RuntimeException expected) {
// this would mean the buffer is not complete yet, so we keep parsing
it, until we can get enough bytes
- logger.debug("The buffer for AMQP Large Mesasge was probably not
complete, so an exception eventually would be expected", expected);
+ logger.debug("The buffer for AMQP Large message was probably not
complete, so an exception eventually would be expected", expected);
Review Comment:
do you change `Mesasge` to lowercase on purpose?
Issue Time Tracking
-------------------
Worklog Id: (was: 866388)
Time Spent: 20m (was: 10m)
> Strange typo propagated throughout the codebase: "Mesasge"
> ----------------------------------------------------------
>
> Key: ARTEMIS-4311
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4311
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.28.0
> Reporter: Geert Schuring
> Assignee: Justin Bertram
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Somehow the same typo appears in 23 files. See
> [https://github.com/search?q=repo%3Aapache%2Factivemq-artemis%20mesasge&type=code]
> Nothing major, but a bit cringe to see this in the config of every broker I
> create :)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)