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

GEODE-5828: fixes replicates miss transaction commit. #2571

Merged
merged 2 commits into from
Oct 5, 2018

Commits on Oct 4, 2018

  1. GEODE-5828: fixes replicates miss transaction commit.

     * Always send CommitProcessQueryMessage to other replicates to see if anyone received second message
       as transaction originator for client transaction will be different from transation host.
     * Do not wait for transaction originator to depart when transaction host is crashed. Originator may
       not be the same as the crashed transaction host and never departs from distributed system.
    pivotal-eshu committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    33ce8ad View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. fix review comments.

    pivotal-eshu committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    c2db9fc View commit details
    Browse the repository at this point in the history