Commit eb5fd20
committed
fix(fulltext): bump model version to 0.7.423 to match deployed workspaces
The fulltext-pod's compiled model version (baked into bundle/model.json via
common/scripts/version.txt at build time) was 0.7.422 while the deployed
workspace pods had been migrated to 0.7.423. The fulltext-pod rejected every
incoming Tx with a 'wrong version' warning, so newer issues — including the
user-reported OSKOS-51 'Telescopic loader' — were never indexed and search
returned empty results.
Bumping version.txt aligns the compiled model with the workspaces. All future
builds (front, transactor, workspace, tool, fulltext) will emit 0.7.423.
Adds plugins/view-resources/src/__tests__/README-search-rootcause.md as the
regression marker — pure-TS tests cannot exercise the ES round-trip, so the
README points future PRs to the live verification in the Task 6 Playwright
case.
Co-finding during the investigation: huly_v7-redpanda-1 had exited the same
morning, causing fulltext-pod to lose its queue consumer for ~3h. Restarting
redpanda + the new fulltext image cleared both issues. The redpanda restart
is operational, not in this commit.1 parent bd2324e commit eb5fd20
2 files changed
Lines changed: 49 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 48 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments