You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Bo Hu (JIRA)" <ji...@apache.org> on 2017/07/26 07:58:00 UTC

[jira] [Created] (ZOOKEEPER-2857) Server deal command has problem

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)