Bo Hu created ZOOKEEPER-2857:
--------------------------------
Summary: Server deal command has problem
Key: ZOOKEEPER-2857
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2857
Project: ZooKeeper
Issue Type: Bug
Components: server
Affects Versions: 3.3.0
Reporter: Bo Hu
NIOServerCnxn.java
private boolean readLength(SelectionKey k) throws IOException
if (!initialized && checkFourLetterWord(sk, len)) {
return false;
}
I think this is a problem. when initialized is true, it also need execute
checkFourLetterWord, but it don't execute.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)