You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Kezhu Wang (Jira)" <ji...@apache.org> on 2022/07/08 16:25:00 UTC

[jira] [Created] (ZOOKEEPER-4569) Xid out of caused by early return from eager acl check

Kezhu Wang created ZOOKEEPER-4569:
-------------------------------------

             Summary: Xid out of caused by early return from eager acl check
                 Key: ZOOKEEPER-4569
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4569
             Project: ZooKeeper
          Issue Type: Bug
          Components: server
    Affects Versions: 3.7.1, 3.8.0, 3.6.3
            Reporter: Kezhu Wang


{{ClientCnxn}} [enfores|https://github.com/apache/zookeeper/blob/de7c5869d372e46af43979134d0e30b49d2319b1/zookeeper-server/src/main/java/org/apache/zookeeper/ClientCnxn.java#L917] ordered replies from server. This assumes that requests on server are go through same process pipeline without early return. ZOOKEEPER-3418 breaks this assumption.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)