You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message-worker: stop re-stamping parent thread_room_id on every subsequent reply
The parent message's thread_room_id is immutable once set and is stamped on the first
reply (handleFirstThreadReply). The subsequent-reply path re-issued the same
UpdateParentMessageThreadRoomID Cassandra write on every reply purely as a crash-window
self-heal. Drop it: one fewer Cassandra write per subsequent reply.
Trade-off (consistent with the parent-subscription removal): if the first reply created
the thread room but crashed before its stamp landed, the parent stays unstamped — a
narrow window not worth a write on every reply.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VzvswJ23JQB1nYyskjBpi9
0 commit comments