[
https://issues.apache.org/jira/browse/APEXCORE-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15214630#comment-15214630
]
ASF GitHub Bot commented on APEXCORE-380:
-----------------------------------------
GitHub user sandeshh opened a pull request:
https://github.com/apache/incubator-apex-core/pull/285
apexcore-407 adaptive spin millis for input operators
I tested change with the benchmarking and I can clearly see the improvement
in performance. It is similar to what was done before
https://issues.apache.org/jira/browse/APEXCORE-380
https://github.com/apache/incubator-apex-core/pull/271
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sandeshh/incubator-apex-core apexcore-407
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-apex-core/pull/285.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #285
----
commit 9c3dd52f4460ef9d9e5f149f74e3fd571027ef7c
Author: sandeshh <[email protected]>
Date: 2016-03-28T18:19:45Z
apexcore-407 adaptive spin millis for input operators
----
> Idle time sleep time should increase from 0 to a configurable max value
> -----------------------------------------------------------------------
>
> Key: APEXCORE-380
> URL: https://issues.apache.org/jira/browse/APEXCORE-380
> Project: Apache Apex Core
> Issue Type: Improvement
> Affects Versions: 3.4.0
> Reporter: Vlad Rozov
> Assignee: Vlad Rozov
> Fix For: 3.4.0
>
>
> When all active input ports of an operator are empty, the operator either
> calls idle time handler or goes into a wait. In the later case, the wait time
> should start with 0 and increase to the configured/default idle spin time to
> handle cases when there is trickle and pour stream of tuples.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)