Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Leader Aware Routing #2214

Merged
merged 13 commits into from Apr 28, 2023
Merged

feat: Leader Aware Routing #2214

merged 13 commits into from Apr 28, 2023

Commits on Dec 30, 2022

  1. feat: Add x-goog-spanner-route-to-leader header to Spanner RPC cont…

    …exts for RW/PDML transactions.
    
    The header is added to support leader-aware-routing feature, which aims at reducing cross-regional latency for RW/PDML transactions in a multi-region instance.
    yifanzyifanz committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    2cd2fbd View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    b57466a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32da417 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cde93a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. fix: resolve comments.

    yifanzyifanz committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    606bbda View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    0156457 View commit details
    Browse the repository at this point in the history
  2. fix: resolve comments and add new tests to verify that the route-to-l…

    …eader header exists for RW transactions and does not exist for RO transactions or when the leader aware routing feature is disabled.
    yifanzyifanz committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1bbd24d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    f9152cd View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    90d455c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1d44ce View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    c5d34ab View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    9c212af View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    426265d View commit details
    Browse the repository at this point in the history