claudevdm commented on PR #34162: URL: https://github.com/apache/beam/pull/34162#issuecomment-2699605046
Postcommits were still failing after changing the runner to highmem22 due to apache_beam.utils.subprocess_server:subprocess_server.py:213 java.io.IOException: Insufficient number of network buffers: required 2, but only 0 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' Adding flink config fixed this. I ran just the portable test suite here https://github.com/apache/beam/actions/runs/13666811744 and it succeeded. -- 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]
