Skip to content

The etcd key has been modified incorrectly. #9132

@okJiang

Description

@okJiang

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

No one assigned

    Labels

    affects-9.0This bug affects the 9.0.x versions.severity/majortype/bugThe issue is confirmed as a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions