Message view | « Date » · « Thread » |
---|---|
Top | « Date » · « Thread » |
From | eolivelli <...@git.apache.org> |
Subject | [GitHub] zookeeper pull request #700: ZOOKEEPER-1441 - JAVA 11 - Some test cases are ... |
Date | Mon, 12 Nov 2018 22:23:25 GMT |
Github user eolivelli commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/700#discussion_r232832059 --- Diff: zookeeper-server/src/main/java/org/apache/zookeeper/server/NIOServerCnxnFactory.java --- @@ -209,6 +209,8 @@ public void run() { LOG.warn("Ignoring unexpected exception", e); } } + } catch (IOException e) { + LOG.error("Exception when running accept thread. Unable to register selector?", e); --- End diff -- Should we abort the server? --- | |
Mime |
|
View raw message |