commit confirmation was lost [SQL0019]
Edit this pagecode SQL0019 · recovery permanent — an unchanged retry cannot succeed; retry machinery stops immediately
the log line · Report this thread
As it arrives in your log or error chain — example values stand where yours will:
commit confirmation was lost: schema "sqlstreams", stream_id 1, group_id 7 [SQL0019]
Helpful info.
whether the outcomes landed -- rows updated at the commit
SELECT message_id, status, attempts, updated_at FROM {schema}.exception_queue_{stream_id} WHERE consumer_group_id = {group_id} ORDER BY updated_at DESC LIMIT 20;
the range lease whose expiry settles it either way
SELECT token, low, high, expires_at, reclaims FROM {schema}.claim_lease_{stream_id} WHERE consumer_group_id = {group_id};
Nothing pasted yet — the queries above show their blanks.
Looking for a different code? Search every thread.