Open elsif2 opened 5 years ago
My target system has 40 cores. Building on an 8 core system the build completes successfully.
Reading your last comment, the system builds and the test works properly on the 8 core system but fails on the 40 core system ?
What are your system specs when this test failed ? I just created an Ubuntu Desktop 18.04 LTS vm to build and test. VM: 2 cpu's with 2cores each 8GB memory NAT network setup 50GB disk space
Installed the following packages: Apache Maven Oracle JDK 1.8.0_191 git gcc build-essential m4
Cloned Encrypted Query went to the parent folder and issued 'mvn clean install -P native-libs' to build went to the flink folder and issued 'mvn clean install' to build and run unit tests for flink-jdbc.
After full end to end testing it appears that the native libraries do not get built correctly on Ubuntu with the current build scripts. It builds correctly on Centos and copying the native libraries from centos to Ubuntu fixed that issue. Though they are not executed during the unit tests
The Flink JDBC test fails due to insufficient number of network buffers configured in the mini flink cluster: