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

ASF GitHub Bot commented on APEXCORE-402:
-----------------------------------------

Github user tweise commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-core/pull/286#discussion_r61825724
  
    --- Diff: 
engine/src/main/java/com/datatorrent/stram/engine/AbstractReservoir.java ---
    @@ -47,7 +49,7 @@
     {
       private static final Logger logger = 
LoggerFactory.getLogger(AbstractReservoir.class);
       static final String reservoirClassNameProperty = 
"com.datatorrent.stram.engine.Reservoir";
    -  private static final int USE_SPSC_CAPACITY = 8 * 1024;
    +  private static final int USE_SPSC_CAPACITY = 64 * 1024;
    --- End diff --
    
    Name, the constant now is the threshold for blocking queue, it's spsc in 
either case. Why did it increase?


> Provide SpscArrayQueue based implementation that uses Condition to notify 
> publishing thread on not full condition
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: APEXCORE-402
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-402
>             Project: Apache Apex Core
>          Issue Type: Sub-task
>            Reporter: Vlad Rozov
>            Assignee: Vlad Rozov
>             Fix For: 3.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to