Wei-Chiu Chuang created HDDS-10943:
--------------------------------------

             Summary: Freon DN Echo should skip writing payload to ratis log
                 Key: HDDS-10943
                 URL: https://issues.apache.org/jira/browse/HDDS-10943
             Project: Apache Ozone
          Issue Type: Improvement
            Reporter: Wei-Chiu Chuang


If the --payload-req parameter is specified (sending X KB payload in the 
request), the entire request plus the payload is written to Ratis log, and 
Ratis log rapidly tails every few seconds. Assuming a 1KB payload per request 
and Ratis writes 16k requests per second, it takes merely 4 seconds to fill up 
a 64MB ratis log file.

 

Note that Ozone DataNode clears payload for WriteChunk request in 
ContainerStateMachine. We should do something similar for Echo request.

 

I wonder if OM Echo has similar problem.



--
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