Pengzna opened a new pull request, #17711: URL: https://github.com/apache/iotdb/pull/17711
## Description This PR adds OBJECT data support to IoTConsensusV2. - Transfers object file pieces before the corresponding InsertNode or TsFile payload reaches followers. - Applies object file pieces on the receiver side through DataRegion object writes, then writes the final row metadata. - Preserves OBJECT paths across region-id remapping and table validation paths. - Decodes and parses OBJECT values in tablet and TsFile parsing flows, including a lightweight TsFile object descriptor scan for IoTConsensusV2 replication. - Adds focused Stream and Batch IoTConsensusV2 IT coverage for OBJECT replica consistency and follower query after leader stop. ## Tests - mvn compile -pl iotdb-core/datanode -am -P with-integration-tests -DskipTests - mvn clean verify -Drat.skip=true -DskipUTs -Dit.test=IoTDBIoTConsensusV2Stream3C3DBasicIT#testObjectReplicaConsistency -DfailIfNoTests=false -Dfailsafe.failIfNoSpecifiedTests=false -pl integration-test -am -PDailyIT -P with-integration-tests - mvn verify -Drat.skip=true -DskipUTs -Dit.test=IoTDBIoTConsensusV2Batch3C3DBasicIT#testObjectReplicaConsistency -DfailIfNoTests=false -Dfailsafe.failIfNoSpecifiedTests=false -pl integration-test -am -PDailyIT -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]
