Skip to content

fix(session): fix client keep SessionNotFound if server return ok without response#220

Merged
mattisonchao merged 6 commits intomainfrom
seesion.not.found
Aug 29, 2025
Merged

fix(session): fix client keep SessionNotFound if server return ok without response#220
mattisonchao merged 6 commits intomainfrom
seesion.not.found

Conversation

@mattisonchao
Copy link
Member

@mattisonchao mattisonchao commented Aug 28, 2025

Motivation

fixes: oxia-db/oxia#745

If the server returns an Ok status but no response. The expired session will never be completed, and the put with the session will keep failing.

Plus, this PR also fixes the scheduler interrupted by an exception.

@mattisonchao mattisonchao self-assigned this Aug 28, 2025
@mattisonchao mattisonchao requested a review from merlimat as a code owner August 28, 2025 14:51
@mattisonchao mattisonchao merged commit 676215d into main Aug 29, 2025
2 checks passed
@mattisonchao mattisonchao deleted the seesion.not.found branch August 29, 2025 03:29
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.

Java client can't put value and keep printing seesion not found.

2 participants