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

   ## Summary
   - Defer DataNode RPC buffer memory control activation until DataNode startup 
so ConfigNode-side config loading does not install the DataNode RPC quota.
   - Bind each auto-resizing buffer lifecycle to the memory account used for 
allocation, avoiding over-release when the global controller changes later.
   - Add regression coverage for no-op/real controller transitions and explicit 
DataNode activation.
   
   ## Tests
   - mvn test -pl iotdb-client/service-rpc -Dtest=AutoResizingBufferTest
   - mvn test -pl iotdb-core/datanode -am -Dtest=DataNodeMemoryConfigTest 
-DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false
   - git diff --check


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