You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/01/13 19:34:01 UTC

[jira] [Commented] (GEODE-7589) Provide ability to have batch dispatch be time based instead of size based

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

ASF subversion and git services commented on GEODE-7589:
--------------------------------------------------------

Commit 1da010b1a8055a1d0c3558efa5f2bad7dc66a874 in geode's branch refs/heads/develop from Jason Huynh
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=1da010b ]

GEODE-7589: Added ability to configure wan to dispatch based on time (#4494)

  * Reduced allocation of arraylist to batch size instead of batch size * 2
  * Modified Parallel queue peek to allocate batch size instead of ArrayList default size
  * Added ability to configure wan to dispatch based on time
  * Parameterize AEQ Test so same test can be used for Serial and Parallel for newly added test

> Provide ability to have batch dispatch be time based instead of size based
> --------------------------------------------------------------------------
>
>                 Key: GEODE-7589
>                 URL: https://issues.apache.org/jira/browse/GEODE-7589
>             Project: Geode
>          Issue Type: Improvement
>          Components: wan
>            Reporter: Jason Huynh
>            Assignee: Jason Huynh
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> It would be nice to be able to configure wan to dispatch batches at intervals of time (time triggered) instead of batch size triggered.
> Currently we have batchIntervalTime and batchSize.  The wan will dispatch when the size of batch matches batchSize OR when the time interval is hit.  
> We can provide the user the ability to set the batchSize to say -1 and only trigger dispatch based on time and no longer on batch size.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)