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

   ## Summary
   
   Fix incremental consensus subscriptions crossing tree-model and table-model 
DataRegions.
   
   - Bind a topic only to DataRegions using the same data model, including 
newly created regions.
   - Reject cross-model InsertNodes in the WAL converter, including merged 
batch nodes.
   - Add regression coverage for DataRegion matching and converter isolation.
   
   The change is based on the latest origin/master and preserves the upstream 
audit-database subscription exclusion.
   
   ## Validation
   
   - mvn spotless:apply -pl iotdb-core/datanode
   - mvn checkstyle:check -pl iotdb-core/datanode (0 violations)
   - mvn surefire:test -pl iotdb-core/datanode 
-Dtest=ConsensusLogToTabletConverterTest,ConsensusSubscriptionSetupHandlerTest 
-DforkCount=0 (21 tests passed)


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