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

[UNDERTOW-1359] - fix concurrent change/access to buffer #1195

Closed
wants to merge 1 commit into from

Conversation

baranowb
Copy link
Contributor

@baranowb baranowb commented Jul 6, 2021

Issue: https://issues.redhat.com/browse/UNDERTOW-1359

Needs perf check/comparison. If impact is too big, most likely some hacky way to handle concurrent access( retain value in local var and work on it + trap exceptions thrown and abort ops if those happen?)

@fl4via fl4via added bug fix Contains bug fix(es) next release This PR will be merged before next release or has already been merged (for payload double check) and removed next release This PR will be merged before next release or has already been merged (for payload double check) labels Jul 15, 2021
@fl4via fl4via added duplicate Duplicates other pull request(s) under verification Currently being verified (running tests, reviewing) before posting a review to contributor labels Sep 13, 2021
@fl4via
Copy link
Member

fl4via commented Nov 19, 2021

Because synchronizing is not the solution, I'm taking the freedom to close this PR in favor of the other, but I'm suggesting a different change altogether. You might want to just close that PR and submit a new one, @baranowb , so that history does not get lost along the way in case we need to revisit the bug and the proposed fixes

@fl4via fl4via closed this Nov 19, 2021
@fl4via fl4via removed the under verification Currently being verified (running tests, reviewing) before posting a review to contributor label Nov 19, 2021
@fl4via fl4via removed the bug fix Contains bug fix(es) label Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Duplicates other pull request(s)
Projects
None yet
2 participants