-
Notifications
You must be signed in to change notification settings - Fork 742
Closed
Labels
affects-9.0This bug affects the 9.0.x versions.This bug affects the 9.0.x versions.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
- gcSafePointV2Prefix: "/pd/%d/keyspaces/gc_safe_point/" -> "/pd/%d/keyspaces/gc_safe_point"
- servicePath: "/ms/{cluster_id}/{service_name}/registry/" -> "/ms/{cluster_id}/{service_name}/registry"
- watch key
- "/pd/{cluster_id}/tso/keyspace_groups/membership" -> "/pd/{cluster_id}/tso/keyspace_groups/membership/"
- "/pd/{cluster_id}/region_label" -> "/pd/{cluster_id}/region_label/"
- "/pd/{cluster_id}/scheduler_config" -> "/pd/{cluster_id}/scheduler_config/"
- (Important) schedulerConfigPathFormat: "/pd/{cluster_id}/scheduler_config/{scheduler_name}" -> "/pd/{cluster_id}/schedule/{scheduler_name}"
- Error LoadTimestamp:
- before: "/pd/{cluster_id}/timestamp" and "/ms/{cluster_id}/tso/{group_id}/gta/timestamp"
- after: "/pd/{cluster_id}" and "/ms/{cluster_id}/tso/{group_id}/gta", The suffix was incorrectly removed.
The above conclusion is based on testing of #9131. To meet the code freeze deadline, we should prioritize fixing this issue.
What version of PD are you using (pd-server -V
)?
master
Metadata
Metadata
Assignees
Labels
affects-9.0This bug affects the 9.0.x versions.This bug affects the 9.0.x versions.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.