fed552d09d
Motivation: The build script for the module Netty Transport Native Epoll can cause intermittent build break due to broken pipe by /usr/bin/ldd. This issue likely to occur on a build environment with multiple processors. Modifications: The root cause is that the consumer head command finishes earlier the producer ldd command. Buffering the outputs of the ldd command by an intermediate tail command avoids the broken pipe. Result: A build on multiple processors can finish successfully. Signed-off-by: Tatsushi Inagaki <e29253@jp.ibm.com> |
||
---|---|---|
.. | ||
src | ||
pom.xml | ||
README.md |
Native transport for Linux
See our wiki page.