Skip to content

Make Java RemoteTransaction submit() wait for server response headers#3491

Merged
kenhuuu merged 1 commit into
masterfrom
java-tx-sync
Jul 6, 2026
Merged

Make Java RemoteTransaction submit() wait for server response headers#3491
kenhuuu merged 1 commit into
masterfrom
java-tx-sync

Conversation

@kenhuuu

@kenhuuu kenhuuu commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

This is a case where implementation didn't match documented and expected behavior. Transactions need to be semi-blocking in order for them to reach the server in the exact same order. It was incorrectly assumed that the Java GLV already did this so this just changes it to actually do that.

VOTE +1

This is a case where implementation didn't match documented and
expected behavior. Transactions need to be semi-blocking in order
for them to reach the server in the exact same order. It was
incorrectly assumed that the Java GLV already did this so this
just changes it to actually do that.

Assisted-by: Claude Code:claude-opus-4-8

@Cole-Greer Cole-Greer left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

VOTE +1

@kenhuuu kenhuuu merged commit f021bdf into master Jul 6, 2026
88 of 90 checks passed
@kenhuuu kenhuuu deleted the java-tx-sync branch July 6, 2026 21:00
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