feat: add manifest_version to GrantedRegion (#224)

This commit is contained in:
Weny Xu
2025-03-31 14:18:13 +08:00
committed by GitHub
parent 97e298d119
commit 103948cbce
5 changed files with 286 additions and 112 deletions
+3
View File
@@ -103,9 +103,12 @@ message HeartbeatResponse {
RegionLease region_lease = 3;
}
// The granted region is the region that the meta server granted leases.
message GrantedRegion {
uint64 region_id = 1;
RegionRole role = 2;
// The manifest version of the region leader.
uint64 manifest_version = 3;
}
message RegionLease {