-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CELEBORN-1743] Resolve the metrics data interruption and the job fai…
…lure caused by locked resources ### What changes were proposed in this pull request? Remove the ConcurrentLinkedQueue and lock in AbstractSource which might cause the metrics data interruption and job fail. ### Why are the changes needed? Current problems:[jira CELEBORN-1743](https://issues.apache.org/jira/browse/CELEBORN-1743) the lock in [[CELEBORN-1453]](#2548) might block the thread. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Manual test same result with CELEBORN-1453 ![image](https://github.com/user-attachments/assets/3e3a4c53-1cf6-48f6-8c37-67d875d675af) Closes #2956 from zaynt4606/clb1743. Authored-by: zhengtao <[email protected]> Signed-off-by: Shuang <[email protected]>
- Loading branch information
Showing
1 changed file
with
85 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters