[ 
https://issues.apache.org/jira/browse/ARTEMIS-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16597554#comment-16597554
 ] 

ASF GitHub Bot commented on ARTEMIS-2059:
-----------------------------------------

Github user franz1981 commented on the issue:

    https://github.com/apache/activemq-artemis/pull/2274
  
    @gemmellr It is a good precisation indeed: it is more an improvement, but 
if have just allocated fixed size ByteBuf it will fail throwing an exception 
even if the space is enough, that's why I have marked it as a minor bug, but I 
can change it on the JIRA...


> NettyWritable should use UTF-8 exact length to encode strings
> -------------------------------------------------------------
>
>                 Key: ARTEMIS-2059
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2059
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: AMQP
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Minor
>             Fix For: 2.7.0
>
>
> NettyWritable.put(String) tries to enlarge the buffer used to write a UTF-8 
> string until ByteBufUtil.utf8MaxBytes.
> That means that it will fail or will enlarge any ByteBuf that is perfectly 
> sized to contain the encoded string.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to