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

    https://github.com/apache/flink/pull/4552#discussion_r161667234
  
    --- Diff: 
flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskCancelAsyncProducerConsumerITCase.java
 ---
    @@ -84,7 +84,7 @@ public void testCancelAsyncProducerAndConsumer() throws 
Exception {
                        
config.setInteger(ConfigConstants.LOCAL_NUMBER_TASK_MANAGER, 1);
                        
config.setInteger(ConfigConstants.TASK_MANAGER_NUM_TASK_SLOTS, 1);
                        
config.setInteger(TaskManagerOptions.MEMORY_SEGMENT_SIZE, 4096);
    -                   
config.setInteger(TaskManagerOptions.NETWORK_NUM_BUFFERS, 8);
    +                   
config.setInteger(TaskManagerOptions.NETWORK_NUM_BUFFERS, 16);
    --- End diff --
    
    yes, i will set 9 for it.


---

Reply via email to