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

fix long duration of write_to_full test case and max_io test case #533

Closed
wants to merge 13 commits into from

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    28150c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix

    yamingk committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f8d1a4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee71ec6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    b8eeb21 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. bump conan ver

    yamingk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e9aabb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fc2f85 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. return empty string upon failed client lookup

    Ravi Nagarjun Akella authored and Ravi Nagarjun Akella committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b7eca90 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge pull request eBay#541 from raakella1/cp_logs

    return empty string upon failed client lookup
    raakella1 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    38ad4c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. fix raft repl dev ut (eBay#543)

    before install snapshot completes, raft_server()->get_committed_log_idx() will be the same if write_snapshot_data is called several times, so that snp_data->offset can not be updated to new cursor.
    this PR use a separate last_data_committed_lsn to maintain the last committed lsn for writing data, which is use for updating
    snp_data->offset in write_snapshot_data
    JacksonYao287 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    55f68a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. shorten log store test (eBay#544)

    * horten log store test
    
    * remove android in Setup Conan phrase
    JacksonYao287 authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2d3f7d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bb20a9 View commit details
    Browse the repository at this point in the history
  3. fix

    yamingk committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a60cb3f View commit details
    Browse the repository at this point in the history
  4. resolve conflict

    yamingk committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2a616bb View commit details
    Browse the repository at this point in the history