GitHub user ivmaykov reopened a pull request:
https://github.com/apache/zookeeper/pull/669
ZOOKEEPER-3152: Port ZK netty stack to netty4
Summary: Ported the client connection netty stack from netty3 to netty4.
This includes both the server side (NettyServerCnxn and friends) and the client
side (ClientCnxnSocketNetty).
Test Plan: Modified `FourLetterWordsTest` and `NettyServerCnxnTest`, plus
manual testing on a regional ensemble.
FB Reviewers: nixon
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ivmaykov/zookeeper ZOOKEEPER-3152
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/669.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 #669
----
commit 94c4516bea9b46f5428ef29ff51490f9647eaac3
Author: Ilya Maykov <ilyam@...>
Date: 2018-08-31T23:26:55Z
port ZK netty stack from netty3 to netty4
Summary:
Ported the client connection netty stack from netty3 to netty4. This
includes both the server side
(NettyServerCnxn and friends) and the client side (ClientCnxnSocketNetty).
Test Plan: Modified `FourLetterWordsTest` and `NettyServerCnxnTest`, plus
manual testing on a regional ensemble.
Reviewers: nixon, nwolchko, nedelchev
Subscribers:
Differential Revision: https://phabricator.intern.facebook.com/D9646262
Tasks:
Tags:
Blame Revision:
----
---