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

Enhancing the ignoreWriteAfterCommit property #30896

Draft
wants to merge 3 commits into
base: integration
Choose a base branch
from

Conversation

seshadhri-aswath
Copy link
Contributor

@seshadhri-aswath seshadhri-aswath commented Feb 28, 2025

Fixes #30871

@seshadhri-aswath seshadhri-aswath marked this pull request as draft February 28, 2025 12:19
@seshadhri-aswath seshadhri-aswath self-assigned this Feb 28, 2025
@seshadhri-aswath
Copy link
Contributor Author

seshadhri-aswath commented Feb 28, 2025

#build (view Open Liberty Personal Build - ❌ completed with errors/failures.)

Note: Target locations of links might be accessible only to IBM employees.

@LibbyBot
Copy link

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 2 product code files were changed.
  • Please describe in a separate comment how you tested your changes.

@seshadhri-aswath
Copy link
Contributor Author

@seshadhri-aswath seshadhri-aswath changed the title Initial commit for enhancing the ignoreWriteAfterCommit property Enhancing the ignoreWriteAfterCommit property Feb 28, 2025
@seshadhri-aswath
Copy link
Contributor Author

seshadhri-aswath commented Mar 3, 2025

#build (view Open Liberty Personal Build - ⏳InProgress)

Note: Target locations of links might be accessible only to IBM employees.

@seshadhri-aswath
Copy link
Contributor Author

seshadhri-aswath commented Mar 3, 2025

#fullpb (view Open Liberty Personal Build - ⏳InProgress)

Note: Target locations of links might be accessible only to IBM employees.

@LibbyBot
Copy link

LibbyBot commented Mar 3, 2025

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 3 product code files were changed.
  • Please describe in a separate comment how you tested your changes.

1 similar comment
@LibbyBot
Copy link

LibbyBot commented Mar 3, 2025

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 3 product code files were changed.
  • Please describe in a separate comment how you tested your changes.

@@ -213,7 +213,7 @@ public class HttpChannelConfig {
private HashSet<String> configuredHeadersErrorSet = null;
/** Identifies if the transport will ignore writes if the message has been committed. When false, an exception
* is expected to be thrown marking the invalid state. */
private boolean ignoreWriteAfterCommit = false;
private boolean ignoreWriteAfterCommit = true;
Copy link
Member

Choose a reason for hiding this comment

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

Why is the default value being set to true on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance the behaviour of ignoreWriteAfterCommit property to more closely mimic tWAS behaviour
3 participants