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

   ## Summary
   - add tree-model SHOW RECEIVERS and table-model information_schema.receivers 
support
   - track active pipe receiver sessions, sender endpoints, pipe IDs, 
handshake/transfer timestamps, and request counts
   - wire DataNode/ConfigNode thrift and air-gap receiver runtime recording
   
   ## Tests
   - mvn "-Ddevelocity.off=true" -pl iotdb-core/node-commons 
-Dtest=PipeReceiverRuntimeRegistryTest test
   - mvn "-Ddevelocity.off=true" -DskipTests compile -pl 
iotdb-core/antlr,iotdb-core/relational-grammar,iotdb-core/node-commons,iotdb-core/confignode
   - mvn "-Ddevelocity.off=true" -DskipTests spotless:check -pl 
iotdb-core/node-commons,iotdb-core/datanode,iotdb-core/confignode,iotdb-core/relational-grammar,iotdb-core/antlr
   - git diff --check
   
   ## Notes
   - DataNode focused compile is still blocked by unrelated generated 
Freemarker/calc symbols such as IFill, LinearFill, Accumulator, 
ComparatorChain, and IoTDBConfig.getModeMapSizeThreshold().
   - ConfigNode receiver records proxied through DataNode use receiver_node_id 
= -1 because the current proxy path does not expose the exact target ConfigNode 
id.
   


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