Skip to content

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

Open
kenhuuu wants to merge 1 commit into
masterfrom
java-tx-sync
Open

Make Java RemoteTransaction submit() wait for server response headers#3491
kenhuuu wants to merge 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

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