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

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

Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1444
  
    the point of the TimedBuffer is to limit the writes you can send to storage 
at a limit.... you write once.. flush... next time you write it must be in the 
configured timing...
    
    the only reason why the flush could be flushed before time is if the buffer 
is full, and that is currently contemplated... anything else will be sending 
more writes (and possibly flushes) than what the device is capable of 
handling....
    
    
    again.. if Mapped works differently, then don't use TimedBuffer.. but you 
can't change this semantic here.


> testTimeOnTimedBuffer incorrect timeout count
> ---------------------------------------------
>
>                 Key: ARTEMIS-1326
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1326
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>
> The test isn't evaluating the timeout expiration while writing in batches 
> into the TimedBuffer



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to