-
Notifications
You must be signed in to change notification settings - Fork 72
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
manage cookies for Transaction.readStatus() #989
Milestone
Comments
Should cause no regressions. After ELB configuration to use hostId, GenericDocumentTest.testCommit() should run to completion successfully. |
With help from Matt and Hongyang, I confirmed that GenericDocumentTest.testCommit() now runs to completion successfully for an ELB configured for HostId. |
Tested by Srinath. Will be testing one final round. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Transaction.readStatus() method does not work with a load balancer because it doesn't call addTransactionScopedCookies() to manage the cookies used for host affinity.
Tracked as server bug 50603
The text was updated successfully, but these errors were encountered: