Yifan Cai created CASSSIDECAR-367:
-------------------------------------

             Summary: CachedAuthorizationHandler should pause and resume 
request while performing authZ operations
                 Key: CASSSIDECAR-367
                 URL: https://issues.apache.org/jira/browse/CASSSIDECAR-367
             Project: Sidecar for Apache Cassandra
          Issue Type: Bug
            Reporter: Yifan Cai


CachedAuthorizationHandler does not current pause the request. Data is continue 
buffered during the authZ operations. It is not efficient if the request should 
be rejected, which also adds heap pressure in the system. The request should be 
paused when starting the authZ operations and resumed on completion, just like 
what is implemented in io.vertx.ext.web.handler.impl.AuthorizationHandlerImpl. 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to