connection reset
问题描述
Cannot create PoolableConnectionFactory(Io Exception: Connection reset)
当直接kill掉进程的时候,偶尔情况下会出现这种情况
解决方案
修改$JAVA_HOME/jre/lib/security路径下的java.security文件。将securerandom.source=file:/dev/random修改成securerandom.source=file:/dev/urandom