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
On PR #707 current head 53b7999, shipping as 0.1.0-beta.37+53b7999fb92fa98cb23f10508d94932e022264eb.dirty, semantic indexing for an existing registered project fails deterministically at the first committed batch.
The model artifact is installed and verified. Runtime initially reports indexing with 168,391 total units, advances to 289 completed units, then transitions to:
A supported daemon restart repeats the same 0 -> 289 -> failed transition. The reproduction occurred after the earlier disk-full condition had been cleared; no new disk-full event accompanied this failure.
Related graph state
The latest #765 recovery stack improves the code-index side: the daemon serves an observed stale generation with 63,695 symbols and 82,738 edges while the replacement generation refreshes. However, semantic-vector publication still conflicts independently, so the #765 same-store/reseat fixes do not cover this commit_batch path.
Expected
A retryable concurrent mutation during semantic batch publication should be serialized or retried from the durable checkpoint, allowing vector indexing to progress beyond the first batch. Runtime and lifecycle should expose the same terminal state if retries are exhausted.
Actual
The first conflict immediately terminates semantic indexing. Restarting repeats the same failure, leaving calibration and strict semantic retrieval unavailable.
Observed
On PR #707 current head 53b7999, shipping as 0.1.0-beta.37+53b7999fb92fa98cb23f10508d94932e022264eb.dirty, semantic indexing for an existing registered project fails deterministically at the first committed batch.
The model artifact is installed and verified. Runtime initially reports indexing with 168,391 total units, advances to 289 completed units, then transitions to:
A supported daemon restart repeats the same 0 -> 289 -> failed transition. The reproduction occurred after the earlier disk-full condition had been cleared; no new disk-full event accompanied this failure.
Related graph state
The latest #765 recovery stack improves the code-index side: the daemon serves an observed stale generation with 63,695 symbols and 82,738 edges while the replacement generation refreshes. However, semantic-vector publication still conflicts independently, so the #765 same-store/reseat fixes do not cover this commit_batch path.
Expected
A retryable concurrent mutation during semantic batch publication should be serialized or retried from the durable checkpoint, allowing vector indexing to progress beyond the first batch. Runtime and lifecycle should expose the same terminal state if retries are exhausted.
Actual
The first conflict immediately terminates semantic indexing. Restarting repeats the same failure, leaving calibration and strict semantic retrieval unavailable.
Reproduction outline
Related: #765, but this report is specifically the semantic vector generation commit_batch path rather than code graph activation/seating.