Re: [PR] Fix RegionGroupCache activation race [iotdb]
CRZbulabula merged PR #18136: URL: https://github.com/apache/iotdb/pull/18136 -- 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]
[PR] Fix RegionGroupCache activation race [iotdb]
Caideyipi opened a new pull request, #18136: URL: https://github.com/apache/iotdb/pull/18136 Backport #18128 to dev/1.3. Cherry-picked from a6c654bde5693a0dc293f153cba9deec87243f60. -- 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]
Re: [PR] Fix RegionGroupCache activation race [iotdb]
CRZbulabula merged PR #18128: URL: https://github.com/apache/iotdb/pull/18128 -- 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]
Re: [PR] Fix RegionGroupCache activation race [iotdb]
codecov[bot] commented on PR #18128: URL: https://github.com/apache/iotdb/pull/18128#issuecomment-4899494011 ## [Codecov](https://app.codecov.io/gh/apache/iotdb/pull/18128?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report :white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 41.72%. Comparing base ([`bd49457`](https://app.codecov.io/gh/apache/iotdb/commit/bd4945780bb9653d780da9aae44fac517c60621e?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`1037cbf`](https://app.codecov.io/gh/apache/iotdb/commit/1037cbf10fd09f7d34c5c12d9c8af0d79ca70bf5?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). :warning: Report is 2 commits behind head on master. Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #18128 +/- ## - Coverage 41.84% 41.72% -0.13% Complexity 318 318 Files 5296 5297 +1 Lines373604 373849 +245 Branches 4823248278 +46 - Hits 156351 155974 -377 - Misses 217253 217875 +622 ``` [:umbrella: View full report in Codecov by Harness](https://app.codecov.io/gh/apache/iotdb/pull/18128?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). :rocket: New features to boost your workflow: - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. -- 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]
Re: [PR] Fix RegionGroupCache activation race [iotdb]
sonarqubecloud[bot] commented on PR #18128: URL: https://github.com/apache/iotdb/pull/18128#issuecomment-4899294247 ## [](https://sonarcloud.io/dashboard?id=apache_iotdb&pullRequest=18128) **Quality Gate passed** Issues  [0 New issues](https://sonarcloud.io/project/issues?id=apache_iotdb&pullRequest=18128&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [0 Accepted issues](https://sonarcloud.io/project/issues?id=apache_iotdb&pullRequest=18128&issueStatuses=ACCEPTED) Measures  [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_iotdb&pullRequest=18128&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=apache_iotdb&pullRequest=18128&metric=new_coverage&view=list)  [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=apache_iotdb&pullRequest=18128&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarQube Cloud](https://sonarcloud.io/dashboard?id=apache_iotdb&pullRequest=18128) -- 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]
[PR] Fix RegionGroupCache activation race [iotdb]
Caideyipi opened a new pull request, #18128: URL: https://github.com/apache/iotdb/pull/18128 ## Description Synchronize RegionGroupCache mutation and statistics update paths so periodic load-statistics refresh cannot overwrite a freshly activated RegionGroup's Running status with a stale Disabled status while RegionGroup creation is still finishing. This addresses the intermittent no-available SchemaRegionGroup failure where PartitionInfo already sees the newly created RegionGroup but LoadCache still reports it as Disabled. ## Tests - mvn spotless:apply -pl iotdb-core/confignode - mvn -U -pl iotdb-core/confignode test "-Dtest=RegionGroupCacheTest,LoadManagerTest" -- 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]
