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

remove mutex for write #197

Open
wants to merge 17 commits into
base: 6.4.tikv
Choose a base branch
from
Open

Commits on Oct 19, 2020

  1. remove mutex for write

    Signed-off-by: Little-Wallace <[email protected]>
    Little-Wallace committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    5730f5e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

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

Commits on Feb 5, 2021

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

Commits on Apr 1, 2021

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

Commits on Jun 8, 2021

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

Commits on Jan 23, 2022

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

Commits on Jan 24, 2022

  1. test: fix some perf context position

    Signed-off-by: Little-Wallace <[email protected]>
    Little-Wallace committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    b84bd77 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Revert "test: fix some perf context position"

    This reverts commit b84bd77.
    
    Signed-off-by: Little-Wallace <[email protected]>
    Little-Wallace committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b914b6b View commit details
    Browse the repository at this point in the history
  2. fix alive_log_files_

    Signed-off-by: Little-Wallace <[email protected]>
    Little-Wallace committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    914ca62 View commit details
    Browse the repository at this point in the history
  3. fix comment

    Signed-off-by: Little-Wallace <[email protected]>
    Little-Wallace committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    1f0b313 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. do not hold mutex when fsync

    Signed-off-by: Little-Wallace <[email protected]>
    Little-Wallace committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    d17b969 View commit details
    Browse the repository at this point in the history
  2. fix lock

    Signed-off-by: Little-Wallace <[email protected]>
    Little-Wallace committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    59ab24b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. address comment

    Signed-off-by: Little-Wallace <[email protected]>
    Little-Wallace committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    46d7b19 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. addressed

    Signed-off-by: Little-Wallace <[email protected]>
    Little-Wallace committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    55409a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. release mutex before find obsolete log files

    Signed-off-by: Little-Wallace <[email protected]>
    Little-Wallace committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    5a17178 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. address comment

    Signed-off-by: Little-Wallace <[email protected]>
    Little-Wallace committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    bc172cb View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

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