lukecwik commented on issue #21094:
URL: https://github.com/apache/beam/issues/21094#issuecomment-1317776044

   It fails on other flink [XLang 
tests](https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/6134/consoleFull):
   ```
   02:32:22 Caused by: java.io.IOException: Insufficient number of network 
buffers: required 16, but only 10 available. The total number of network 
buffers is currently set to 2048 of 32768 bytes each. You can increase this 
number by setting the configuration keys 'taskmanager.memory.network.fraction', 
'taskmanager.memory.network.min', and 'taskmanager.memory.network.max'.
   02:32:22     at 
org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.internalCreateBufferPool(NetworkBufferPool.java:483)
   02:32:22     at 
org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.createBufferPool(NetworkBufferPool.java:461)
   02:32:22     at 
org.apache.flink.runtime.io.network.partition.ResultPartitionFactory.lambda$createBufferPoolFactory$0(ResultPartitionFactory.java:279)
   02:32:22     at 
org.apache.flink.runtime.io.network.partition.ResultPartition.setup(ResultPartition.java:160)
   02:32:22     at 
org.apache.flink.runtime.io.network.partition.SortMergeResultPartition.setup(SortMergeResultPartition.java:190)
   02:32:22     at 
org.apache.flink.runtime.taskmanager.Task.setupPartitionsAndGates(Task.java:959)
   02:32:22     at 
org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:652)
   02:32:22     at org.apache.flink.runtime.taskmanager.Task.run(Task.java:563)
   02:32:22     at java.lang.Thread.run(Thread.java:750)
   02:32:22 2022/11/15 10:32:22  (): java.io.IOException: Insufficient number 
of network buffers: required 16, but only 10 available. The total number of 
network buffers is currently set to 2048 of 32768 bytes each. You can increase 
this number by setting the configuration keys 
'taskmanager.memory.network.fraction', 'taskmanager.memory.network.min', and 
'taskmanager.memory.network.max'.
   02:32:22 2022/11/15 10:32:22 Job state: FAILED
   02:32:22     ptest.go:108: Failed to execute job: job 
go0testxlang0partition0705-jenkins-1115103209-155225b7_dbefca6f-b4ba-44ad-8304-8266dad6660c
 failed
   02:32:22 --- FAIL: TestXLang_Partition (16.33s)
   02:32:22 FAIL
   02:32:22 FAIL        
github.com/apache/beam/sdks/v2/go/test/integration/xlang        92.103s
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to