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

feat(storage): use mdbx_txn_reset to time out transactions #6850

Merged
merged 22 commits into from Feb 29, 2024

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    b1acf6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced13e8 View commit details
    Browse the repository at this point in the history
  3. cleanup

    shekhirin committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a618d61 View commit details
    Browse the repository at this point in the history
  4. clarify nits

    shekhirin committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    806a154 View commit details
    Browse the repository at this point in the history
  5. remove unused imports

    shekhirin committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4d8ff94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e8d92f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eaea3eb View commit details
    Browse the repository at this point in the history
  8. use aborted tx two times

    shekhirin committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    87b2478 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54bba36 View commit details
    Browse the repository at this point in the history
  10. change error code

    shekhirin committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c82da1f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d76873 View commit details
    Browse the repository at this point in the history
  12. explain flag check

    shekhirin committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    cfd4fea View commit details
    Browse the repository at this point in the history
  13. and more explanation

    shekhirin committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2210959 View commit details
    Browse the repository at this point in the history
  14. clarify abort comment

    shekhirin committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7b2e7b2 View commit details
    Browse the repository at this point in the history
  15. Update crates/storage/libmdbx-rs/src/transaction.rs

    Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
    shekhirin and emhane committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f5db349 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. add metric

    shekhirin committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    507d60c View commit details
    Browse the repository at this point in the history
  2. add a comment

    shekhirin committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2115f6b View commit details
    Browse the repository at this point in the history
  3. abort -> timeout

    shekhirin committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6e87378 View commit details
    Browse the repository at this point in the history
  4. timeout -> time out, etc.

    shekhirin committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3bf4fa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa9883b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    533f6a2 View commit details
    Browse the repository at this point in the history
  7. Update crates/storage/libmdbx-rs/src/txn_manager.rs

    Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
    shekhirin and emhane committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    130f8b7 View commit details
    Browse the repository at this point in the history