smallYellowCat opened a new pull request #1646: URL: https://github.com/apache/zookeeper/pull/1646
while excute zooKeeperSaslClient.initialize(ClientCnxn.this) occurred some exception, at time saslState is SaslState.INITIAL, and then sendAuthEvent will be set true, but KeeperState authState = zooKeeperSaslClient.getKeeperState() will return null authState, so client will create a null state event. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
