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

sql: add http_addr column to sqlliveness table #65720

Closed

Commits on May 26, 2021

  1. sql: add http_addr column to sqlliveness table

    In order to implement fan out requests between
    SQL pods, we need a place to store their HTTP
    addresses so the pods can independently know how 
    to talk to other tenants.
    
    This commit adds a column `http_addr` to the
    `system.sqlliveness` table and populates it with
    the HTTP listening address of the tenant pod on
    startup.
    
    Resolves cockroachdb#64475
    
    Release note: None
    dhartunian committed May 26, 2021
    Configuration menu
    Copy the full SHA
    5693fb8 View commit details
    Browse the repository at this point in the history