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

[MRESOLVER-220] Refuse proactively unsupported operation #301

Merged
merged 6 commits into from
Jun 20, 2023

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Jun 19, 2023

Instead to silently "send result" (that is false/code expect true=success) to caller, as this makes totally strange outcome: "failed to lock within 30sec" but caller did not wait anything. Moreover, the bug where upgrade is attempted slips in unnoticed.

In short: it was totally wrong that lock implementation immediately returns "false", hiding the fact that user attempted non supported operation.


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

Instead to silently "send result" (that is false) to caller, as
this makes totally strange outcome: "failed to lock within 30sec"
but caller did not wait anything. Moreover, the bug where
upgrade is attempted slips in unnoticed.

---

https://issues.apache.org/jira/browse/MRESOLVER-220
@cstamas cstamas requested review from gnodet and michael-o June 19, 2023 13:49
@cstamas cstamas self-assigned this Jun 19, 2023
@cstamas cstamas added this to the 1.9.13 milestone Jun 19, 2023
@michael-o michael-o removed their request for review June 20, 2023 07:48
Signed-off-by: Tamas Cservenak <tamas@cservenak.net>
@cstamas cstamas merged commit 7395cd4 into apache:master Jun 20, 2023
7 checks passed
@cstamas cstamas deleted the MRESOLVER-220 branch June 20, 2023 12:51
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.

2 participants