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

All Translog inner closes should happen after tragedy exception is set #32674

Merged
merged 13 commits into from Aug 20, 2018

Commits on Aug 6, 2018

  1. Move tragedy exception from TranslogWriter to Translog

    Andrey Ershov committed Aug 6, 2018
    Copy the full SHA
    c330ec8 View commit details
    Browse the repository at this point in the history
  2. Close new readers

    Andrey Ershov committed Aug 6, 2018
    Copy the full SHA
    bc7187a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Call closeOnTragicEvent regardless of CAS result

    Andrey Ershov committed Aug 7, 2018
    Copy the full SHA
    7d1d550 View commit details
    Browse the repository at this point in the history
  2. Assert that close is not called from inside Translog

    Andrey Ershov committed Aug 7, 2018
    Copy the full SHA
    e01f31a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Fix some code review comments

    Andrey Ershov committed Aug 17, 2018
    Copy the full SHA
    75ba167 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into tradegy_translog

    Andrey Ershov committed Aug 17, 2018
    Copy the full SHA
    941ccc9 View commit details
    Browse the repository at this point in the history
  3. Fix some code review comments

    Andrey Ershov committed Aug 17, 2018
    Copy the full SHA
    b76b295 View commit details
    Browse the repository at this point in the history
  4. Test for Translog.close invariant

    Andrey Ershov committed Aug 17, 2018
    Copy the full SHA
    339aaeb View commit details
    Browse the repository at this point in the history
  5. Code style

    Andrey Ershov committed Aug 17, 2018
    Copy the full SHA
    f42ad1d View commit details
    Browse the repository at this point in the history
  6. Code style

    Andrey Ershov committed Aug 17, 2018
    Copy the full SHA
    b06f249 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Code review 2 fixes

    Andrey Ershov committed Aug 20, 2018
    Copy the full SHA
    7fef412 View commit details
    Browse the repository at this point in the history
  2. setTragicException returns void

    Andrey Ershov committed Aug 20, 2018
    Copy the full SHA
    87b5211 View commit details
    Browse the repository at this point in the history
  3. Code style

    Andrey Ershov committed Aug 20, 2018
    Copy the full SHA
    6259de5 View commit details
    Browse the repository at this point in the history