GitHub user mfenes opened a pull request:
https://github.com/apache/zookeeper/pull/391
ZOOKEEPER-2727: WARN and stacktrace for normally closed socket
ZOOKEEPER-2727: WARN and stacktrace for normally closed socket
Log level reduced to info for EndOfStreamException as asked in the Jira.
Logging stack trace for EndOfStreamException has been already moved to
debug level in an earlier commit:
https://github.com/apache/zookeeper/commit/34665cd5bdbcb6aaeecb6b204028ef1ffab9f2d8
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mfenes/zookeeper ZOOKEEPER-2727
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/391.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #391
----
commit ab3b6a0de3442fbf782984c0b35de52c76b0974d
Author: Mark Fenes <[email protected]>
Date: 2017-10-04T21:13:26Z
ZOOKEEPER-2727: WARN and stacktrace for normally closed socket
----
---