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

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

                Author: ASF GitHub Bot
            Created on: 13/Mar/19 19:04
            Start Date: 13/Mar/19 19:04
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on issue #2581: ARTEMIS-2274 
sending a close to JournalBufferSize message cause Critical IO Error
URL: https://github.com/apache/activemq-artemis/pull/2581#issuecomment-472562517
 
 
   I have ammended your test, and added the fix on top of this.
 
----------------------------------------------------------------
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: 212618)
    Time Spent: 40m  (was: 0.5h)

> sending a close to JournalBufferSize message cause Critical IO Error
> --------------------------------------------------------------------
>
>                 Key: ARTEMIS-2274
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2274
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: yuebao
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> we set the values of MinLargeMessageSize and JournalBufferSize to 1Mb and set 
> JournalFileSize value to 10Mb, then we send a message less than 1Mb but close 
> to 1Mb. We have the following errors :
>                       java.lang.IllegalStateException: Can't write records 
> bigger than the bufferSize(1048576) on the journal: 
> java.lang.IllegalStateException: Can't write records bigger than the 
> bufferSize(1048576) on the journal
>                       
>                       when ActiveMQBuffer encode, which will write some 
> specified fields, such as fileID, recordType, compactCount, etc. This result 
> in buffer greater than 1Mb. TimedBuffer checksize and find it`s bigger than 
> bufferSize before write buffer.



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

Reply via email to