Skip to content

branch-2.1: [fix](load) fix concurrent read and write to runningTxnIds #51615 - #51640

Merged
yiguolei merged 1 commit into
branch-2.1from
auto-pick-51615-branch-2.1
Jun 17, 2025
Merged

branch-2.1: [fix](load) fix concurrent read and write to runningTxnIds #51615#51640
yiguolei merged 1 commit into
branch-2.1from
auto-pick-51615-branch-2.1

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-picked from #51615

@github-actions
github-actionsBot requested a review from yiguolei as a code ownerJune 11, 2025 08:02
@Thearas

Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@Thearas

Copy link
Copy Markdown
Contributor

run buildall

### What problem does this PR solve?
Execute `show routine load` meets
`java.util.ConcurrentModificationException: null`, using
ConcurrentHashMap to fix concurrent read and write to runningTxnIds.
@yiguolei
yiguoleiforce-pushed the auto-pick-51615-branch-2.1 branch from 77ba725 to bd890dfCompareJune 13, 2025 06:09
@yiguolei

Copy link
Copy Markdown
Contributor

run buildall

@yiguolei
yiguolei merged commit a461ff3 into branch-2.1Jun 17, 2025
@github-actions
github-actionsBot deleted the auto-pick-51615-branch-2.1 branch June 17, 2025 01:26
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Thearas@yiguolei@dataroaring@sollhui