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

Remove timeLimit and timeUnit for @Compensate and @Complete #236

Merged
merged 4 commits into from
Sep 27, 2019
Merged

Remove timeLimit and timeUnit for @Compensate and @Complete #236

merged 4 commits into from
Sep 27, 2019

Conversation

rdebusscher
Copy link
Member

Fixes #233

@rdebusscher rdebusscher added this to the 1.0 milestone Sep 15, 2019
@rdebusscher
Copy link
Member Author

@xstefank FYI

Copy link
Member

@xstefank xstefank left a comment

Choose a reason for hiding this comment

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

LGTM, thanks.

Copy link
Contributor

@mmusgrov mmusgrov left a comment

Choose a reason for hiding this comment

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

I have some requests to change the javadoc.

indicate that its' ability to compensate is limited to 100 milliseconds could be:
Furthermore, the ability to compensate or complete may be transient capabilities of a service so participants can also be timed out.
When the timeout is reached, the LRA moves to the state `Cancelling` and all registered participants receive a `Compensate`
call. The same actions are performed then the case where the LRA is canceled.
Copy link
Contributor

Choose a reason for hiding this comment

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

The grammar is odd, better is:

The same actions are performed as in the case when an LRA is cancelled.

@mmusgrov
Copy link
Contributor

mmusgrov commented Sep 24, 2019

How does this issue relate to issue #233
Ignore this comment, I was looking at the milestone view (https://github.com/eclipse/microprofile-lra/milestone/1) which includes PR's as well as issues.

@mmusgrov mmusgrov merged commit fab960e into eclipse:master Sep 27, 2019
@rdebusscher rdebusscher deleted the issue233 branch October 14, 2019 11:55
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.

Remove TimeLimit and TimeUnit on @Complete and @Compensate
4 participants