[PR #6866] chore: rm duplicate writes #5361

Closed
opened 2026-02-20 17:51:36 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/6866

State: closed
Merged: Yes


In the original proposed fix 6863, we were guarding this specific case by only checking for null resume in the scratchpad.

But I noticed the tests passed on main for the sync case, indicating an inconsistency between the two paths.

Seems like we were making a redundant put_writes call when replaying the async tasks

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/6866 **State:** closed **Merged:** Yes --- In the original proposed fix [6863](https://github.com/langchain-ai/langgraph/pull/6863), we were guarding this specific case by only checking for null resume in the scratchpad. But I noticed the tests passed on main for the sync case, indicating an inconsistency between the two paths. Seems like we were making a redundant put_writes call when replaying the async tasks
yindo added the pull-request label 2026-02-20 17:51:36 -05:00
yindo closed this issue 2026-02-20 17:51:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#5361