ZSTAC-75952 set first created zone as default#4443
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 24 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
Warning
|
|
Comment from gitlab: 检测到该PR状态为cannot_be_merged, 所以移除了REVIEWED标签 |
When isDefault is omitted, zone creation now enters the default-zone queue. If no zone exists, the new zone becomes default before persistence. Backfill one default zone during 5.5.28 upgrade for deployments where zones already exist but none is marked default. DBImpact Test: ZoneCase Test: SQL backfill on scratch schema Resolves: ZSTAC-75952 Change-Id: Ia4844f7a37d823508d16a74f06ec2333f50b4d07
662d0c0 to
c296180
Compare
Root Cause
When APICreateZoneMsg omits isDefault, ZoneManagerImpl initialized the zone as non-default and skipped the default-zone operation queue. As a result, the first manually or Wizard-created zone could remain non-default.
Fix
Verification
Resolves: ZSTAC-75952
sync from gitlab !10404