jt2594838 opened a new pull request, #17911:
URL: https://github.com/apache/iotdb/pull/17911

   ## Summary
   - add memory accounting for RPC AutoResizingBuffer allocation, growth, 
shrink, close, and reuse
   - wire auto_resizing_buffer_memory_proportion into node-commons memory 
management
   - disable AutoResizingBuffer memory control when the proportion is <= 0
   - add unit and integration coverage for allocation failure and request 
rejection paths
   
   ## Tests
   - mvn spotless:apply -pl iotdb-core/node-commons
   - mvn test -pl iotdb-client/service-rpc -Dtest=AutoResizingBufferTest
   - mvn test -pl iotdb-core/node-commons -am -Dtest=CommonConfigTest 
-DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false
   - mvn verify -DskipUTs -Drat.skip=true 
-Dit.test=IoTDBAutoResizingBufferMemoryIT#testGrowingRequestsAreRejectedWhenBufferMemoryIsExhausted
 -DfailIfNoTests=false -Dfailsafe.failIfNoSpecifiedTests=false -pl 
integration-test -am -P with-integration-tests


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to