Commit c3a7d41
committed
Revert template_roi_tree cache bucket rename from v1.13.3
v1.13.3 renamed the @with_solr_cache bucket from 'template_roi_tree' to
'template_roi_tree_v2' to dodge v1.13.2 stale entries with the narrower
walk. Robbie flagged this as overkill — the rename orphans the previous
bucket in SOLR for 90 days, and force_refresh on the 10 affected
templates does the same job surgically.
Reverts the decorator name in both vfb_queries.get_template_roi_tree
and cached_functions.get_template_roi_tree_cached back to
'template_roi_tree'. The Cypher walk (innervates + unbounded depth) and
the painted_domain_index class_label fallback from v1.13.3 are
unchanged.
Post-deploy: the run.sh accompanying this release fires
?force_refresh=true against each of the 10 production templates so the
v1.13.2-shape entries still cached under 'template_roi_tree' (the
canonical bucket) get overwritten with v1.13.4 results. The orphaned
'template_roi_tree_v2' entries from v1.13.3 will TTL out in 90 days;
nothing reads from them.
No __version__ bump.1 parent 103bdec commit c3a7d41
2 files changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4883 | 4883 | | |
4884 | 4884 | | |
4885 | 4885 | | |
4886 | | - | |
| 4886 | + | |
4887 | 4887 | | |
4888 | 4888 | | |
4889 | 4889 | | |
| |||
4895 | 4895 | | |
4896 | 4896 | | |
4897 | 4897 | | |
4898 | | - | |
4899 | | - | |
4900 | | - | |
4901 | | - | |
4902 | | - | |
4903 | | - | |
| 4898 | + | |
4904 | 4899 | | |
4905 | 4900 | | |
4906 | 4901 | | |
| |||
0 commit comments