You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/18 00:20:42 UTC

[GitHub] [pulsar] merlimat opened a new pull request, #16115: Use OrderedExecutor instead of OrderedScheduler for consumer dispatch

merlimat opened a new pull request, #16115:
URL: https://github.com/apache/pulsar/pull/16115

   ### Motivation
   
   The `topicOrderedExecutor` is labeled as an `OrderedExecutor` although it gets instantiated as an `OrderedScheduler`.
   
   `OrderedScheduler` is a super-set of `OrderedExecutor` which includes methods to scheduled delayed task and it has a much higher overhead per task since it has to keep a priority queue. 
   
   We should always use `OrderedExecutor` if we don't need to schedule delayed tasks.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] github-actions[bot] commented on pull request #16115: Use OrderedExecutor instead of OrderedScheduler for consumer dispatch

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #16115:
URL: https://github.com/apache/pulsar/pull/16115#issuecomment-1159316149

   @merlimat Please provide a correct documentation label for your PR.
   Instructions see [Pulsar Documentation Label Guide](https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0).


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] eolivelli merged pull request #16115: Use OrderedExecutor instead of OrderedScheduler for consumer dispatch

Posted by GitBox <gi...@apache.org>.
eolivelli merged PR #16115:
URL: https://github.com/apache/pulsar/pull/16115


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org