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

fix cmtTimeoutInSeconds config, it can't take effect when set value 0 in admin UI. #24702

Merged
merged 1 commit into from
Dec 10, 2023

Conversation

zistrong
Copy link
Contributor

@zistrong zistrong commented Dec 7, 2023

in adminUI server-config--->Transaction Service page, if I set Transaction Timeout to value 0, accoring to the description, we should disable timeout setting. but now, it is set to 120s in hard code. I fix the bug.
after this refactor, the default values is 120s, if we set 0, timeout setting will be disabled.

image

@avpinchuk
Copy link
Contributor

@zistrong, please accept ECA

@avpinchuk avpinchuk added the bug Something isn't working label Dec 10, 2023
@avpinchuk avpinchuk added this to the 7.0.12 milestone Dec 10, 2023
@dmatej dmatej merged commit b2ba6ea into eclipse-ee4j:master Dec 10, 2023
@hs536 hs536 added the breaking change Changes something users / app devs label Dec 11, 2023
@hs536
Copy link
Contributor

hs536 commented Dec 11, 2023

This change not only changes the default behavior of GlassFish, but also causes the following issue to recur when the Transaction Timeout is set to 0.
#21175

I'll try to come up with another fix this week.

@zistrong zistrong deleted the 7.0.11-bugfix branch December 12, 2023 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Changes something users / app devs bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants