Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Remove usage of "conn_id" for presence. #7128

Merged
merged 5 commits into from
Mar 30, 2020

Commits on Mar 25, 2020

  1. Remove conn_id usage for UserSyncCommand.

    Each tcp replication connection is assigned a "conn_id", which is used
    to give an ID to a remotely connected worker. In a redis world, there
    will no longer be a one to one mapping between connection and instance,
    so instead we need to replace such usages with an ID generated by the
    remote instances and included in the replicaiton commands.
    
    This really only effects UserSyncCommand.
    erikjohnston committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    24f752e View commit details
    Browse the repository at this point in the history
  2. Add CLEAR_USER_SYNCS command that is sent on shutdown.

    This should help with the case where a synchrotron gets restarted
    gracefully, rather than rely on 5 minute timeout.
    erikjohnston committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    d07af1f View commit details
    Browse the repository at this point in the history
  3. Newsfile

    erikjohnston committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    440581c View commit details
    Browse the repository at this point in the history
  4. mypy

    erikjohnston committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    ae3d944 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Add some words

    erikjohnston committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    0f791a1 View commit details
    Browse the repository at this point in the history