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

[jira] [Created] (ZOOKEEPER-4548) Negative ZooKeeperServer#getInProcess

Kezhu Wang created ZOOKEEPER-4548:
-------------------------------------

             Summary: Negative ZooKeeperServer#getInProcess
                 Key: ZOOKEEPER-4548
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4548
             Project: ZooKeeper
          Issue Type: Bug
          Components: server
            Reporter: Kezhu Wang


{{ZooKeeperServer#submitRequestNow}} passes request to {{firstProcessor.processRequest}} before {{incInProcess}}. This could make {{getInProcess}} negative after asynchronous {{decInProcess}} if there is long pause between {{firstProcessor.processRequest}} and {{incInProcess}} due to potential heavy loading.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)