Storages: fix a series of data race issues#9962
Storages: fix a series of data race issues#9962ti-chi-bot[bot] merged 2 commits intopingcap:masterfrom
Conversation
dbms/src/Storages/DeltaMerge/DeltaMergeStore_InternalSegment.cpp
Outdated
Show resolved
Hide resolved
982b18e to
8120f7c
Compare
18d1047 to
5c5d832
Compare
dbms/src/Storages/DeltaMerge/DeltaMergeStore_InternalSegment.cpp
Outdated
Show resolved
Hide resolved
I think you need a separate issue and fix PR for this problem |
Open a separate issue, but IMO fix in this PR is ok, since other changes also need pick to release-8.5. |
dbms/src/Storages/DeltaMerge/tests/gtest_dm_delta_merge_store_vector_index.cpp
Show resolved
Hide resolved
dbms/src/Storages/DeltaMerge/tests/gtest_dm_delta_merge_store_vector_index.cpp
Outdated
Show resolved
Hide resolved
dbms/src/Storages/DeltaMerge/tests/gtest_dm_delta_merge_store_vector_index.cpp
Show resolved
Hide resolved
dbms/src/Storages/DeltaMerge/DeltaMergeStore_InternalSegment.cpp
Outdated
Show resolved
Hide resolved
dbms/src/Storages/DeltaMerge/DeltaMergeStore_InternalSegment.cpp
Outdated
Show resolved
Hide resolved
dbms/src/Storages/DeltaMerge/tests/gtest_dm_delta_merge_store_vector_index.cpp
Outdated
Show resolved
Hide resolved
|
/hold |
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
8ff7cf2 to
067215b
Compare
|
/hold cancel |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JaySon-Huang, JinheLin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created to branch |
What problem does this PR solve?
Issue Number: close #9961
Problem Summary:
What is changed and how it works?
Check List
Tests
Run the unit test cases with TSAN built binary
Side effects
Documentation
Release note