Skip to content

[MRESOLVER-286] Improve basic connector closed state handling #215

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

Merged
merged 2 commits into from
Nov 8, 2022

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Nov 4, 2022

Basic connector was last that handled closed state in a bit "wonky" way, rework to use it AtomicBoolean as everything else in resolver.


https://issues.apache.org/jira/browse/MRESOLVER-286

Basic connector was last that handled closed state in a
bit "wonky" way, rework to use it AtomicBoolean as everything
else in resolver.

---

https://issues.apache.org/jira/browse/MRESOLVER-286
@cstamas cstamas self-assigned this Nov 4, 2022
@cstamas cstamas marked this pull request as ready for review November 4, 2022 08:03
Copy link
Member

@michael-o michael-o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this makes it idiotproof from a concurrent point of view?

@cstamas
Copy link
Member Author

cstamas commented Nov 4, 2022

So this makes it idiotproof from a concurrent point of view?

This just aligns to other shutdown-able stuff in resolver (same pattern applied). Kinda more like consistency issue.

@cstamas cstamas requested a review from michael-o November 7, 2022 14:23
@cstamas cstamas merged commit 76ee5e3 into apache:master Nov 8, 2022
@cstamas cstamas deleted the improve-basic-connector-close branch November 8, 2022 09:14
Sign up for free to 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.

None yet

2 participants