Re: [PR] Added getRegionId api for partitionManager [iotdb]

2023-12-06 Thread via GitHub
OneSizeFitsQuorum merged PR #11663: URL: https://github.com/apache/iotdb/pull/11663 -- 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: reviews-unsubscr...@

Re: [PR] Added getRegionId api for partitionManager [iotdb]

2023-12-05 Thread via GitHub
liyuheng5 commented on code in PR #11663: URL: https://github.com/apache/iotdb/pull/11663#discussion_r1416745219 ## iotdb-core/confignode/src/test/java/org/apache/iotdb/confignode/persistence/PartitionInfoTest.java: ## @@ -80,16 +81,16 @@ public int getFlag() { } }

[PR] Added getRegionId api for partitionManager [iotdb]

2023-12-05 Thread via GitHub
Caideyipi opened a new pull request, #11663: URL: https://github.com/apache/iotdb/pull/11663 ## Description Added getRegionId api for partitionManager for pipe. This PR can return the TConsensusGroupId for a given integer, Optional.empty() if it doesn't match any of the existing IDs.