Skip to content
This repository was archived by the owner on Dec 19, 2017. It is now read-only.

Don't submit unnecessary keep-alives #311

@kuujo

Description

@kuujo

Currently, clients submit keep-alive requests on a fixed schedule to ensure their session isn't expired. However, for clusters that are fairly active, these keep-alives represent unnecessary overhead as they require a commit within the Copycat cluster. When commands are being submitted within the session timeout, the commands can serve the same purpose as keep-alives. Thus, clients should track timers for commands submitted to the cluster and only submit keep-alives when necessary to reset indexes or to keep the session alive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions